- Jul 05, 2018
-
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Gaëtan Harter authored
Makefile.include: fully define BASELIBS before using its value
-
Martine Lenders authored
mosquitto_rsmb: add MQTT listener to config
-
Martine Lenders authored
This helped me a lot while testing #9464 to interact with the broker using the mosquitto shell command clients.
-
Sebastian Meiling authored
gnrc_ipv6_nib: Add capability to handle and send RDNSS option
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
sock_util: add posix dependency
-
- Jul 04, 2018
-
-
Martine Lenders authored
core/byteorder: fix naming for htobebufs/bebuftohs functions
-
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.
-
Alexandre Abadie authored
drivers/at: at out-of-band data support for at commands parser
-
Francisco Acosta authored
tests: cpu_efm32_features: add test application
-
Cenk Gündoğan authored
Add SRAM based PRNG seeder
-
Peter Kietzmann authored
-
Peter Kietzmann authored
-
Peter Kietzmann authored
-
Peter Kietzmann authored
-
Peter Kietzmann authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Francisco Acosta authored
tests/monocypher: Increase stack space
-
Martine Lenders authored
tools: add mosquitto.rsmb MQTT-SN broker
-
Alexandre Abadie authored
Improving TinyDTLS package and dtls-echo example
-
Hauke Petersen authored
-
Raul Fuentes authored
Due to all the changes, this is basically a new version for this example. The main benefit is the use of sock_udp but also the client side is now more robust and reliable. The parameters required for the PSK and ECC (e.g. keys) modes are moved to an unique header.
-
Raul Fuentes authored
The integration of TinyDTLS for RIOT has been merged into the development branch of the official repository. It will be officially available on the master branch in the next release of tinyDTLS. Other minor updates: - Support for the RIOT's memarray - tinydtls/sha2 is removed from the compilation for giving priority to RIOT's sha2 functions.
-
Loïc Dauphin authored
boards/stm32l476g-disco: initial basic support
-
Koen Zandberg authored
Docs: add "allow time to ACK before dismissing review" to maintainer guidelines
-
Gaëtan Harter authored
Makefile.include: fix board/cpu inconsistent include order
-
Gaëtan Harter authored
-
Gaëtan Harter authored
They can define PSEUDOMODULES which is used to populate BASELIBS. It means they must be processed before using BASELIBS immediate value. This moved the processing of all `Makefile.include` before using `BASELIBS`. It is also moved before setting `BASELIBS` in `modules.inc.mk to keep the order logical (it would work anyway thanks to deferred variables evaluation). This fixes the problems for `make -C tests/unittests`
-
Gaëtan Harter authored
Build targets were using the immediate value of '$(BASELIBS)' before it was actually set. bindist.inc.mk should also be processed before as it is adding `BIN_USEMODULE` to `USEMODULE`. This fixes use before define problems for: * `make -C examples/hello-world` * `make -C examples/bindist`
-
Alexandre Abadie authored
-
Alexandre Abadie authored
stm32f103c8: fix Makefile.include INCLUDES definition
-