Martin Lenders
|
065566cd04
|
Create project's bin directory if it does not exist
|
10 years ago |
Oleg Hahm
|
19e4034ace
|
Merge branch 'thomas-mc1322x'
Conflicts:
Makefile.modules
core/kernel_init.c
core/thread.c
cpu/arm_common/arm_cpu.c
cpu/arm_common/syscalls.c
cpu/lpc_common/hwtimer_cpu.c
cpu/lpc_common/iap.c
sys/include/transceiver.h
sys/net/sixlowpan/sixlowip.c
sys/net/sixlowpan/sixlowmac.c
sys/net/sixlowpan/sixlowmac.h
sys/net/sixlowpan/sixlowpan.c
sys/transceiver/Makefile
sys/transceiver/transceiver.c
|
10 years ago |
Benjamin Valentin
|
248267834d
|
allow external modules to be added to a project
|
10 years ago |
Christian Mehlis
|
57e70a659c
|
Remove undefined variables from Makefiles
The following variables are included in various Makefiles but never
defined.
$(BOARDINCLUDE)
$(PROJECTINCLUDE)
$(CPUINCLUDE)
|
10 years ago |
Ludwig Ortmann
|
a4528f3d8c
|
Link with -lrt if glibc < 2.17 for native on linux
|
10 years ago |
Ludwig Ortmann
|
35f9062e37
|
inital OSX support for native port
|
10 years ago |
Thomas Eichinger
|
3dba62afa6
|
Merge branch 'mc1322x' of github.com:RIOT-OS/RIOT into mc1322x
|
10 years ago |
Oliver Hahm
|
d56081ddca
|
* fixed Makefile.include to compile all *.c files
|
10 years ago |
Oliver Hahm
|
c39fd9d8dc
|
* minor changes
|
10 years ago |
Oliver Hahm
|
95158bd38e
|
* fixed flasher flags in Makefile.include
|
10 years ago |
Oliver Hahm
|
f13ef5f500
|
* restructured cpu folder to distinguish between arm and lpc common files
|
10 years ago |
Oliver Hahm
|
fc3325b113
|
* set MCU to CPU if undefined
|
10 years ago |
mikoff
|
4f638eb887
|
All files, which used by chronos board were edited according to new texas instruments headers, all warnings fixed
|
10 years ago |
Oliver Hahm
|
e6177e811a
|
* moved cpu and board specific parts to corresponding Makefiles
* introduced variable for cpu folder
|
10 years ago |
Ludwig Ortmann
|
2883ca121e
|
migrate to current Makefile structure
|
10 years ago |
Oliver Hahm
|
7cef6c4655
|
* adapted thread_stack_init() for ARM and msp430 to the new prototype introduced by bd5b46628f
|
10 years ago |
Oliver Hahm
|
c05c8a248c
|
* added a Makefile.include for generic includes
|
10 years ago |