micropython/stmhal/boards/HYDRABUS/mpconfigboard.mk
Damien George 0435e76250 stmhal: Make ld and af files configurable within Makefile.
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.
2015-04-18 21:40:59 +01:00

3 lines
64 B
Makefile

AF_FILE = boards/stm32f405_af.csv
LD_FILE = boards/stm32f405.ld