1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:09:46 +01:00

cpu/sam{d21,d5x,l21}: Claim support for BlackMagic Probe

Using `PROGRAMMER=bmp` has been proven to work reliably at least on
SAMD21, SAMD5x and SAML21.

Since using unsupported programmers is treated as a warning, this change
only reduces the noise in the shell a bit and is not a functional
change.

[1]: https://black-magic.org/supported-targets.html
This commit is contained in:
Marian Buschsieweke 2024-11-21 16:36:59 +01:00
parent 8179312d06
commit 33195d7965
No known key found for this signature in database
GPG Key ID: 758BD52517F79C41
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 $(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 $(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 $(RIOTMAKE)/arch/cortexm.inc.mk
# The Black Magic Probe has tested to work fine on SAML21
PROGRAMMERS_SUPPORTED += bmp