- Oct 17, 2018
-
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Alexandre Abadie authored
tests/arduino: add automatic test for arduino module
-
- Oct 16, 2018
-
-
Alexandre Abadie authored
pkg/openthread: rework of FTD and MTD support
-
Koen Zandberg authored
lwip: Bump version to v2.1.0
-
Federico Pellegrin authored
-
José Ignacio Alamos Aste authored
drivers/adxl345: fix ADXL345 driver
-
Kevin "Bear Puncher" Weiss authored
drivers/periph_eeprom: refactor implementation and test application
-
Martine Lenders authored
core/bitarithm: change types to `uintXX_t`
-
Jose Alamos authored
-
Jose Alamos authored
-
Jose Alamos authored
-
Jose Alamos authored
-
Jose Alamos authored
-
Jose Alamos authored
-
Kevin "Bear Puncher" Weiss authored
ESP32 port
-
Koen Zandberg authored
drivers/netdev_ieee802154: cleanup NETOPT_MAX_PACKET_SIZE
-
José Ignacio Alamos Aste authored
llvm.inc.mk: completely replace detection of GCC includes
-
Sebastian Meiling authored
net/nanocoap: fix response type
-
Semjon Kerner authored
-
Semjon Kerner authored
-
cladmi authored
This completely removes the hardcoded/os specific path setting for includes. It directly queries gcc include directories. It takes what was already done by `makefiles/libc/llvm.inc.mk`. I replaced the `GCC_MULTI_DIR` handling by givining `CFLAGS_CPU` when searching for include directories. `CFLAGS` cannot be used as it will crash when `-target $(CPU_ARCH)` is added. It currently requires using deferred variables as `CFLAGS_CPU` can be overwritten later in the build process.
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
boards: add Zolertia Firefly board
-
Kevin "Bear Puncher" Weiss authored
sys/arduino: add arduino time functions micros() and delayMicroseconds()
-
- Oct 15, 2018
-
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
Patch cherry-picked into upstream as [a47d30f]. [a47d30f]: http://git.savannah.nongnu.org/cgit/lwip.git/commit/?id=a47d30ffc7d36a79307486ca5e9a48f5bf89c7b6
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
See release [blog] post for details. [blog]: https://savannah.nongnu.org/forum/forum.php?forum_id=9248
-
Martine Lenders authored
lwIP uses a lot of macro "magic" (including dereferencing then pointerizing pointers again) that confuses the static code checker of most compilers.
-