1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

27893 Commits

Author SHA1 Message Date
Gunar Schorcht
b74036fc0f boards/esp8266-olimex-mod: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
4a18958835 boards/esp8266-esp-12x: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
e389e113a1 boards/esp32-wemos-lolin-d32-pro: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
fcac59bef4 boards/esp32-mh-et-live-minikit: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
aff3241b1c boards/derfmega128: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
9db19e35b5 boards/common/slwstk6000b: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
5b8d503bc9 boards/common/blxxxpill: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
2d4dd54eee boards/chronos: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
61bffd8b52 boards/cc2650stk: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
31fde522b6 boards/cc2538dk: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
49dabd0ba0 boards/avr-rss2: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
7ad10b2390 boards/arduino-zero: fix broken links 2020-03-24 10:38:40 +01:00
Gunar Schorcht
b91507143d boards/arduino-uno: fix broken links 2020-03-24 10:38:40 +01:00
Francisco Molina
ec33b3eee4
tests: remove uneeded blacklist
With #12941 and #13613 some of the blacklisting introduced in #12461
are no longer needed, since `test_interactive_test_util` is lighter
or adds no extra code.
2020-03-24 10:18:59 +01:00
e12defd5a0
suit/transport/coap: Use nanocoap coap_tree_handler 2020-03-24 09:38:24 +01:00
Leandro Lanzieri
58320c943e
cpu/esp8266: Move common modules fo Makefile.dep 2020-03-24 09:27:40 +01:00
Leandro Lanzieri
afc0ad4d57
cpu/esp_common: Set RIOT_TEST_TIMEOUT with conditional expansion 2020-03-24 09:27:40 +01:00
Leandro Lanzieri
56972af3b4
cpu/esp_common: Don't increase GNRC_NETIF_NUMOF on Makefile 2020-03-24 09:27:30 +01:00
Leandro Lanzieri
939a10813b
cpu/esp_common: Check for esp_spi_ram with conditional expansion 2020-03-24 09:21:23 +01:00
Leandro Lanzieri
194b8a7aca
boards/esp8266: Move common modules to common Makefile.dep 2020-03-24 09:21:22 +01:00
Leandro Lanzieri
d24efc247c
boards/esp32-olimex-evb: Move inclusion of esp_eth to Makefile.dep 2020-03-24 09:21:22 +01:00
Leandro Lanzieri
f46b0c2da3
boards/esp32: Move inclusion of boards_common_esp32 to common file 2020-03-24 09:21:22 +01:00
Leandro Lanzieri
fcfc15e199
cpu/esp: Move dependency resolution of esp_log_startup to Makefile.dep 2020-03-24 09:21:21 +01:00
Leandro Lanzieri
e61532efbe
cpu/esp: Move dependency resolution of esp_log_colored to Makefile.dep 2020-03-24 09:21:21 +01:00
Leandro Lanzieri
f918b97ec3
cpu/esp: Move dependency resolution of esp_gdb to Makefile.dep 2020-03-24 09:21:20 +01:00
Leandro Lanzieri
7a30795a8c
cpu/esp: Move esp_[wifi/now] dependency resolution to Makefile.dep 2020-03-24 09:21:20 +01:00
Leandro Lanzieri
ab1f88c69a
cpu/esp: Evaluate esp_[wifi/now] modules with conditional expansion 2020-03-24 09:21:20 +01:00
Leandro Lanzieri
48a62dcc8f
cpu/esp: Move common dependencies to Makefile.dep 2020-03-24 09:21:19 +01:00
Leandro Lanzieri
ea12a6b493
cpu/esp8266/Makefile.include: Check modules in conditional expansion 2020-03-24 09:21:18 +01:00
Leandro Lanzieri
881d245932
cpu/esp32: Evaluate esp_[now/wifi] modules with conditional expansion 2020-03-24 09:21:18 +01:00
Leandro Lanzieri
2f158d7d19
cpu/esp32: Evaluate cpp FEATURE with conditional expansion 2020-03-24 09:21:17 +01:00
Benjamin Valentin
f673e275f3 drivers/at86rf215: adapt default config to same54-xpro EXT1
Previously the default config was for connecting the REB215-XPRO
module to EXT3 on same54-xpro.

