Joakim Nohlgård
339a4da9dc
Makefiles: move to new directory /makefiles
2017-04-04 15:11:54 +02:00
Joakim Nohlgård
ae108581d3
boards/*/Makefile.include: replace $(shell ls) by native Makefile functions
2016-03-11 15:05:06 +01:00
Joakim Nohlgård
7835ab2be7
make: Move BOARD and CPU includes to Makefile.modules
2016-02-10 16:37:03 +01:00
Joakim Nohlgård
fae9a092fd
boards: Remove Makefile.include.cortexm_common
2016-02-10 16:37:03 +01:00
Hauke Petersen
49dcb692d1
boards: adapted Makefiles to cortexm_common folder
...
- changed naming of cortexm_common in makefiles
- included some minor cleanups
2015-05-28 19:30:07 +02:00
5d894f9e59
board: stm32f3discovery: adapt to common board Makefile
2015-05-26 10:46:34 +02:00
haukepetersen
03858bffe9
board/stm32f3discovery: use unified openocd script
2015-02-10 14:27:45 +01:00
Hauke Petersen
4142125af8
Merge pull request #2364 from thomaseichinger/f3dicovery-openocd
...
boards/stm32f3discovery: use OpenOCD for flashing, debugging and resetting
2015-01-30 11:14:19 +01:00
Thomas Eichinger
dd45333a09
SQUASHME: Fixed issues and omitted parameters
2015-01-29 14:48:20 +01:00
Thomas Eichinger
7dbb1fd6b0
boards/stm32f3discovery: use OpenOCD to flash, debug and reset
2015-01-28 15:05:22 +01:00
Joakim Gebart
913922813e
stm32f3discovery: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-28 13:52:53 +01:00
BytesGalore
8060825c81
cpu/stm32f3: c++: initial support for c++, added _kill (weak) and weak attribute for _kill_r
...
boards/stm32f3discovery: provided c++ feature (cpp)
2014-11-14 13:26:15 +01:00
Martine Lenders
248a8531a5
make: Fix TERMFLAGS
...
Sometimes boards/*/Makefile.include (e. g. in case of the msba2) gets included
twice somehow, leading the TERMFLAG to be set twice and faulty. This
fixes that.
2014-08-22 01:09:55 +02:00
Hauke Petersen
9ced34a52d
boards/stm32fXdiscovery: added debug-server target
...
added "make debug-server" target for
- stm32f0discovery
- stm32f3discovery
- stm32f4discovery
2014-08-05 22:52:51 +02:00
Ludwig Ortmann
27b28e70bf
boards: fixup for pyterm renaming
2014-08-05 13:29:24 +02:00
Hauke Petersen
94848cf57f
board: Initial import of stm32f3discovery
2014-07-31 19:42:00 +02:00