- Jan 17, 2019
-
-
danpetry authored
-
Martine Lenders authored
hashes/sha256: don't call memcpy if len==0
-
Martine Lenders authored
fmt: fix fmt_s32_dec() and fmt_s64_dec() sign bit handling
-
Martine Lenders authored
cpu/native/periph/timer: fix type conversion
-
Kaspar Schleiser authored
-
- Jan 16, 2019
-
-
Gaëtan Harter authored
tests/build_system_utils: fix TESTS name collision
-
Martine Lenders authored
pkg/jerryscript: namespace BUILD_DIR variable
-
Kaspar Schleiser authored
gnrc/pktbuf: avoid memcpy if size <= 0
-
Gaëtan Harter authored
TESTS is used to find the tests files for the application but was used to list test targets. Rename to COMPILE_TESTS as already done in some of my other applications.
-
Gaëtan Harter authored
BUILD_DIR was introduced but the variable was already used by `pkg/jerryscript` so there is a name collision. Namespace it to prevent issues.
-
Alexandre Abadie authored
cpu/cortexm_common: Update ARM CMSIS to V5.4.0
-
Cenk Gündoğan authored
gnrc_netif: centralize device-type-specific functions
-
Kaspar Schleiser authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
The function to infer the link-layer address length from the length of a S/TLLAO is very dependent on the IPv6 over X specification and thus should be grouped with the other IP over X functions.
-
Kaspar Schleiser authored
"val = -val" causes UB for INTMIN, thus explicitly cast to unsigned.
-
Kaspar Schleiser authored
-
Gaëtan Harter authored
make: introduce common BUILD_DIR
-
Sebastian Meiling authored
asymcute: check for minimum packet length early
-
danpetry authored
pkg/lua: Fix warnings on discarded qualifiers.
-
Leandro Lanzieri authored
drivers/i2c: Fix i2c api issues
-
Sören Tempel authored
Without this patch _len_get reads one byte beyond the con->rxbuf if the incoming packet consists only of the byte 0x01.
-
Sebastian Meiling authored
Do normal assignment instead of memcpy
-
- Jan 15, 2019
-
-
Cenk Gündoğan authored
gnrc_sixlowpan_frag: drop received duplicates
-
Dylan Laduranty authored
Signed-off-by:
Dylan Laduranty <dylan.laduranty@mesotic.com>
-
Martine Lenders authored
Otherwise duplicate fragments are added to the number of already received datagram bytes in L153 leading to possible race-conditions.
-
Martine Lenders authored
boards/iotlab-m3: disable DMA with SPI
-
Alexandre Abadie authored
-
Emmanuel Baccelli authored
riotboot: add multislot support
-
Emmanuel Baccelli authored
-
Dylan Laduranty authored
Signed-off-by:
Dylan Laduranty <dylan.laduranty@mesotic.com>
-
Martine Lenders authored
shell: sc_icmpv6_echo: release payload when pktbuf full
-
Juan Carrano authored
There was a cast in a macro that calculated offsets. Since it was only doing a pointer difference, the cast was inocuous, but I fix it anyways.
-
Juan Carrano authored
Upstream lua has many instances of discarding cont qualifiers through explicit casting. This disables the warnigns for the package so that they don't show up when one enables -Wno-cast-qual globally.
-
Martine Lenders authored
Otherwise it gets never released Co-Authored-By:
Gunar Schorcht <gunar@schorcht.net>
-
Gaëtan Harter authored
.travis.yml: provide base branch to static tests
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-