- Aug 16, 2018
-
-
Kaspar Schleiser authored
Allow flashing with an offset in ROM from the rom base address. It reuses `IMAGE_OFFSET` configuration variable name from `openocd.sh`. This will allow flashing multiple images with different flash operations.
-
Kaspar Schleiser authored
This mimics openocd behaviour that only erase needed sectors of the rom.
-
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
-
Gaëtan Harter authored
This release-notes where contributed by the following github users: * aabadie * bergzand * cladmi * gebart * miri64 * PeterKietzmann
-
Sebastian Meiling authored
Testrunner is now impported as a package found in PYTHONPATH, so import can be placed at the top of the script as usual.
-
Sebastian Meiling authored
os package is imported by every test script but only used by a few, thus flake8 check reported errors.
-
Sebastian Meiling authored
Remove now obsolete sys.append from all tests, as testrunner was moved to dist/pythonlibs as proper package.
-
Sebastian Meiling authored
As testrunner is moved to dist/pythonlibs which is exported via PYTHONPATH, testrunner is found by all test scripts.
-
Cenk Gündoğan authored
pkg: update ccn-lite and adapt shell commands
-
Jose Alamos authored
-
Martine Lenders authored
gnrc_netif_ieee802154: Set FCF Frame Pending when more data is expected
-
Peter Kietzmann authored
gnrc_netif: Introduce GNRC_NETIF_HDR_FLAGS_MORE_DATA
-