1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/stm32f469i-disco/Makefile.include

20 lines
499 B
Makefile
Raw Normal View History

2021-09-27 19:13:06 +02: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
2022-04-29 20:29:28 +02:00
#variable needed by cpy2remed PROGRAMMER
#it contains name of ST-Link removable media
DIR_NAME_AT_REMED = "DIS_F469NI"
# openocd and cpy2remed programmers are supported
PROGRAMMERS_SUPPORTED += openocd cpy2remed
# heap configuration
FMC_RAM_ADDR=0xc0000000
FMC_RAM_LEN=16384K