- Jan 24, 2019
-
-
Sebastian Meiling authored
net/nanocoap: verify simple reply buffer
-
Sebastian Meiling authored
net/netreg: fix static netreg init macros
-
Martine Lenders authored
boards/arduino*: Added/refactored params for W5100
-
Jose Alamos authored
-
danpetry authored
sys/base64: Add size estimation functions
-
Gunar Schorcht authored
gnrc_ipv6_nib: activate SLAAC on border router
-
Ken Bannister authored
-
Sebastian Meiling authored
net/nanocoap: validate option length
-
Sebastian Meiling authored
cpu/atmega_common: do not export LINKFLAGS
-
Leandro Lanzieri authored
-
- Jan 23, 2019
-
-
Ken Bannister authored
The space calculation must use the same length as the eventual return value.
-
Ken Bannister authored
-
Martine Lenders authored
gnrc_sixlowpan_frag: release for fragment too big error case
-
Alexandre Abadie authored
makefiles/vars.inc.mk: do not export LINKFLAGS
-
Alexandre Abadie authored
dist/tools/compile_and_test_for_board: add basic checks for script
-
Gaëtan Harter authored
This prevent evaluating `LINKFLAGS` when not needed and when building in docker so does not produce errors if `avr-ld` is not installed. ``` BUILD_IN_DOCKER=1 BOARD=arduino-mega2560 make --no-print-directory -C examples/hello-world/ clean /srv/ilab-builds/workspace/git/riot_master/makefiles/toolchain/gnu.inc.mk:18: objcopy not found. Hex file will not be created. /bin/sh: 1: avr-ld: not found ``` It removes the `/bin/sh: 1: avr-ld: not found`
-
Gaëtan Harter authored
It is only used by `Makefile.include` and should not be used by sub-make instances. This is required to prevent evaluating `LINKFLAGS` when not needed and a required step to not evaluate it on the host with for example `avr-ld` when building in docker. I checked usage with: git grep -e '(LINKFLAGS)' -e '{LINKFLAGS}' Packages may be using it but `LINKFLAGS` is a RIOT way of naming things and even if `generate-xcompile-toolchain` uses `LINK` it does not use `LINKFLAGS`.
-
Alexandre Abadie authored
Provide some notes on how to perform basic checks on the script using tox
-
Alexandre Abadie authored
tox.ini configures 3 checks on the python script: doctest (via pytest), pylint and flake8
-
Martine Lenders authored
The fragment is released for all other error cases, just not this one.
-
Alexandre Abadie authored
Otherwise it conflicts with pytest automatic parsing which tries to execute all classes with name beginning with Test
-
Peter Kietzmann authored
cpu/kinetis/rtt: clear TPR when writing TSR
-
Ken Bannister authored
net/nanocoap: add debug message for server
-
- Jan 22, 2019
-
-
Alexandre Abadie authored
sys/crypto/aes: avoid UB by explicit unsigned integer promotion
-
Leandro Lanzieri authored
cpu/nrf5x: handle multiple exti pins in gpio driver
-
Alexandre Abadie authored
Each pin is associated to a given GPIOTE channel
-
Martine Lenders authored
gnrc_sixlowpan: document submodules according to #8511
-
Marian Buschsieweke authored
- ATmega based boards: Added parameter for W5100 to board_common.h - Arduino Due based boards: Use board.h instead of providing w5100_params.h
-
Martine Lenders authored
gnrc_lwmac: enable radio duty-cycle printing.
-
Ken Bannister authored
-
shuguo authored
-
Sebastian Meiling authored
net/gcoap: make options buf macros configurable
-
Martine Lenders authored
-
Kaspar Schleiser authored
examples/bindist: cleanup and fix formatting in README
-
Martine Lenders authored
gnrc_mac: add timeout module.
-
Alexandre Abadie authored
dist/tools/compile_and_test_for_board: add compile and test script
-
Alexandre Abadie authored
cpu/saml1x: add support for SAML10 and SAML11 MCUs (Cortex-M23)
-
Sebastian Meiling authored
cpu/atmega_common: refactor AVR libc code into module
-
Alexandre Abadie authored
-
- Jan 21, 2019
-
-
Sebastian Meiling authored
cpu/esp8266: change of ETS task handling
-