This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4836bcc957
micropython
/
stmhal
/
boards
/
CERB40
/
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 12:17:42 +01: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 21:21:28 +01:00
AF_FILE
=
boards/stm32f405_af.csv
LD_FILE
=
boards/stm32f405.ld