- Feb 04, 2019
-
-
Martine Lenders authored
-
- Jan 21, 2019
-
-
zhuoshuguo authored
Co-Authored-By:
zhuoshuguo <zhuosgzju@gmail.com>
-
- Jan 10, 2019
-
-
Martine Lenders authored
Fixes #10739
-
- Jan 04, 2019
-
-
Martine Lenders authored
-
- Dec 29, 2018
-
-
Timo Rothenpieler authored
-
- Dec 18, 2018
-
-
Francisco Acosta authored
This module adds some helper function to manage slots created with a riotboot_hdr header. Co-authored-by:
Kaspar Schleiser <kaspar@schleiser.de>
-
- Dec 05, 2018
-
-
Martine Lenders authored
-
- Dec 03, 2018
-
-
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:
Kaspar Schleiser <kaspar@schleiser.de>
-
- Oct 25, 2018
-
-
Martine Lenders authored
-
- Oct 23, 2018
-
-
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 17, 2018
-
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
- Oct 16, 2018
-
-
Jose Alamos authored
-
Jose Alamos authored
-
- Oct 15, 2018
-
-
Martine Lenders authored
Moves lwIP to an integration scheme more similar to newer `pkg`s.
-
- Oct 12, 2018
-
-
Hauke Petersen authored
-
- Oct 04, 2018
-
-
Koen Zandberg authored
-
- Oct 03, 2018
-
-
Vincent Dupont authored
-
- Sep 28, 2018
-
-
Peter Kietzmann authored
-
- Sep 25, 2018
-
-
Sören Tempel authored
Fixes #7707 Fixes #7800
-
- Sep 07, 2018
-
-
Hauke Petersen authored
-
- Sep 04, 2018
-
-
Martine Lenders authored
With out this fix the application or device drivers need to add this module. Otherwise, compilation of the lwIP adaptation layer will fail for Ethernet devices.
-
- Aug 29, 2018
-
-
Joakim Nohlgård authored
-
- Aug 22, 2018
-
-
Hauke Petersen authored
-
Hauke Petersen authored
-
- Jul 16, 2018
-
-
Koen Zandberg authored
-
- Jul 06, 2018
-
-
Koen Zandberg authored
-
- Jul 05, 2018
-
-
Hauke Petersen authored
-
Martine Lenders authored
-
- Jul 04, 2018
-
-
Martine Lenders authored
`sock_util` includes the `arpa/inet.h` header so it has `posix` as a dependency to include the `sys/posix/include` include path.
-
Peter Kietzmann authored
-
- Jun 22, 2018
-
-
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.
-
Peter Kietzmann authored
-
- Jun 10, 2018
-
-
Peter Kietzmann authored
-
- May 29, 2018
-
-
Martine Lenders authored
-
Bas Stottelaar authored
-
- May 24, 2018
-
-
Cenk Gündoğan authored
-
- May 23, 2018
-
-
Koen Zandberg authored
Provides functions for type 3, 4 and 5 UUID generations. UUID type 1 is timestamp based and requires an accurate time source. For this reason it is left out of this implementation. UUID type 2 is not defined in RFC 4122 and thus also not included here
-
Cenk Gündoğan authored
-