Since now more SPI buses are configured on same54-xpro and the default
config also serves as a compile test for boards with only one SPI bus,
connect the module to the (new) first SPI bus by default.
2020-03-24 01:16:47 +01:00
Benjamin Valentin
9ca480abf1 boards/same54-xpro: configure remaining EXT connectors
Add configuration for all UARTs, SPI and I2C buses available on EXT
connectors.
2020-03-24 01:16:47 +01:00
benpicco
60cb5ff050
Merge pull request #13687 from bergzand/pr/nanocoap/tree_handler
nanocoap: make separate tree handling function
2020-03-24 00:04:47 +01:00
benpicco
457c5245ce
Merge pull request #13507 from benpicco/cpu/cc2538-gpio-cycles
cpu/cc2538: gpio: save a few cycles in handle_isr()
2020-03-23 20:53:52 +01:00
benpicco
a3dca87a78
Merge pull request #13300 from JulianHolzwarth/pr/thread_status_t/zombie_fixup
core/thread.c: thread_zombify small fix
2020-03-23 20:53:00 +01:00
benpicco
d91f5bf300
Merge pull request #13690 from janosbrodbeck/fix/br_undef_use_slip
examples/gnrc_border_router: remove never defined USE_SLIP variable
2020-03-23 20:37:30 +01:00
Gunar Schorcht
e41ba8aa8c boards/arduino-mega2560: fix broken links 2020-03-23 18:01:14 +01:00
Gunar Schorcht
ec837cf5f6 boards/airfy-beacon: fix broken links 2020-03-23 18:01:14 +01:00
Gunar Schorcht
3d07bb969a boards/firefly: use doc.txt for documentation 2020-03-23 18:01:14 +01:00
János Brodbeck
201f599064 examples/gnrc_border_router: remove never defined USE_SLIP variable 2020-03-23 17:47:43 +01:00
benpicco
5982ba0c37
Merge pull request #13681 from fjmolinas/pr_suit_base_guard
Makefile.include: guard suit.base.inc.mk inclusion
2020-03-23 16:45:25 +01:00
benpicco
d9d2d71c40
Merge pull request #13629 from btcven/2020_03_12-power
cc26xx_cc13xx: power common code
2020-03-23 16:44:18 +01:00
Martine Lenders
522de7df5a
Merge pull request #13689 from benpicco/ethos_fix
dist/tools/ethos: fix typo for compiling baud rate 230400
2020-03-23 16:40:03 +01:00
98bd6e34b6
Merge pull request #13674 from benpicco/riotboot-no_stdio_cdc_acm
riotboot: disable stdio_cdc_acm
2020-03-23 16:33:05 +01:00
Francisco
6cfbc7800c
Merge pull request #13682 from aabadie/pr/tools/iotlab_firefly_fix
dist/testbed-support: fix firefly board mapping
2020-03-23 16:09:13 +01:00
Francisco
dc0f8dda1a
Merge pull request #13684 from aabadie/pr/boards/nrf51_hw_fc_fix
boards/nrf51: fix UART hardware flowcontrol configuration
2020-03-23 16:06:00 +01:00
Thomas Stilwell
41ffaed583 dist/tools/ethos: fix typo for compiling baud rate 230400 2020-03-23 16:01:00 +01:00
Leandro Lanzieri
05c37edd42
cpu/esp32: Move default modules to Makefile.dep 2020-03-23 15:49:30 +01:00
Leandro Lanzieri
2b8976d935
cpu/esp32: Use periph_adc_ctrl as feature 2020-03-23 15:47:26 +01:00