Skip to content
Snippets Groups Projects
  1. Jan 21, 2019
  2. Dec 18, 2018
  3. Dec 05, 2018
  4. Dec 03, 2018
    • Francisco Acosta's avatar
      sys: add riotboot_hdr submodule · 00adbd69
      Francisco Acosta authored
      
      riotboot_hdr enables to partition the internal flash memory
      into "slots", each one with a header providing information
      about the partition. The concept for now is limited to
      firmware partitions, which are recognised by the riotboot
      bootloader. In the future the concept might be extended to
      represent other content.
      
      Co-authored-by: default avatarKaspar Schleiser <kaspar@schleiser.de>
      00adbd69
  5. Oct 25, 2018
  6. Oct 23, 2018
    • 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.
      Unverified
      6b534a93
  7. Oct 17, 2018
  8. Oct 16, 2018
  9. Oct 15, 2018
  10. Oct 12, 2018
  11. Oct 04, 2018
  12. Oct 03, 2018
  13. Sep 28, 2018
  14. Sep 25, 2018
  15. Sep 07, 2018
  16. Sep 04, 2018
  17. Aug 29, 2018
  18. Aug 22, 2018
  19. Jul 16, 2018
  20. Jul 06, 2018
  21. Jul 05, 2018
  22. Jul 04, 2018
  23. Jun 22, 2018
    • Martine Lenders's avatar
      gnrc_pktbuf_cmd: module is not a pktbuf implementation · d3a831ef
      Martine Lenders authored
      When I introduced this pseudo-module in #9391 I did not consider, that
      the way I named it, it is assumed to be an implementation of the
      `gnrc_pktbuf` interface. However, it is not (it just provides the shell
      command).
      
      This PR excludes `gnrc_pktbuf_cmd` from the selection algorithm, so
      that if it is the only `gnrc_pktbuf_%` module, still
      `gnrc_pktbuf_static` gets selected.
      d3a831ef
    • Peter Kietzmann's avatar
      sys/random: add SHA1PRNG · 3c4360ed
      Peter Kietzmann authored
      3c4360ed
  24. Jun 10, 2018
  25. May 29, 2018
  26. May 24, 2018
  27. May 23, 2018
  28. May 18, 2018
  29. Apr 20, 2018
    • Kaspar Schleiser's avatar
      sys/arduino: drop cpp feature dependency · 594ead07
      Kaspar Schleiser authored
      Currently, the arduino module depends on the "cpp" feature. As AVR's
      don't have libstdc++, they don't provide that feature, as otherwise all
      cpp examples would break.  But the AVR does provide a cpp compiler and
      thus the arduino module compiles just fine.
      
      This comit removes the cpp dependency from arduino module.
      594ead07
  30. Apr 09, 2018
Loading