smlng
|
da8cee0cb9
|
cpu/mips32r2_generic: fix PERIPH_TIMER_PROVIDES_SET
Do not set PERIPH_TIMER_PROVIDES_SET to 1, this is not required and
inconsistent with its usage in other CPUs.
|
2018-09-07 22:15:51 +02:00 |
|
smlng
|
740eafe93b
|
cpu/fe310: add missing PERIPH_TIMER_PROVIDES_SET
|
2018-09-07 22:15:13 +02:00 |
|
smlng
|
9468feeaaf
|
cpu/esp8266: add missing PERIPH_TIMER_PROVIDES_SET
|
2018-09-07 22:14:32 +02:00 |
|
Dylan Laduranty
|
c1c4a6daa9
|
Merge pull request #9902 from smlng/pr/periph/rtt_header
periph/rtt: add missing std header
|
2018-09-07 20:38:49 +02:00 |
|
smlng
|
a9e848f648
|
periph/rtt: add missing std header
The periph/rtt.h uses `uintX_t` typedefs but misses the required
standard header file, namely `stdint.h`, which is added here.
|
2018-09-07 14:54:23 +02:00 |
|
|
8d1d509af9
|
Merge pull request #9895 from cladmi/pr/docker/add_riot_ci_build
makefiles/docker.inc.mk: export RIOT_CI_BUILD to docker
|
2018-09-06 17:56:51 +02:00 |
|
Gaëtan Harter
|
eab9757d62
|
makefiles/docker.inc.mk: export RIOT_CI_BUILD to docker
The variable was not given to docker before and as it is setting
'RIOT_VERSION_OVERRIDE=buildtest' it helps testing in docker more
consistently.
|
2018-09-06 16:52:43 +02:00 |
|
Francisco Acosta
|
f0cf15ece4
|
Merge pull request #9893 from cladmi/pr/sha256/fixup_include
sys/hashes/sha256: replace include by stddef.h
|
2018-09-06 15:11:51 +02:00 |
|
Andreas "Paul" Pauli
|
775acf9268
|
Merge pull request #9625 from Josar/pr/xtimer_drift/interval
test/xtimer_drift: interval calculation
|
2018-09-06 14:24:26 +02:00 |
|
Andreas "Paul" Pauli
|
dc6eb82406
|
Merge pull request #9722 from smlng/pr/cc2538/adc
cpu/cc2538: enhance periph ADC
|
2018-09-06 14:12:03 +02:00 |
|
cladmi
|
a052801c2f
|
sys/hashes/sha256: replace include by stddef.h
stddef.h is enough for size_t, unistd.h adds a lot of other declarations
|
2018-09-06 12:45:04 +02:00 |
|
Francisco Acosta
|
1558a9c78e
|
Merge pull request #9891 from cladmi/pr/sha256/unistd
sys/hashes/sha256: add missing unistd.h include
|
2018-09-06 11:41:08 +02:00 |
|
|
1a3bb65e3c
|
sys/hashes/sha256: add missing unistd.h include
It needs `size_t` definition.
|
2018-09-06 11:13:12 +02:00 |
|
Martine Lenders
|
0fccf65c27
|
Merge pull request #9748 from miri64/tests/enh/ula-src
tests/gnrc_netif: add test for ULA source selection
|
2018-09-06 10:10:53 +02:00 |
|
|
0c1a207bf9
|
Merge pull request #9867 from kaspar030/pr/unify_app_folder_search
make: unify app folder search (examples/*, tests/*, ...)
|
2018-09-06 09:30:12 +02:00 |
|
Francisco Acosta
|
fad4d9be19
|
Merge pull request #9781 from cladmi/pr/toolchain/avr/linkerscript
atmega_common: allow defining rom and ram length for link.
|
2018-09-05 16:00:33 +02:00 |
|
cladmi
|
3bf71959d7
|
waspmote-pro: configure BOOTLOADER_SIZE
Size is from Francisco knowledge on stk500v1.
|
2018-09-05 12:20:51 +02:00 |
|
cladmi
|
109467d881
|
mega-xplained: configure BOOTLOADER_SIZE
Value found by checking fuse settings
|
2018-09-05 12:20:49 +02:00 |
|
cladmi
|
f59c1c5c2d
|
jiminy-mega256rfr2: configure BOOTLOADER_SIZE
Value comes the maintainer.
|
2018-09-05 12:20:46 +02:00 |
|
cladmi
|
8982a08886
|
arduino-uno: configure BOOTLOADER_SIZE
Taken from https://store.arduino.cc/arduino-uno-rev3
|
2018-09-05 12:20:43 +02:00 |
|
cladmi
|
6a96042b4a
|
arduino-mega2560: configure BOOTLOADER_SIZE
Taken from https://store.arduino.cc/arduino-mega-2560-rev3
|
2018-09-05 12:20:41 +02:00 |
|
cladmi
|
2c1344fc9f
|
arduino-duemilanove: configure BOOTLOADER_SIZE
Taken from https://www.arduino.cc/en/Main/ArduinoBoardDuemilanove
|
2018-09-05 12:20:38 +02:00 |
|
cladmi
|
9720d9c51c
|
cpu/atmega_common: Allow specifying a reserved space in ROM
It is defined using the `ROM_RESERVED` variable.
This should allow supporting arduino bootloader that is stored at the
end of the ROM.
|
2018-09-05 12:20:36 +02:00 |
|
cladmi
|
493cad03da
|
atmega_common: make rom and ram length definition mandatory
Now all atmega cpu define them so use them by default.
|
2018-09-05 12:20:33 +02:00 |
|
cladmi
|
e4635004f7
|
cpu/atmega1284p: configure RAM and ROM length
Info taken from https://www.microchip.com/wwwproducts/en/atmega1284p
TODO: update "board not enough memory".
|
2018-09-05 12:20:31 +02:00 |
|
cladmi
|
2ff7137733
|
cpu/atmega256rfr2: configure RAM and ROM length
Info taken from https://www.microchip.com/wwwproducts/en/atmega256rfr2
TODO: update "board not enough memory".
|
2018-09-05 12:20:28 +02:00 |
|
cladmi
|
c6a45e4082
|
cpu/atmega328p: configure RAM and ROM length
Info taken from https://www.microchip.com/wwwproducts/en/atmega328p
TODO: update "board not enough memory".
|
2018-09-05 12:20:26 +02:00 |
|
cladmi
|
ef20b035bd
|
cpu/atmega1281: configure RAM and ROM length
Info taken from https://www.microchip.com/wwwproducts/en/atmega1281
TODO: update "board not enough memory".
|
2018-09-05 12:20:23 +02:00 |
|
cladmi
|
b22832b4cd
|
cpu/atmega2560: configure RAM and ROM length
Info taken from https://www.microchip.com/wwwproducts/en/atmega2560
TODO: update "board not enough memory".
|
2018-09-05 12:20:20 +02:00 |
|
cladmi
|
098770aeda
|
atmega_common: use binutils 2.26 ldscript for older versions
This allows configuring __TEXT_REGION_LENGTH__ and __DATA_REGION_LENGTH__
for previous versions (ubuntu xenial for example).
|
2018-09-05 12:20:17 +02:00 |
|
Gaëtan Harter
|
56a1ac4f2b
|
cpu/atmega: add avr-binutils 2.26 linkerscripts
Generated by extracting the output of
avr-gcc -Wl,--verbose --mmcu=$(CPU)
With avr-binutils 2.26
|
2018-09-05 12:08:33 +02:00 |
|
cladmi
|
6e148bcf1b
|
atmega_common: allow defining rom and ram length for link.
Allow configuring __TEXT_REGION_LENGTH__ and __DATA_REGION_LENGTH__ linkerscript
variables using ROM_LEN and RAM_LEN makefile variables.
|
2018-09-05 12:08:31 +02:00 |
|
cladmi
|
6942c376df
|
tests/: blacklist arduino boards based on ROM/RAM overflow
|
2018-09-05 12:08:29 +02:00 |
|
cladmi
|
ad6f6fcb03
|
tests/xtimer: blacklist arduino boards based on ROM/RAM overflow
|
2018-09-05 12:08:27 +02:00 |
|
cladmi
|
fc6c06992f
|
tests/thread: blacklist arduino boards based on ROM/RAM overflow
|
2018-09-05 12:08:24 +02:00 |
|
cladmi
|
725d3d9bcd
|
tests/pkg: blacklist arduino boards based on ROM/RAM overflow
|
2018-09-05 12:08:22 +02:00 |
|
cladmi
|
661868cf4e
|
tests/periph: blacklist arduino boards based on ROM/RAM overflow
|
2018-09-05 12:08:20 +02:00 |
|
cladmi
|
4a9187f74c
|
tests/gnrc: blacklist arduino boards based on ROM/RAM overflow
|
2018-09-05 12:08:18 +02:00 |
|
cladmi
|
1bab7742c2
|
tests/driver: blacklist arduino boards based on ROM/RAM overflow
|
2018-09-05 12:08:14 +02:00 |
|
cladmi
|
b3f889c7ef
|
examples: blacklist arduino boards based on ROM/RAM overflow
|
2018-09-05 12:07:54 +02:00 |
|
Emmanuel Baccelli
|
d00aeaa995
|
Merge pull request #9886 from emmanuelsearch/readme-esp8266
README: update listing support of ESP8266
|
2018-09-05 12:06:17 +02:00 |
|
|
de55265835
|
dist/tools/compile_test: make use of makefiles/app_dirs.inc.mk
|
2018-09-05 12:03:09 +02:00 |
|
|
df9328c7aa
|
murdock: make use of app_dirs.inc.mk
|
2018-09-05 12:03:09 +02:00 |
|
|
64ab039841
|
Makefile: make use of app_dirs.inc.mk
|
2018-09-05 12:03:09 +02:00 |
|
|
de64a85b74
|
makefiles: app_dirs.inc.mk initial commit
This helper Makefile is supposed to unify finding folders with
applications that can be built.
|
2018-09-05 12:03:09 +02:00 |
|
José Alamos
|
17b14cd8a0
|
Merge pull request #9883 from leandrolanzieri/pr/sensebox_sx127x_pa
boards/sensebox_samd21: Use PA_BOOST option on SX127X radios
|
2018-09-05 10:42:18 +02:00 |
|
Emmanuel Baccelli
|
0167abcfe0
|
README: update listing support of ESP8266
|
2018-09-05 09:58:03 +02:00 |
|
|
6495fe6dc2
|
Merge pull request #8921 from gschorcht/esp8266
ESP8266 port
|
2018-09-05 07:52:35 +02:00 |
|
Schorcht
|
6e3c84d3ca
|
tests: blacklist esp8266 based boards
|
2018-09-05 02:39:50 +02:00 |
|
Schorcht
|
d2fb1ba8a5
|
examples: blacklist esp8266 based boards
|
2018-09-05 02:39:50 +02:00 |
|