0435e76250
Each board now needs an mpconfigboard.mk file which defines AF_FILE and LD_FILE. Also moved stm32f405.ld to boards/ directory to keep things organised.
3 lines
64 B
Makefile
3 lines
64 B
Makefile
AF_FILE = boards/stm32f405_af.csv
|
|
LD_FILE = boards/stm32f405.ld
|