1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

403 Commits

Author SHA1 Message Date
Ludwig Ortmann
73a2c4edf2 move Makefile.dep include
boards modify USEMODULE which can lead to additional dependencies.
including Makefile.dep last enables it to resolve all dependencies.
2014-02-07 21:24:42 +01:00
Oleg Hahm
48b5dacde8 Merge pull request #620 from LudwigOrtmann/buildtest_fail
upgrade buildtest for CI
2014-02-05 22:47:44 +01:00
René Kijewski
c728041f54 Do not assume 0x0 to be an unusable address 2014-02-05 15:16:33 +01:00
Ludwig Ortmann
9ab441e091 make buildtest fail on error 2014-02-05 09:02:29 +01:00
Ludwig Ortmann
351dea1dbd decolorize buildtest output for jenkins/monochrome 2014-02-05 09:01:43 +01:00
Ludwig Ortmann
3864d33ede make buildtest more readable 2014-02-05 09:01:32 +01:00
Oleg Hahm
683a078515 Merge pull request #494 from OlegHahm/uniq_obj_file_names
prefixing application object files to avoid dups
2014-01-17 04:44:57 -08:00
Oleg Hahm
74a3158cb2 use subfolder instead of file name prefix 2014-01-14 17:58:29 +01:00
Oleg Hahm
e57d94cf44 prefixing application object files to avoid dups 2014-01-10 17:17:26 +01:00
Ludwig Ortmann
5c0000be5b unsilence link,size,objcopy 2014-01-10 15:43:17 +01:00
Oleg Hahm
fc359cd9f4 strip BOARD variable 2014-01-08 16:46:16 +01:00
Oleg Hahm
cb7de2432e moved muting "logic" away from application Makefile 2014-01-05 16:11:08 +01:00
Oleg Hahm
9df07f9238 muting compiler and binutils optionally
Instead of muting all compiler and other binutils output by default,
introduce a variable to make this behaviour configurable.
2014-01-05 16:11:08 +01:00
Oleg Hahm
79cff89bb0 create BOARDS subdirectory for binaries 2014-01-05 16:11:08 +01:00
Oleg Hahm
02612ff0ca further Makefile cleanup 2014-01-05 16:11:08 +01:00
Oleg Hahm
f8e349f76e removed superfluous slash after BINDIR 2014-01-05 16:11:08 +01:00
Oleg Hahm
26c50522d5 simplified and unified cpu build structure 2014-01-05 16:11:07 +01:00
Oleg Hahm
55f31a4829 simplify include structure for boards
* do not overwrite CFLAGS in boards Makefile
2014-01-05 16:11:07 +01:00
Oleg Hahm
1e665b49de build everything in the project directory 2014-01-05 16:11:07 +01:00
Oleg Hahm
8c4b48a93f make buildtest output coloured 2013-12-24 17:13:46 +01:00
Oleg Hahm
714178afd2 introduce CPU name macro via CFLAG 2013-12-19 15:24:31 +01:00
Ludwig Ortmann
7f7ce44fd8 dont rely on boards/Makefile.base 2013-11-15 12:14:23 +01:00
Ludwig Ortmann
7351a74f5f include HOME in env 2013-11-14 11:44:15 +01:00
Ludwig Ortmann
5618795027 allow for differing RIOT* paths 2013-11-14 11:44:15 +01:00
Ludwig Ortmann
50a2dbeaa1 implement buildtest target
the target runs make for every board in boards
2013-11-14 11:44:15 +01:00
Oleg Hahm
31a0cb90d1 define RIOTBOARD if unset 2013-11-06 10:39:25 -08:00
Oleg Hahm
438e5ed429 Merge pull request #239 from OlegHahm/objcopy_flags
Objcopy flags
2013-10-17 09:03:12 -07:00
Oleg Hahm
3d73e84ad6 get flags for objcopy from platform dependent includes 2013-10-11 15:13:03 +02:00
Oleg Hahm
46deefe0f8 make Makefiles proof for spaces in $PATH 2013-10-09 15:28:53 +02:00
authmillenon
7fea5f15cc Add capability to Makefiles to use PROJBINDIR
Fixes bug in build-system that does not allow you to use other
PROJBINDIR than $(CURDIR)/bin
2013-09-18 15:12:58 +02:00
Ludwig Ortmann
3065c5c118 add PROJDEPS to PROJBINDIR target
This enables issues like https://github.com/RIOT-OS/projects/issues/26
to be fixed.
2013-08-31 12:40:16 +02:00
Oleg Hahm
b64fb65935 Merge branch 'agilefox_clean' of https://github.com/AlaeddineWeslati/RIOT into AlaeddineWeslati-agilefox_clean
Conflicts:
	sys/include/transceiver.h
	sys/transceiver/transceiver.c

