- Jan 25, 2019
-
-
Martine Lenders authored
-
- Jan 17, 2019
-
-
danpetry authored
-
- Jan 07, 2019
-
-
Marinus Enzinger authored
-
- Dec 07, 2018
-
-
Gaëtan Harter authored
Add a documentation page for advanced low level tricks. Document the `RIOT_MAKEFILES_GLOBAL_PRE` and `RIOT_MAKEFILES_GLOBAL_POST`. I could not work around to have `$(RIOTBASE)/Makefile.include` in the doc as the `$()` part was removed, so I kept with `$RIOTBASE` for now.
-
- Oct 23, 2018
-
-
Gaëtan Harter authored
It demonstrates: * Adding a module with source code * Setting a header include directory * Adding dependences, which are evaluated before other modules dependencies If the application compiles, everything is ok.
-
Gaëtan Harter authored
Process `Makefile.include` for external modules. It is included after the others so it could overwrite some of the configuration if wanted. Process `Makefile.dep` for external modules. It is included before the others so it could be parsed before setting 'default' values to dependencies.
-
- Oct 12, 2018
-
-
Emmanuel Baccelli authored
-
- Oct 05, 2018
-
-
Alexandre Abadie authored
-
- Sep 25, 2018
-
-
Lotte Steenbrink authored
-
- Aug 29, 2018
-
-
Jose Alamos authored
-
- May 29, 2018
-
-
Bas Stottelaar authored
-
- May 25, 2018
-
-
Yegor Yefremov authored
git checkout can only work if you've already changed to RIOT folder.
-
- Apr 27, 2018
-
-
Alexandre Abadie authored
-
- Apr 19, 2018
-
-
Gaëtan Harter authored
Name in the documentation did not match the one in Makefile.include.
-
- Apr 13, 2018
-
-
Martine Lenders authored
-
- Mar 22, 2018
-
-
Alexandre Abadie authored
-
- Mar 14, 2018
-
-
Martine Lenders authored
Gmane is sadly offline since 2016, so let's link to our own (not so nice) archive for now, so people can still at least crawl through it.
-
Gaëtan Harter authored
Modules produce an output archive called `${MODULE}.a` if several modules use the same name, the output is overwritten.
-
- Mar 07, 2018
-
-
Alexandre Abadie authored
-
- Mar 01, 2018
-
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
- Feb 28, 2018
-
-
Alexandre Abadie authored
Exception are made for emb6, nordic_softdevice_ble, openthread and semtech-loramac because their documentation contains warning/issues
-
- Feb 27, 2018
-
-
Martine Lenders authored
-
- Nov 16, 2017
-
-
Hauke Petersen authored
-
- Nov 10, 2017
-
-
Joakim Nohlgård authored
-
- Nov 05, 2017
-
-
Alexandre Abadie authored
-
- Oct 13, 2017
-
-
Joakim Nohlgård authored
-
- Sep 28, 2017
-
-
Joakim Nohlgård authored
-
- Sep 06, 2017
-
-
Sebastian Meiling authored
-
- Sep 01, 2017
-
-
Hauke Petersen authored
-
- Aug 11, 2017
-
-
Joakim Nohlgård authored
The detailed documentation of some functions need the brief description included to make sense.
-
- Jul 17, 2017
-
-
Alexandre Abadie authored
-
- Jul 03, 2017
-
-
Martine Lenders authored
-
- Jun 25, 2017
-
-
Martine Lenders authored
Our doc builder at doc.riot-os.org was updated and now the documentation looks weird (see http://doc.riot-os.org/group__core__msg.html#gad1353dec9af776d4caf5f4e00cec112e e.g.). This fixes that.
-
- May 30, 2017
-
-
Raul Fuentes authored
-
- May 24, 2017
-
-
Martine Lenders authored
-
- May 12, 2017
-
-
Martine Lenders authored
Provides a script to generate a doxygen page from the `release-notes.txt` and includes it to the doxygen build.
-
- Apr 25, 2017
-
-
Martine Lenders authored
-
- Apr 24, 2017
-
-
Martine Lenders authored
Fixes #6953
-
- Apr 18, 2017
-
-
Martine Lenders authored
-