18 lines
383 B
INI
18 lines
383 B
INI
# Copyright (c) 2021 Henrik Brix Andersen <henrik@brixandersen.dk>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
adapter driver ftdi
|
|
ftdi_vid_pid 0x0403 0x6010
|
|
ftdi_channel 0
|
|
|
|
if { [info exists _ZEPHYR_BOARD_SERIAL] } {
|
|
ftdi_serial $_ZEPHYR_BOARD_SERIAL
|
|
}
|
|
|
|
ftdi_layout_init 0x0038 0x003b
|
|
|
|
adapter speed 1000
|
|
ftdi_layout_signal nTRST -ndata 0x0010 -noe 0x0040
|
|
|
|
source [find neorv32.cfg]
|