Additional changes:
* allow for multi-transceiver initialization
* change packet reception to old implementation
2013-08-15 19:07:14 +02:00
Alaeddine WESLATI
11bb09b7f8 started adding at86rf231 driver
at86rf231 TX and RX

driver is using vtimer instead of hwtimer_ functions, TO CHECK

vtimer debug function prototype fix
2013-08-12 15:17:22 +02:00
Oleg Hahm
6239ea2a0b minor changes according to 7a2cc4ae09 2013-08-09 15:57:34 +02:00
authmillenon
4f363ce0fe Define phony make targets 2013-08-08 15:44:44 +02:00
Martin Lenders
acc83c676a Fix mkdir from 065566c 2013-07-31 17:16:05 +02:00
Martin Lenders
065566cd04 Create project's bin directory if it does not exist 2013-07-31 15:20:23 +02:00
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
2013-07-24 23:22:11 +02:00
Benjamin Valentin
248267834d allow external modules to be added to a project 2013-07-23 18:50:26 +02:00
Christian Mehlis
57e70a659c Remove undefined variables from Makefiles
The following variables are included in various Makefiles but never
defined.

    $(BOARDINCLUDE)
    $(PROJECTINCLUDE)
    $(CPUINCLUDE)
2013-06-13 21:41:24 +02:00
Ludwig Ortmann
a4528f3d8c Link with -lrt if glibc < 2.17 for native on linux 2013-06-03 12:08:08 +02:00
Ludwig Ortmann
35f9062e37 inital OSX support for native port 2013-05-15 17:45:43 +02:00
Thomas Eichinger
3dba62afa6 Merge branch 'mc1322x' of github.com:RIOT-OS/RIOT into mc1322x 2013-04-22 09:56:07 +02:00
Oliver Hahm
d56081ddca * fixed Makefile.include to compile all *.c files 2013-04-22 00:55:11 +02:00
Oliver Hahm
c39fd9d8dc * minor changes 2013-04-09 23:30:52 +02:00
Oliver Hahm
95158bd38e * fixed flasher flags in Makefile.include 2013-04-09 11:26:33 +02:00
Oliver Hahm
f13ef5f500 * restructured cpu folder to distinguish between arm and lpc common files 2013-04-01 00:18:07 +02:00
Oliver Hahm
fc3325b113 * set MCU to CPU if undefined 2013-03-31 22:14:06 +02:00
mikoff
4f638eb887 All files, which used by chronos board were edited according to new texas instruments headers, all warnings fixed 2013-03-30 21:44:16 +01:00
Oliver Hahm
e6177e811a * moved cpu and board specific parts to corresponding Makefiles
* introduced variable for cpu folder
2013-03-23 18:38:12 +01:00
Ludwig Ortmann
2883ca121e migrate to current Makefile structure 2013-03-19 22:32:22 +01:00
Oliver Hahm
7cef6c4655 * adapted thread_stack_init() for ARM and msp430 to the new prototype introduced by bd5b46628f 2013-03-13 16:49:23 +01:00
Oliver Hahm
c05c8a248c * added a Makefile.include for generic includes 2013-03-10 16:51:40 +01:00