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:
mainr
2021-08-25 12:05:35 -04:00
committed by hathach
parent bc4145fcb4
commit 90af8562b1
4 changed files with 208 additions and 1 deletions
@@ -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