You need to sign in or sign up before continuing.
- Aug 20, 2018
-
-
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.
-
- 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
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.
-
Gaëtan Harter authored
dist: move testrunner to pythonlibs as package
-
- Aug 15, 2018
-
-
Martine Lenders authored
pkg: cmsis-dsp: fix -Wunknown-attributes for LLVM
-
Martine Lenders authored
Apparently LLVM doesn't know the `optimize` attribute.
-
José Ignacio Alamos Aste authored
boards/sensebox: Add support for SenseBox board
-
- Aug 14, 2018
-
-
Kaspar Schleiser authored
make: Makefile.include: Remove -Wno-implicit-fallthrough
-
Francisco Acosta authored
frdm-k64f: Add SAUL ADC configuration
-
Francisco Acosta authored
frdm-k64f: Update ADC configuration
-
Martine Lenders authored
cpu/lpc2387: Fixed documentation and bugs preventing use of LLVM
-
Martine Lenders authored
pkg/ccn-lite/relic: check for minimal cmake version
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
- Previous cast was to a function pointer was not legal - Using already present function pointer to store the IAP entry point to improve readability. (Which also fixes the cast issue.)
-
Gaëtan Harter authored
relic does not build with cmake < 3.6.0. This checks for a minimal version instead of failing to compile. cmake version 3.5.2 is not >= to minimal required 3.6.0 Makefile:25: recipe for target '..cmake_version_supported' failed
-
Gaëtan Harter authored
ccn-lite does not build with cmake < 3.6.0. This checks for a minimal version instead of failing to compile. cmake version 3.5.2 is not >= to minimal required 3.6.0 Makefile:25: recipe for target '..cmake_version_supported' failed Tested with versions 3.5.2, 3.6.0-rc1, 3.6.0, 3.6.3, 3.7.0-rc1, 3.7.0. Note: the check used does not consider '-rcX' as 'sort -V' does not handle them properly.
-
Gaëtan Harter authored
usage: has_minimal_version.sh <version> <minimal_version> [toolname] Checks that version >= minimal_version Version format MAJOR.MINOR.PATCH ex 3.1.4
-
Martine Lenders authored
gnrc/6lo: Set more data flag on all but last fragment
-
Martine Lenders authored
stm32_common/eeprom: fix DEBUG formatting
-
Martine Lenders authored
This fixes compilation for `periph_eeprom` with LLVM/clang and also is more in accordance with our [coding conventions]. [coding conventions]: https://github.com/RIOT-OS/RIOT/wiki/Coding-conventions#-wformat
-
Francisco Acosta authored
boards: slstk3402a: add i2c
-
Marian Buschsieweke authored
- arm_reset was completely undocumented, even though technical details buried deeply in the data sheet of the LPC2387 are involved in the code - The attribute "naked" is misplaced, it should only be used when no C code is present. However, the function consists of C code only - The attribute "noreturn" has to be used in the declaration [1] of a function, not in the implementation. Otherwise the caller is not informed and code using the function will not be optimized. [1]: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
- Aug 13, 2018
-
-
Martine Lenders authored
kinetis: timer: #ifdef unused functions
-
Martine Lenders authored
Another issue revealed by compiling several apps with LLVM/clang for the `teensy31` board.
-
Martine Lenders authored
cpu/nrf51: fix formatting uint to PRIu32
-
Martine Lenders authored
Release notes for 2018.07
-
Semjon Kerner authored
-