- Aug 16, 2018
-
-
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.
-
- Aug 14, 2018
-
-
Francisco Acosta authored
boards: slstk3402a: add i2c
-
- 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
-
Cenk Gündoğan authored
pkg: update ccn-lite and adapt shell commands
-
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
-
Joakim Nohlgård authored
Set frame pending bit in IEEE 802.15.4 FCF when GNRC_NETIF_HDR_FLAGS_MORE_DATA is set on the netif header on outbound frames.
-
Joakim Nohlgård authored
-
Peter Kietzmann authored
cc2538: cleanup and optimisation of periph timer
-
- Aug 12, 2018
-
-
Koen Zandberg authored
cortexm_common/ldscript: simplify generation of firmwares in section of the ROM
-
- Aug 11, 2018
-
-
Martine Lenders authored
tests/gnrc_netif: Fix -Wformat-overflow
-
Gaëtan Harter authored
Explain the test and the output you should get.
-
Gaëtan Harter authored
Verify that specifying a too big _fw_rom_length for the rom is detected and prevent compilation.
-
Gaëtan Harter authored
Compile an elf file with a length equals to half the rom length.
-
Gaëtan Harter authored
Allow defining a specific rom length to use for linking the firmware, _fw_rom_length, instead of the default configuration to use the whole rom from _rom_offset to the end. * Add cortexm_common/Makefile.include FW_ROM_SIZE configuration * Add an assertion that _fw_rom_length still respects _rom_length
-
Gaëtan Harter authored
Compile two elf files with different offset and verify the linked file offset. I only enabled samr21-xpro and iotlab nodes for the moment.
-
Gaëtan Harter authored
Define _rom_offset with a conditional evaluated at execution time to allow setting it in compilation rules and generate in the same make instance different elf files with different configurations.
-
Gaëtan Harter authored
The variables should all always be defined.
-
Gaëtan Harter authored
Test that _rom_offfset is removed from the available _rom_length.
-
Gaëtan Harter authored
It will help testing if it is taken into account and for defining for outside after.
-
Gaëtan Harter authored
Trigger an overflow by 1 byte to detect in ROM_LEN is indeed used.
-
Gaëtan Harter authored
Inspired by kaspar030 version to removing the new _boot_offset variable. https://github.com/kaspar030/RIOT/blob/cbf324a66d0c925dd02eca290e17c350945e97b2/cpu/cortexm_common/ldscripts/cortexm.ld
-
Joakim Nohlgård authored
Fixes the following error with GCC 7 main.c: In function 'test_netif_get_name': main.c:1054:23: error: 'sprintf' may write a terminating nul past the end of the destination [-Werror=format-overflow=] sprintf(exp_name, "if%d", (int)netif); ^~~~~~ main.c:1054:5: note: 'sprintf' output between 4 and 9 bytes into a destination of size 8 sprintf(exp_name, "if%d", (int)netif); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- Aug 10, 2018
-
-
Gaëtan Harter authored
Makefile.include: Include VERSION file for release
-
Gaëtan Harter authored
When downloading the release archive and building an example, the RIOT_VERSION string is not set to "Version 2018.04" but to Version: UNKNOWN (builddir: /home/me/Downloads/RIOT-2018.04) This allows sourcing a global VERSION file to manually set it before releases.
-
Alexandre Abadie authored
make: introduce common Python lib path
-
José Ignacio Alamos Aste authored
boards*: documentation cleanup
-
Alexandre Abadie authored
- Cleanup brief description to be consistent with other boards - Move general documentation in doc.txt
-
Alexandre Abadie authored
- Cleanup brief description to be consistent with other boards - Move general documentation in doc.txt
-
Alexandre Abadie authored
Display brief description instead of link to the wiki
-
Alexandre Abadie authored
Display brief description instead of copyright
-
Alexandre Abadie authored
- display brief description instead of copyright - add a reference to the 'real' documentation, otherwise it's empty
-
Peter Kietzmann authored
cpu/cc2538: refine periph/spi implementation
-
Sebastian Meiling authored
Introduce dist/pythonlibs directory to store RIOT python packages. This directory is exported via PYTHONPATH by the build system to make it commonly available.
-
Sebastian Meiling authored
-