2021-11-10 11:10:45 +01:00
|
|
|
# we use shared STM32 configuration snippets
|
|
|
|
INCLUDES += -I$(RIOTBOARD)/common/stm32/include
|
|
|
|
|
|
|
|
# this board uses openocd
|
|
|
|
PROGRAMMER ?= openocd
|
|
|
|
|
|
|
|
# this board has an on-board ST-link adapter
|
|
|
|
OPENOCD_DEBUG_ADAPTER ?= stlink
|
|
|
|
|
|
|
|
# openocd programmer is supported
|
|
|
|
PROGRAMMERS_SUPPORTED += openocd
|
2021-12-27 12:50:21 +01:00
|
|
|
|
|
|
|
# The board can become un-flashable after some execution,
|
|
|
|
# use connect_assert_srst to always be able to flash or reset the board.
|
|
|
|
OPENOCD_RESET_USE_CONNECT_ASSERT_SRST ?= 1
|
2023-07-21 17:06:57 +02:00
|
|
|
|
2023-07-27 07:37:22 +02:00
|
|
|
# heap configuration
|
2023-07-21 17:06:57 +02:00
|
|
|
FMC_RAM_ADDR=0xc0000000
|
|
|
|
FMC_RAM_LEN=8192K
|