mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #21027 from maribu/cpu/sam0_common/bmp
cpu/sam0_common: Claim support for BlackMagic Probe
This commit is contained in:
commit
8e26024998
@ -26,3 +26,6 @@ CFLAGS += -DCPU_COMMON_SAMD21
|
||||
|
||||
include $(RIOTCPU)/sam0_common/Makefile.include
|
||||
include $(RIOTMAKE)/arch/cortexm.inc.mk
|
||||
|
||||
# The Black Magic Probe has tested to work fine on SAMD21
|
||||
PROGRAMMERS_SUPPORTED += bmp
|
||||
|
@ -17,3 +17,6 @@ BACKUP_RAM_LEN = 0x2000
|
||||
|
||||
include $(RIOTCPU)/sam0_common/Makefile.include
|
||||
include $(RIOTMAKE)/arch/cortexm.inc.mk
|
||||
|
||||
# The Black Magic Probe has tested to work fine on SAMD5x
|
||||
PROGRAMMERS_SUPPORTED += bmp
|
||||
|
@ -28,3 +28,6 @@ endif
|
||||
|
||||
include $(RIOTCPU)/sam0_common/Makefile.include
|
||||
include $(RIOTMAKE)/arch/cortexm.inc.mk
|
||||
|
||||
# The Black Magic Probe has tested to work fine on SAML21
|
||||
PROGRAMMERS_SUPPORTED += bmp
|
||||
|
Loading…
Reference in New Issue
Block a user