Skip to content
Snippets Groups Projects
  1. Jul 04, 2018
  2. 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
  3. Jun 10, 2018
  4. May 29, 2018
  5. May 24, 2018
  6. May 23, 2018
  7. May 18, 2018
  8. 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
  9. Apr 09, 2018
  10. Apr 06, 2018
    • Hauke Petersen's avatar
      sys/net: added Skald · 49bd85d0
      Hauke Petersen authored
      Skald is a very small and simple, TX-only BLE stack that supports
      sending advertisements only. It is useful for building all kinds
      of BLE beacons with very minimal memory footprints.
      49bd85d0
  11. Mar 22, 2018
  12. Mar 06, 2018
  13. Mar 01, 2018
  14. Feb 23, 2018
  15. Feb 06, 2018
  16. Feb 05, 2018
  17. Jan 31, 2018
  18. Jan 18, 2018
  19. Jan 09, 2018
  20. Dec 01, 2017
  21. Nov 30, 2017
  22. Nov 19, 2017
  23. Nov 17, 2017
  24. Nov 15, 2017
  25. Nov 14, 2017
  26. Nov 12, 2017
  27. Nov 08, 2017
Loading