- Jul 23, 2018
-
-
Kaspar Schleiser authored
-
- Jul 20, 2018
-
-
Martine Lenders authored
sock_util: Add unittest and fix detected issues.
-
Koen Zandberg authored
-
Koen Zandberg authored
-
- Jul 19, 2018
-
-
Koen Zandberg authored
Add additional checks to the port number parsing in str2ep to validate the port number supplied in the string. This only verifies that the port number is no longer than 5 chars and the resulting number fits in a uint16_t. It is still possible to supply up to 5 random chars.
-
Koen Zandberg authored
Add a length check to the path to ensure that it fits in the supplied buffer in the urlsplit function
-
Koen Zandberg authored
Add missing null terminator to the returned host-port string in sock_udp_ep_fmt
-
Koen Zandberg authored
This adds a length check to verify if the host-port part of the URL fits in the supplied buffer
-
Koen Zandberg authored
URLs without a path were treated as invalid, while according to the URL specification they are valid Also fixes a missing null terminator in the returned path
-
Koen Zandberg authored
Limit the number of scanned chars in _find_pathstart to the predefined size
-
Koen Zandberg authored
-
Martine Lenders authored
cflags.inc.mk: fix cflags test for llvm
-
Gaëtan Harter authored
lis3mdl: fix default params
-
Martine Lenders authored
In the default config .odr and .scale where switched around.
-
Gaëtan Harter authored
gcc does an error but not clang, so add -Werror.
-
Andreas "Paul" Pauli authored
atmega timer: Interrupt Pin
-
Martine Lenders authored
gnrc: mac: fix types according to print formatting
-
Martine Lenders authored
cflags: add -Wformat=2 -Wformat-overflow -Wformat-truncation
-
Martine Lenders authored
As reported by `llvm`.
-
Martine Lenders authored
lua: remove unsupported flags for llvm
-
Gaëtan Harter authored
tests: ignore infinite recursion for mpu_stack_test with clang
-
Gaëtan Harter authored
Prevents error: clang: error: unknown argument: '-fstack-usage' clang: error: unknown argument: '-fconserve-stack' The flags are here to print debug information and try to optimize stack but are not required.
-
Peter Kietzmann authored
w5100: fixed RX interrupt handling
-
Martine Lenders authored
-
- Jul 18, 2018
-
-
Josarn authored
A debug pin can be used to probe timer interrupts with an oscilloscope or other time measurement equipment. Thus, determine when an interrupt occurs and how long the timer ISR takes. The pin should be defined in the makefile as follows: CFLAGS += -DDEBUG_TIMER_PORT=PORTF -DDEBUG_TIMER_DDR=DDRF \ -DDEBUG_TIMER_PIN=PORTF4
-
Koen Zandberg authored
-
Koen Zandberg authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Francisco Acosta authored
stm32_common: fix ram length for MCUs with non-contiguous ram regions
-
Martine Lenders authored
makefiles/cflags.inc.mk: Use a template for CFLAGS testing
-
- Jul 17, 2018
-
-
Peter Kietzmann authored
enc28j60: improvements to fix #9043
-
Gunar Schorcht authored
-
Peter Kietzmann authored
kw2xrf: Fix ack flag handling
-
Michel Rottleuthner authored
-
Michel Rottleuthner authored
-
Michel Rottleuthner authored
-