1
0
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:
Marian Buschsieweke 2024-11-21 18:33:57 +00:00 committed by GitHub
commit 8e26024998
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

View File

@ -26,3 +26,6 @@ CFLAGS += -DCPU_COMMON_SAMD21
include $(RIOTCPU)/sam0_common/Makefile.include include $(RIOTCPU)/sam0_common/Makefile.include
include $(RIOTMAKE)/arch/cortexm.inc.mk include $(RIOTMAKE)/arch/cortexm.inc.mk
# The Black Magic Probe has tested to work fine on SAMD21
PROGRAMMERS_SUPPORTED += bmp

View File

@ -17,3 +17,6 @@ BACKUP_RAM_LEN = 0x2000
include $(RIOTCPU)/sam0_common/Makefile.include include $(RIOTCPU)/sam0_common/Makefile.include
include $(RIOTMAKE)/arch/cortexm.inc.mk include $(RIOTMAKE)/arch/cortexm.inc.mk
# The Black Magic Probe has tested to work fine on SAMD5x
PROGRAMMERS_SUPPORTED += bmp

View File

@ -28,3 +28,6 @@ endif
include $(RIOTCPU)/sam0_common/Makefile.include include $(RIOTCPU)/sam0_common/Makefile.include
include $(RIOTMAKE)/arch/cortexm.inc.mk include $(RIOTMAKE)/arch/cortexm.inc.mk
# The Black Magic Probe has tested to work fine on SAML21
PROGRAMMERS_SUPPORTED += bmp