- Oct 16, 2018
-
-
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
boards: add Zolertia Firefly board
-
Kevin "Bear Puncher" Weiss authored
sys/arduino: add arduino time functions micros() and delayMicroseconds()
-
- Oct 15, 2018
-
-
cladmi authored
It is used by Makefile.base so should be exported globally even if only defined by `llvm.inc.mk` for the moment.
-
Gunar Schorcht authored
drivers/vcnl4010: initial implementation
-
Gunar Schorcht authored
-
José Ignacio Alamos Aste authored
pkg/semtech-loramac: use internal eeprom to store lorawan config (deveui, appeui, etc)
-
Alexandre Abadie authored
-
Alexandre Abadie authored
Add note about save and erase loramac subcommands
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Peter Kietzmann authored
cpu, periph_gpio: mark closing #endif for MODULE_PERIPH_GPIO_IRQ
-
Alexandre Abadie authored
net/nanocoap: add module documentation
-
Ken Bannister authored
-
Ken Bannister authored
-
Sebastian Meiling authored
Adding additional information about the default uart configuration to the bluepill docs
-
Ken Bannister authored
coap: Replace `COAP_CT_` with `COAP_FORMAT_`
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Sebastian Meiling authored
boards/remote-revb: Update broken link in readme
-
Gunar Schorcht authored
Changes the default port on LINUX systems to /dev/ttyUSB1. /dev/ttyUSB0 is the JTAG interface for OCD.
-
Koen Zandberg authored
COAP_CT_ style defines for the content types are deprecated in favour of COAP_FORMAT_ style defines. COAP_FORMAT_ is expanded to include any missing content type that was available with COAP_CT_.
-
Koen Zandberg authored
Replaces all occurences of COAP_CT_.* with COAP_FORMAT_.*
-
Sebastian Meiling authored
make: fix info-objsize column name position
-
- Oct 14, 2018
-
-
Koen Zandberg authored
pkg: add libb2 (BLAKE2)
-
Gunar Schorcht authored
The problem seemed to be a pipelining problem of write and read instructions when swapping the context. An isync instruction when returning from a context switch solves the potential pipelining problem.
-
Ken Bannister authored
nanocoap: add server-side block2 support
-
Koen Zandberg authored
-