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:
parent
8179312d06
commit
33195d7965
@ -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