Skip to content
Snippets Groups Projects
  1. Feb 04, 2019
  2. Jan 21, 2019
  3. Jan 10, 2019
  4. Jan 04, 2019
  5. Dec 29, 2018
  6. Dec 18, 2018
  7. Dec 05, 2018
  8. 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
  9. Oct 25, 2018
  10. 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
  11. Oct 17, 2018
  12. Oct 16, 2018
  13. Oct 15, 2018
  14. Oct 12, 2018
  15. Oct 04, 2018
  16. Oct 03, 2018
  17. Sep 28, 2018
  18. Sep 25, 2018
  19. Sep 07, 2018
  20. Sep 04, 2018
  21. Aug 29, 2018
  22. Aug 22, 2018
  23. Jul 16, 2018
  24. Jul 06, 2018
  25. Jul 05, 2018
  26. Jul 04, 2018
  27. 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
  28. Jun 10, 2018
  29. May 29, 2018
  30. May 24, 2018
  31. May 23, 2018
Loading