From 4ae90aaae6813b6347eef7fd847bda2b8d571399 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Fri, 7 Jun 2024 10:14:11 +0200 Subject: [PATCH] boards/stm32l476g-disco: enable cpy2remed --- boards/stm32l476g-disco/Makefile.include | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boards/stm32l476g-disco/Makefile.include b/boards/stm32l476g-disco/Makefile.include index a5887aac83..1c8fd5cbc5 100644 --- a/boards/stm32l476g-disco/Makefile.include +++ b/boards/stm32l476g-disco/Makefile.include @@ -9,5 +9,8 @@ OPENOCD_DEBUG_ADAPTER ?= stlink # use connect_assert_srst to always be able to flash or reset the board. OPENOCD_RESET_USE_CONNECT_ASSERT_SRST ?= 1 -# openocd programmer is supported -PROGRAMMERS_SUPPORTED += openocd +# openocd and cpy2remed programmer is supported +PROGRAMMERS_SUPPORTED += openocd cpy2remed + +#needed by cpy2remed +DIR_NAME_AT_REMED = "DIS_L476VG"