- Jul 05, 2018
-
-
Martine Lenders authored
GitHub supports different types of issue templates for a while now. The following types are supported: * Bug report (living in `.github/ISSUE_TEMPLATE/bug_report.md`), * Feature request (living in `.github/ISSUE_TEMPLATE/feature_request.md`), and * Custom issue template (living in `.github/ISSUE_TEMPLATE/custom.md`) Our current issue template is mostly a bug report template, so this moves it to `.github/ISSUE_TEMPLATE/bug_report.md`.
-
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
-
Alexandre Abadie authored
-
Alexandre Abadie authored
stm32f103c8: fix Makefile.include INCLUDES definition
-
Koen Zandberg authored
As should have been done in the initial commit. Stack space set to the amount described in the doc
-
Gaëtan Harter authored
Include order for board and cpu was 1. cpu include 2. board include 3. board common includes 4. cpu common includes Its now changed to: 1. board include 2. board common includes 3. cpu include 4. cpu common includes Verifications: There are no common headers names between boards and cpus. Except native that has a 'periph_conf.h' in cpu instead of being in board.
-
Alexandre Abadie authored
-
Alexandre Abadie authored
tests/driver_pir: remove redundant/double configuration from Makefile
-
Hyungsin authored
-
- Jul 03, 2018
-
-
Loïc Dauphin authored
boards/stm32f429i-disc1: add initial support
-
danpetry authored
-