- Sep 05, 2018
-
-
Kaspar Schleiser authored
-
- Mar 22, 2018
-
-
Alexandre Abadie authored
-
- May 31, 2017
-
-
Martine Lenders authored
-
- Apr 04, 2017
-
-
Joakim Nohlgård authored
-
- Jan 24, 2017
-
-
Kaspar Schleiser authored
-
- Oct 20, 2016
-
-
Lucas Jenss authored
Allow execution of static tests with the `make static-tests` command and improve its output for the human reader
-
- Jul 20, 2015
-
-
Oleg Hahm authored
HTML will be build per default.
-
- Oct 10, 2014
-
-
Ludwig Knüpfer authored
distclean removes all build products, also depends on docclean clean removes all build products for the current board also, silence clean target from Makefile.include and let it ignore errors
-
- Jun 23, 2014
-
-
René Kijewski authored
Almost everything was build sequentially in RIOT, because we employed explicit for-loops to build directories (DIRS). This PR makes our make system use normal dependencies to build directories. All our compiling rules were duplicated, once for the application, once for modules. This PR makes the application a normal module, removing this duplication.
-
- May 15, 2014
-
-
René Kijewski authored
Fixes #1104, alternative to #1178.
-
- Apr 10, 2014
-
-
Martine Lenders authored
-
- Mar 12, 2014
-
-
Ludwig Knüpfer authored
Add `|| exit 1` to all constructs like `@for i in $(DIRS) ; do "$(MAKE)" -C $$i ; done ;`, so that compilation stops on the first error.
-
- Feb 11, 2014
-
-
Ludwig Knüpfer authored
-
- Jan 21, 2014
- Jan 05, 2014
- Nov 06, 2013
-
-
Oleg Hahm authored
-
- Sep 30, 2013
-
-
Zakaria Kasmi authored
* updated Makefilde dep, add the gpioint dependency to use cc110x on MSBA2 board * updated CFLAGS Variable
-
- Aug 13, 2013
-
-
Martine Lenders authored
-
- Aug 08, 2013
-
-
Martine Lenders authored
-
- May 24, 2013
-
-
Martine Lenders authored
This way make clean runs more... cleanly
-
- Apr 17, 2013
-
-
Oleg Hahm authored
-
- Mar 27, 2013
-
-
Oleg Hahm authored
-
- Mar 23, 2013
-
-
Oleg Hahm authored
* introduced variable for cpu folder
-
- Mar 10, 2013
-
-
Oleg Hahm authored
* included a more convenient approach to organize Makefiles
-
- Mar 09, 2013
-
-
Oleg Hahm authored
-
- Feb 15, 2013
-
-
Oleg Hahm authored
-
- Feb 11, 2013
-
-
Oleg Hahm authored
* updated some makefiles and fixed includes for msb430h
-
- Feb 08, 2013
-
-
Oleg Hahm authored
-
- Feb 06, 2013
-
-
Oleg Hahm authored
* fixed some prototypes * restructured sys
-
- Feb 01, 2013
-
-
Oleg Hahm authored
-