- Sep 06, 2018
-
-
Kaspar Schleiser authored
makefiles/docker.inc.mk: export RIOT_CI_BUILD to docker
-
Gaëtan Harter authored
The variable was not given to docker before and as it is setting 'RIOT_VERSION_OVERRIDE=buildtest' it helps testing in docker more consistently.
-
Francisco Acosta authored
sys/hashes/sha256: replace include by stddef.h
-
Andreas "Paul" Pauli authored
test/xtimer_drift: interval calculation
-
Andreas "Paul" Pauli authored
cpu/cc2538: enhance periph ADC
-
cladmi authored
stddef.h is enough for size_t, unistd.h adds a lot of other declarations
-
Francisco Acosta authored
sys/hashes/sha256: add missing unistd.h include
-
Kaspar Schleiser authored
It needs `size_t` definition.
-
Martine Lenders authored
tests/gnrc_netif: add test for ULA source selection
-
Alexandre Abadie authored
make: unify app folder search (examples/*, tests/*, ...)
-
- Sep 05, 2018
-
-
Francisco Acosta authored
atmega_common: allow defining rom and ram length for link.
-
cladmi authored
Size is from Francisco knowledge on stk500v1.
-
cladmi authored
Value found by checking fuse settings
-
cladmi authored
Value comes the maintainer.
-
cladmi authored
Taken from https://store.arduino.cc/arduino-uno-rev3
-
cladmi authored
Taken from https://store.arduino.cc/arduino-mega-2560-rev3
-
cladmi authored
Taken from https://www.arduino.cc/en/Main/ArduinoBoardDuemilanove
-
cladmi authored
It is defined using the `ROM_RESERVED` variable. This should allow supporting arduino bootloader that is stored at the end of the ROM.
-
cladmi authored
Now all atmega cpu define them so use them by default.
-
cladmi authored
Info taken from https://www.microchip.com/wwwproducts/en/atmega1284p TODO: update "board not enough memory".
-
cladmi authored
Info taken from https://www.microchip.com/wwwproducts/en/atmega256rfr2 TODO: update "board not enough memory".
-
cladmi authored
Info taken from https://www.microchip.com/wwwproducts/en/atmega328p TODO: update "board not enough memory".
-
cladmi authored
Info taken from https://www.microchip.com/wwwproducts/en/atmega1281 TODO: update "board not enough memory".
-
cladmi authored
Info taken from https://www.microchip.com/wwwproducts/en/atmega2560 TODO: update "board not enough memory".
-
cladmi authored
This allows configuring __TEXT_REGION_LENGTH__ and __DATA_REGION_LENGTH__ for previous versions (ubuntu xenial for example).
-
Gaëtan Harter authored
Generated by extracting the output of avr-gcc -Wl,--verbose --mmcu=$(CPU) With avr-binutils 2.26
-
cladmi authored
Allow configuring __TEXT_REGION_LENGTH__ and __DATA_REGION_LENGTH__ linkerscript variables using ROM_LEN and RAM_LEN makefile variables.
-
cladmi authored
-
cladmi authored
-
cladmi authored
-
cladmi authored
-
cladmi authored
-
cladmi authored
-
cladmi authored
-
cladmi authored
-
Emmanuel Baccelli authored
README: update listing support of ESP8266
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
This helper Makefile is supposed to unify finding folders with applications that can be built.
-