Commit Graph

18 Commits (62fc1e0c3d1d766eb187fbf9a662144a7a4786a8)

Author SHA1 Message Date
Kaspar Schleiser 10e9336c78 boards: adapt to automatically included boards/$board/Makefile.dep 7 years ago
Hauke Petersen 204702897b boards/z1: add support for CC2420 radio 7 years ago
Joakim Nohlgård ae108581d3 boards/*/Makefile.include: replace $(shell ls) by native Makefile functions 7 years ago
Joakim Nohlgård 717d89899f make: Move Makefile.msp430_common to cpu dir 7 years ago
Hauke Petersen 13aa0ffe12 boards/z1: Makefile cleanup 8 years ago
Thomas Eichinger 122400f85c boards/z1: make use of Makefile.include.serial 8 years ago
Kaspar Schleiser 57d7e62d57 boards: avsextrem redbee-econotag spark-core telosb z1: fix includes 8 years ago
Hauke Petersen 359edca5d1 removed deps to transceiver and sys/net/include
for
    - avsextrem
    - redbee-econotag
    - spark-core
    - telosb
    - z1
8 years ago
Oleg Hahm 0c967c4d3f cpu: msp430: renamed msp430x16x to msp430fxyz 8 years ago
Oleg Hahm 559b072a59 make: don't overwrite LINKFLAGS
Fix the boards' Makefiles were a potentially set LINKFLAGS variable were
overwritten.
9 years ago
Martine Lenders 6c64144e22 Merge pull request #1558 from authmillenon/fix-termflags
make: Fix TERMFLAGS
9 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
Thomas Eichinger 67fc424a76 boards:make: hardcode goodfet.bsl path in Makefile.include 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
René Kijewski 1608fd1570 make: remove local definitions of (ELF|HEX)FILE
We have sane defaults for `ELFFILE` and `HEXFILE` in the root
`Makefile.include`. The local definition for `ELFFILE` of mbed_lpc1768's
`Makefile.include` was wrong, which caused e.g. `make buildsize` to
fail.
9 years ago
Thomas Eichinger 1e983c9670 s/PROJECT/APPLICATION/g
fixes #548
9 years ago
Kévin Roussel 2a3033b3ca boards/z1: initial import 9 years ago