This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4836bcc957
circuitpython
/
stmhal
/
boards
/
STM32F4DISC
/
mpconfigboard.mk
4 lines
80 B
Makefile
Raw
Normal View
History
Unescape
Escape
stmhal: Update Makefile and board configs to compile with relocated hal.
2015-07-19 07:17:42 -04:00
MCU_SERIES
=
f4
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 16:21:28 -04:00
AF_FILE
=
boards/stm32f405_af.csv
LD_FILE
=
boards/stm32f405.ld