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

27548 Commits

Author SHA1 Message Date
182cb8735b
sys: periph_uart is required for arduino 2020-03-18 10:53:17 +01:00
0e511a6892
tests/bench_xtimer: update low memory boards list
Samd21 based boards using the Arduino bootloader and stdio over usb by default doesn't have enough RAM to run the test in its default configuration (1000 timers)
2020-03-18 10:53:17 +01:00
a91c4bf7e6
dist/testrunner: add optional delay before opening serial
This option is null by default but is useful when used with boards exposing their stdio over USB
2020-03-18 10:53:17 +01:00
f5a17a90fb
boards/sodaq-*: use bootloader_arduino feature 2020-03-18 10:53:17 +01:00
1342060977
boards/arduino-mkrwan1300: update doc about flash and stdio 2020-03-18 10:53:17 +01:00
eb20cfe9ca
Makefile.dep: blacklist bootloader_arduino feature when required
- bootloader_arduino cannot be used if stdio_cdc_acm is not used
- stdio_cdc_acm is disabled when other stdio modules are already used
2020-03-18 10:53:17 +01:00
8e2c6c3cce
boards/sodaq-*: update doc about flash and stdio 2020-03-18 10:53:17 +01:00
1ffb78fa6e
boards/feather-m0: update doc about flash and stdio 2020-03-18 10:53:17 +01:00
edd4f690a8
boards/feather-m0: use bootloader_arduino feature
This provides automatic reflash/reset and stdio over USB for this board
2020-03-18 10:53:17 +01:00
8632978ae1
boards/arduino-mkrfox1200: update doc about flash and stdio 2020-03-18 10:53:17 +01:00
a2c20666f0
boards/arduino-mkr: use bootloader_arduino feature 2020-03-18 10:53:16 +01:00
c7f6d53773
boards/samd21-arduino-bootloader: add common board module
This module implements the 2 functions called when requesting a board 'reset in application' and 'board reset in bootloader' actions.
This module will also configure the behaviour of bossa flasher and has a dependency on USBUS CDC ACM module for providing STDIO over USB
2020-03-18 10:52:51 +01:00
95bf34ee9c
makefiles: sys/cdc-acm-stdio: provide a reset in bootloader hook 2020-03-18 10:43:05 +01:00
643187c1e4
sys: add usb_board_reset module 2020-03-18 10:43:05 +01:00
accbfbd0d1
tools/bossa: add and configure preflash-delay when required 2020-03-18 10:43:05 +01:00
7b17f6254f
Merge pull request #13643 from aabadie/pr/tests/ztimer_cleanup_unittests
tests/ztimer_mock: cleanup leftover debug messages
2020-03-18 10:33:36 +01:00
6538687a4c
Merge pull request #13613 from fjmolinas/pr_light_shell_interactive_sync
tests: add interactive_sync adapted to shell
2020-03-17 18:16:51 +01:00
Francisco
d77ecc1cde
Merge pull request #13598 from benpicco/cpu/cc2538-spi-fix
cpu/cc2538: fix spi_transfer_bytes()
2020-03-17 17:29:49 +01:00
Francisco Molina
e8be1f9856
tests: adapt to test_utils_interactive_sync_shell 2020-03-17 17:23:28 +01:00
Francisco Molina
9766c3e2f1
tests: remove shell commands added only for interactive_sync
Reverts parts of 416c048737
2020-03-17 17:23:27 +01:00
Francisco Molina
a31003a23c
tests: add interactive_sync adapted to shell 2020-03-17 17:23:27 +01:00
Francisco Molina
d57c39f09f
sys/shell: remove sc_interactive_sync 2020-03-17 17:20:58 +01:00
benpicco
796ae80ea2
Merge pull request #13478 from miri64/tests/fix/unittests-6ctx-prefix-match
unittests: tests-sixlowpan_ctx: fix prefix check
2020-03-17 13:31:49 +01:00
Martine Lenders
171907ddd9
Merge pull request #13226 from jia200x/pr/gnrc_netif_single
gnrc_netif: add gnrc_netif_highlander function
2020-03-17 12:21:52 +01:00
39d9d599cc
Merge pull request #13620 from kaspar030/add_pkg_yxml
pkg/yxml: add Yxml XML parser library package
2020-03-17 11:06:19 +01:00
Jose Alamos
c2e491d2b7 gnrc_netif: change macros to inline functions 2020-03-17 10:54:30 +01:00
Jose Alamos
4393822b0f gnrc_netif: add function to check if device requires 6Lo 2020-03-17 10:54:30 +01:00
Jose Alamos
6ace7b5472 gnrc_netif: use gnrc_netif_single where possible 2020-03-17 10:54:30 +01:00
Jose Alamos
121626b362 gnrc_netif: add function to check if single GNRC netif 2020-03-17 10:50:49 +01:00
22eb90c132
Merge pull request #13644 from fjmolinas/pr_makefile_codeowner
CODEOWNERS: remove from Makefile*
2020-03-16 16:04:36 +01:00
Francisco Molina
906b27745f
CODEOWNERS: remove from Makefile* 2020-03-16 15:41:49 +01:00
329c1044bc
tests/ztimer_mock: cleanup leftover debug messages 2020-03-16 15:21:22 +01:00
Gunar Schorcht
90815c23e7
Merge pull request #13639 from fjmolinas/pr_usemodule_periph_init
Makefile.dep: periph_init based on USEMODULE
2020-03-16 13:48:13 +01:00
benpicco
a0cc4b0515
Merge pull request #13623 from Scallog/add_rom_offset_stm32
makefiles/boards/stm32.ink.mk: Use ROM_OFFSET with stm32flash
2020-03-16 12:09:40 +01:00
Corentin 'Kmikaz' Vigourt
6a559f1924 makefiles/boards/stm32.ink.mk: Use ROM_OFFSET with stm32flash 2020-03-16 10:47:32 +01:00
Francisco Molina
8cbfc3686e
Makefile.dep: periph_init based on USEMODULE 2020-03-16 08:57:40 +01:00
benpicco
db2ee4cbf6
Merge pull request #13634 from fjmolinas/pr_cc2538_flasher_guard
makefiles/tools/cc2538-bsl.inc.mk: allow FLASHER override
2020-03-16 00:58:37 +01:00
Francisco Molina
a00d61a2d6
makefiles/tools/cc2538-bsl.inc.mk: allow FLASHER override
If flasher is changed then make will still see it as a FLASH
dependency and try to execute the target which will likely not
exist.

