Added support for Microchip Curiosity Nano SAMD21 board (DM320119)
Added support for Microchip Curiosity Nano SAMD21 board (DM320119) under hw/bsp/samd21/boards/curiosity_nano The nEDBG on this board requires dap_protocol be specified as SWD (changed in examples/rules.mk) NOTE: requires entry (03eb:2175) for VID:PID of nEDBG be added to /etc/udev/rules for pyocd
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
CFLAGS += -D__SAMD21G17A__
|
||||
|
||||
# All source paths should be relative to the top level.
|
||||
LD_FILE = $(BOARD_PATH)/samd21g17a_flash.ld
|
||||
|
||||
# For flash-jlink target
|
||||
JLINK_DEVICE = atsamd21g17a
|
||||
|
||||
# flash using jlink (options are: jlink/cmsisdap/stlink/dfu)
|
||||
#flash: flash-jlink
|
||||
|
||||
PYOCD_TARGET = atsamd21g17a
|
||||
flash: flash-pyocd
|
||||
Reference in New Issue
Block a user