Skip to content

Commit

Permalink
Move cpy2remed programmer from all stm32 to l552ze-q
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cabaj committed Feb 11, 2022
1 parent 5dc9557 commit 46102ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions boards/nucleo-l552ze-q/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
#it contains name of ST-Link removable media
DIR_NAME_AT_REMED = "NODE_L552ZE"

PROGRAMMERS_SUPPORTED += cpy2remed

# load the common Makefile.include for Nucleo boards
include $(RIOTBOARD)/common/nucleo144/Makefile.include
2 changes: 1 addition & 1 deletion makefiles/boards/stm32.inc.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROGRAMMER ?= openocd
PROGRAMMERS_SUPPORTED += bmp dfu-util openocd stm32flash cpy2remed
PROGRAMMERS_SUPPORTED += bmp dfu-util openocd stm32flash

ifeq (bmp,$(PROGRAMMER))
# On Blackmagic Probe, the first ACM is used to connect to the gdb server,
Expand Down

0 comments on commit 46102ed

Please sign in to comment.