- Aug 22, 2018
-
-
cladmi authored
Add a section on the testing procedure for a pull request. It should help reviewing pull requests as they often not describe which application raises the error they are fixing or any way of verifying that a feature is correctly implemented.
-
Alexandre Abadie authored
drivers/adxl345: fixes & cleanup
-
- Aug 21, 2018
-
-
Kevin Weiss authored
posix/pthread_rwlock: fix unsigned variable comparison
-
Jose Alamos authored
-
Martine Lenders authored
cpu/nrf52: add PWM implementation
-
Semjon Kerner authored
-
Semjon Kerner authored
-
Martine Lenders authored
tests/driver_isl29125: fix of compilation error
-
Alexandre Abadie authored
drivers/periph_common/eeprom: move EEPROM definitions to periph_cpu.
-
- Aug 20, 2018
-
-
Kaspar Schleiser authored
murdock: also compile with LLVM/clang
-
Alexandre Abadie authored
Fmt: add fmt hex byte
-
Toon Stegen authored
-
Toon Stegen authored
-
Toon Stegen authored
-
Martine Lenders authored
There are two major reasons for this: 1. clang picks up different errors sometimes than GCC. 2. OSX support is hardened as it is usually the toolchain used there.
-
Francisco Acosta authored
at86rf2xx: correct rssi
-
Juan I Carrano authored
dist/tools: add lazysponge tool
-
Gaëtan Harter authored
Remove file management from `genconfigheader` script and use `lazysponge` in Makefile.include. Use --verbose option when in non QUIET building mode.
-
Gaëtan Harter authored
-
Gaëtan Harter authored
Write stdin to <outfile> if it is different from the previous content. If data provided in stdin is the same as the data that was in <outfile>, it is not modified so `last modification date` is not changed.
-
Peter Kietzmann authored
boards: Extended/fixed SPI config for STM32 Nucleo-64 boards
-
Gunar Schorcht authored
-
- Aug 19, 2018
-
-
Martine Lenders authored
tests/lwip_sock_*: fix compilation error
-
Gunar Schorcht authored
-
- Aug 17, 2018
-
-
MichelRottleuthner authored
cpu/stm32_common: add PUF SRAM feature to makefile
-
Peter Kietzmann authored
boards/pba-d-01-kw2x: use OpenOCD-supplied config
-
Koen Zandberg authored
at86rf2xx: Move flags from netdev to radio
-
Martine Lenders authored
gnrc_sixlowpan_iphc: cleanup NHC encoding
-
Kevin Weiss authored
boards: Harmonized UART config of Nucleo-64 boards
-
Kevin Weiss authored
boards/stm32f103c8: update flash flags for DFU
-
- Aug 16, 2018
-
-
Martine Lenders authored
nimble: deactivate -Wunused-function with LLVM/clang
-
Martine Lenders authored
When building `nimble` with LLVM/clang the function `ble_ll_adv_active_chanset_is_sec()` in `ble_ll_adv.c` is reported to be unused, it is used within an assertions and `ifdef`s within that file though. So this just disables that warning.
-
Gaëtan Harter authored
make: provide support for listing supported and blacklisting toolchains
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
Assuming `TOOLCHAIN_SUPPORTED` is provided by the board and `TOOLCHAIN_BLACKLIST` by a module or `pkg`, this outputs the fact that a toolchain is not supported or blacklisted in a similar manner as (un-)supported features and boards are.
-