Skip to content

Commit

Permalink
Merge pull request #21027 from maribu/cpu/sam0_common/bmp
Browse files Browse the repository at this point in the history
cpu/sam0_common: Claim support for BlackMagic Probe
  • Loading branch information
maribu authored Nov 21, 2024
2 parents 08b7829 + 33195d7 commit 8e26024
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpu/samd21/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions cpu/samd5x/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions cpu/saml21/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e26024

Please sign in to comment.