- Sep 25, 2018
-
-
Alexandre Abadie authored
-
Martine Lenders authored
mainpage.md: fix dead link and 3 typos
-
Lotte Steenbrink authored
-
Martine Lenders authored
murdock: add selected cortex-m boards to LLVM build
-
Kaspar Schleiser authored
-
Martine Lenders authored
-
Martine Lenders authored
tests/libc_newlib: fix pointers comparison for llvm
-
cladmi authored
With llvm and samr21-xpro, I could not directly do 'printf == iprintf'. But doing `(printf - iprintf) == 0` correctly checked if they are equal. Co-authored-by:
Kaspar Schleiser <kaspar@schleiser.de>
-
Martine Lenders authored
dist/cppcheck: fix missing cppcheck-suppression reasons
-
Sebastian Meiling authored
dist/tools: extend the print_toolchain_version script
-
Sebastian Meiling authored
This was found by cppcheck 1.6x used in Travis-CI, however this seems to be a false positive, as it is not found by newer versions of cppcheck.
-
Sebastian Meiling authored
Cppcheck was (correctly) warning here that concat to strings might result in buffer overflow because the terminating `\0` was not considered. This is fixed here, making the cppcheck suppression also obsolete.
-
Sebastian Meiling authored
Extend the cppcheck suppression example to show that each suppression should have a reason describing the intentional suppression of a cppcheck warning or error.
-
Sebastian Meiling authored
Adding and correcting description/rational on why certain cppcheck warnings or errors are intentionally suppressed.
-
Martine Lenders authored
tests/gnrc_sixlowpan: fix stacksize of dummy device
-
Sebastian Meiling authored
Add output to print_toolchain_version script to include info on the operating system and its kernel version.
-
Sebastian Meiling authored
-
Sebastian Meiling authored
This adds openocd, python, python2, and python3 to the helper script print_toolchain_versions.sh.
-
Sebastian Meiling authored
Currently version information of commands and tools is only parsed from STDOUT, however some tools like openocd print version info to STDERR only. This commits adds parsing of STDERR for version infos if STDOUT does not contain such info.
-
- Sep 24, 2018
-
-
Vincent Dupont authored
at driver: allow using same buffer for command and response in at_send_cmd_get_lines()
-
Martine Lenders authored
This was already too small in 6c2510dc so it should have been properly tested. Now that we are testing it on CI with binaries compiled by LLVM this leads to crashes with this "new" platform.
-
- Sep 23, 2018
-
-
Dylan Laduranty authored
cpu/sam0_common/gpio: use gpio_irq feature
-
- Sep 21, 2018
-
-
Martine Lenders authored
tests/periph_gpio: add interrupt enable disable command
-
Gaëtan Harter authored
pkg: blacklist selected `pkg`s for LLVM/clang
-
Martine Lenders authored
-
Kaspar Schleiser authored
pkg: add libhydrogen
-
Silke Hofstra authored
-
Joakim Nohlgård authored
periph/gpio: fix doc of `periph_gpio_irq` submodule
-
Semjon Kerner authored
-
Joakim Nohlgård authored
tests/periph_gpio: make IRQ related functionality optional
-
Alexandre Abadie authored
drivers/tsl2561: add missing acquire∕release functions
-
Hauke Petersen authored
-
Hauke Petersen authored
only include irq related shell commands in case the PERIPH_GPIO_IRQ feature is selected
-
Hauke Petersen authored
-
Joakim Nohlgård authored
sys: add missing <string.h> includes
-
Joakim Nohlgård authored
sys: saul: add missing stddef.h include (for NULL)
-
- Sep 20, 2018
-
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Peter Kietzmann authored
boards/sensebox_samd21: Add ADC configuration
-
Leandro Lanzieri authored
boards/sensebox_samd21: Modify ADC documentation
-