A use case for this is when flashing on a remote machine and setting
FLASHER=ssh to then execute the FLASHER on the remote.
2020-03-15 11:58:39 +01:00
Leandro Lanzieri
d281d4843f
Merge pull request #13628 from jia200x/pr/gnrc_rpl_macro
gnrc_rpl: add default value to GNRC_RPL_DEFAULT_NETIF
2020-03-13 15:47:13 +01:00
c974451591
Merge pull request #11315 from fjmolinas/pr_im880b
boards: add support for im880b lora board
2020-03-13 15:03:00 +01:00
francisco
55b11b7925
boards/im880b: add insufficient memory to tests 2020-03-13 14:36:51 +01:00
francisco
e4a3c29fca
boards/im880b: enable paboost on sx127x 2020-03-13 14:34:40 +01:00
francisco
4618a5ce0e
boards/im880b: add initial support 2020-03-13 14:34:40 +01:00
Jose Alamos
b553535cea gnrc_rpl_auto_init: replace preprocessor logic with if chain 2020-03-13 13:30:29 +01:00
Ken Bannister
ec2aff4546
Merge pull request #13240 from kb2ma/gcoap/deprecate_add_qstring
net/coap: deprecate gcoap_add_qstring() and update uses
2020-03-13 08:04:50 -04:00
5cba8d10ce
Merge pull request #13625 from MarcelStenzel/nucleo_l152re_usart_pinout_change
boards/nucleo-l152re: fix uart1 pinout config
2020-03-13 10:20:48 +01:00
benpicco
9eed85d211
Merge pull request #13627 from jue89/feature/samr30-xpro_antenna
boards/samr30: add helper for antenna switch
2020-03-13 09:06:28 +01:00
7be303f12f
Merge pull request #7583 from haukepetersen/add_sam3_rtt
cpu/sam3: added RTT driver
2020-03-12 21:30:05 +01:00
Martine Lenders
5defa1ae34
Merge pull request #13466 from gschorcht/fix_compilation_with_ndebug
tests: fix compilation problems with NDEBUG
2020-03-12 19:34:33 +01:00
Juergen Fitschen
8034342c54 boards/samr30-xpro: add function to configure antenna switch 2020-03-12 19:30:02 +01:00