Joakim Nohlgård
339a4da9dc
Makefiles: move to new directory /makefiles
6 years ago
Joakim Nohlgård
7835ab2be7
make: Move BOARD and CPU includes to Makefile.modules
7 years ago
Joakim Nohlgård
fae9a092fd
boards: Remove Makefile.include.cortexm_common
7 years ago
Hauke Petersen
2195ce7860
board/udoo: addjusted CPU for renamed sam3
8 years ago
Kaspar Schleiser
6662dc86eb
board: arduino-due, mbed_lpc1768, udoo: remove redundant CPU_MODEL define
8 years ago
Hauke Petersen
49dcb692d1
boards: adapted Makefiles to cortexm_common folder
...
- changed naming of cortexm_common in makefiles
- included some minor cleanups
8 years ago
Kaspar Schleiser
dac9dd4fea
board: udoo: adapt to common board Makefile
8 years ago
Joakim Gebart
9968280705
udoo: Add -mno-thumb-interwork.
...
Cortex-M processors only support Thumb instructions (no ARM mode code).
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
8 years ago
Hauke Petersen
fdbf6720c3
boards: enabled C++ for arduino-due and udoo
8 years ago
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.
9 years ago
Oleg Hahm
cb85a901f2
pyterm: renamed pyterm.py to pyterm
9 years ago
Oleg Hahm
6340123558
make: introduced TERMFLAGS
...
Also added the missing -p flag for the new pyterm version where
necessary.
9 years ago
Kévin Roussel
904f313ade
Reset udoo's MCU before flashing
9 years ago
Hauke Petersen
3f084b47ea
boards: removed -lto flag and cleanup for udoo&arduino due
9 years ago
Thomas Eichinger
1e983c9670
s/PROJECT/APPLICATION/g
...
fixes #548
9 years ago
Hauke Petersen
1c6b021d11
board: Initial import of the UDOO board
...
- fixed comment style and bracketing
- disabled newlib nano, added mac support
- fixed OSX compatibility in Makefile.include
9 years ago
Hauke Petersen
3cc435c074
board: Initial import of arduino-due
...
- switched to flashing using the programming port
- fixed Makefile.include
- fixes some documentation
- removed newlib nano.specs
- added OSX flashing support
- fixed flasher and port for OSX
- fixed port on OSX
- fixed bossac linux tool
- added license header
9 years ago