- Aug 13, 2018
-
-
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
-
Sebastian Meiling authored
Rework SPI periph driver to use proper RIOT GPIO API functions. Also cleanup header files by using vendor defines and remove obsolete code. Further, adapt board config accordingly.
-
Sebastian Meiling authored
Introduces a define to inidicate an unused function parameter.
-
Gaëtan Harter authored
makefiles/buildtests.inc.mk: allow overwriting make output redirection
-
Sebastian Meiling authored
This updates the ccn-lite package version which brings in the latest upstream fixes for some compiler issues found on macOS with clang and newer GCC versions. A minor adaption of the RIOT shell commands is also included.
-
Sebastian Meiling authored
gnrc_ipv6_nib: fallback to SLAAC if ARO is ignored by upstream
-
- Aug 09, 2018
-
-
Gaëtan Harter authored
make: add APPDIR to info-build target
-
Sebastian Meiling authored
While info-build already provides lots of useful information it does not print the application source dir. However this might be useful for debugging and logging, hence its added to the output.
-
Martine Lenders authored
tests: remove echo=False
-