boards: others: neorv32: update openocd configuration
Update the default NEORV32 OpenOCD configuration file to avoid deprecation warnings. Remove unnecessary nTRST signal layout. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
63c24d9d34
commit
1ba20d38f3
1 changed files with 6 additions and 8 deletions
|
@ -1,17 +1,15 @@
|
||||||
# Copyright (c) 2021 Henrik Brix Andersen <henrik@brixandersen.dk>
|
# Copyright (c) 2021,2025 Henrik Brix Andersen <henrik@brixandersen.dk>
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
adapter driver ftdi
|
adapter driver ftdi
|
||||||
ftdi_vid_pid 0x0403 0x6010
|
adapter speed 1000
|
||||||
ftdi_channel 0
|
|
||||||
|
|
||||||
if { [info exists _ZEPHYR_BOARD_SERIAL] } {
|
if { [info exists _ZEPHYR_BOARD_SERIAL] } {
|
||||||
ftdi_serial $_ZEPHYR_BOARD_SERIAL
|
adapter serial $_ZEPHYR_BOARD_SERIAL
|
||||||
}
|
}
|
||||||
|
|
||||||
ftdi_layout_init 0x0038 0x003b
|
ftdi vid_pid 0x0403 0x6010
|
||||||
|
ftdi channel 0
|
||||||
adapter speed 1000
|
ftdi layout_init 0x0038 0x003b
|
||||||
ftdi_layout_signal nTRST -ndata 0x0010 -noe 0x0040
|
|
||||||
|
|
||||||
source [find neorv32.cfg]
|
source [find neorv32.cfg]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue