Skip to content
Snippets Groups Projects
  1. Feb 08, 2019
  2. Jan 25, 2019
  3. Jan 17, 2019
  4. Jan 07, 2019
  5. Dec 07, 2018
    • Gaëtan Harter's avatar
      doc/advanced-build-system-tricks.md: add a doc for new variables · e47fea7b
      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.
      e47fea7b
  6. Oct 23, 2018
    • Gaëtan Harter's avatar
      tests/external_module_dir: test for `EXTERNAL_MODULE_DIRS` · 4157a071
      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.
      4157a071
    • Gaëtan Harter's avatar
      make: process include and dep for external modules · 6b534a93
      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.
      6b534a93
  7. Oct 12, 2018
  8. Oct 05, 2018
  9. Sep 25, 2018
  10. Aug 29, 2018
  11. May 29, 2018
  12. May 25, 2018
  13. Apr 27, 2018
  14. Apr 19, 2018
  15. Apr 13, 2018
  16. Mar 22, 2018
  17. Mar 14, 2018
  18. Mar 07, 2018
  19. Mar 01, 2018
  20. Feb 28, 2018
  21. Feb 27, 2018
  22. Nov 16, 2017
  23. Nov 10, 2017
  24. Nov 05, 2017
  25. Oct 13, 2017
  26. Sep 28, 2017
  27. Sep 06, 2017
  28. Sep 01, 2017
  29. Aug 11, 2017
  30. Jul 17, 2017
  31. Jul 03, 2017
  32. Jun 25, 2017
  33. May 30, 2017
  34. May 24, 2017
Loading