Alexandre Abadie
55ef046728
dist/testrunner: make interactive test retries/delay configurable
2019-12-12 09:44:16 +01:00
Gunar Schorcht
baf4db675d
cpu/esp8266: fix bootloader images
...
Some ESP8266/ESP8285 modules only work with DOUT SPI flash mode and a SPI flash frequency of 26 MHz. Therefore, these parameters have to be used by default. Otherwise some modules will no boot.
2019-12-12 08:16:54 +01:00
Gunar Schorcht
3e3a6f7018
cpu/esp8266: change of log output level in vendor code
2019-12-12 08:16:54 +01:00
Gunar Schorcht
a3de59fec3
cpu/esp8266: log outputs from esp vendor code
...
Log outputs from the Espressif vendor code are completely controlled by LOG_LEVEL and should not be controlled by ENABLE_DEBUG by file.
2019-12-12 08:16:54 +01:00
JulianHolzwarth
cc0243f585
tests/thread_zombie/: new test for zombie state threads
...
ps is optional
2019-12-11 16:48:31 +01:00
JulianHolzwarth
c581d2c055
sys/ps/ps.c: ps can now handle zombie state threads
2019-12-11 16:48:31 +01:00
JulianHolzwarth
2655c97fd5
core/thread.c: new function for zombie state
2019-12-11 16:48:31 +01:00
Alexandre Abadie
a9bf69146b
Merge pull request #9948 from bergzand/pr/ili9341
...
ili9341: Initial import of ili9341 LCD driver
2019-12-11 16:43:46 +01:00
35737a24e4
drivers/ili9341: add spi mode configuration option
2019-12-11 16:18:40 +01:00
Koen Zandberg
9c520fd793
ili9341: Add simple test application
2019-12-11 16:18:40 +01:00
Koen Zandberg
ef4dcb8eec
ili9341: Initial include
...
This commit adds support for the ili9341 display
2019-12-11 16:18:37 +01:00
Alexandre Abadie
3338403be7
Merge pull request #12925 from aabadie/pr/drivers/makefile_order
...
drivers: fix alphabetical order in Makefile.dep/include files
2019-12-11 15:59:36 +01:00
JulianHolzwarth
6b0156eac5
core/include/sched.h: new thread_status_t thread state
2019-12-11 15:44:59 +01:00
Alexandre Abadie
2f65bacc7d
drivers: fix sort Makefile.dep/include files
2019-12-11 15:31:58 +01:00
dylad
f44d9f88f0
sam0/uart: remove useless read-modify-write op
2019-12-10 20:19:34 +01:00
Martine Lenders
d926810e0b
Merge pull request #12893 from leandrolanzieri/pr/kconfig_migrate/gnrc/ipv6_whitelisting
...
Kconfig: Expose gnrc/ipv6/whitelist configurations
2019-12-10 18:32:34 +01:00
Benjamin Valentin
00ff291f2e
gnrc_lwmac: use uintptr_t to get value of pointer
...
A pointer is not 32 bit on all platforms.
Since gnrc_lwmac only stores 16 bit in the pointer variable it is
still save to cast like this even on AVR, but cast to uintptr_t
instead of uint32_t.
fixes #12869
2019-12-10 17:18:30 +01:00
Martine Lenders
f38f974d86
Merge pull request #12629 from miri64/gnrc_sixlowpan_iphc/enh/vrb-creation
...
gnrc_sixlowpan_iphc: add fragment forwarding stubs
2019-12-10 14:58:01 +01:00
Martine S. Lenders
3273602f24
tests: provide test application for IPHC+VRB behavior
2019-12-10 13:59:41 +01:00
Martine Lenders
a689f51e9a
gnrc_sixlowpan_iphc: add rudimentary forwarding routine
2019-12-10 13:56:33 +01:00
Martine S. Lenders
e31394536b
gnrc_sixlowpan_iphc: factor encoding out of sending function
2019-12-10 13:56:05 +01:00
Martine S. Lenders
556d71a7da
gnrc_sixlowpan_iphc: create VRB entry from uncompressed header
...
... when VRB is available
2019-12-10 13:56:02 +01:00
José Alamos
2027efa9f4
Merge pull request #12894 from leandrolanzieri/pr/gnrc_doc_config_group
...
net/gnrc: Group compile configuration Doxygen groups and add GNRC LoRaWAN
2019-12-09 18:20:35 +01:00
Francisco
20d89af043
Merge pull request #12755 from aabadie/pr/application_dep
...
make: add possibility to provide board specific application dependencies in a separate Makefile
2019-12-09 16:52:19 +01:00
Martine Lenders
ed06df6760
Merge pull request #12904 from nmeum/pr/dtls_sock_msg_try_check
...
dtls-sock: check msg_try_receive return value
2019-12-09 15:57:09 +01:00
Sören Tempel
7b463b6c95
dtls-echo: check msg_try_receive return value
2019-12-09 14:17:26 +01:00
Sören Tempel
ab4e5df473
dtls-sock: check msg_try_receive return value
2019-12-09 14:17:09 +01:00
Martine Lenders
7b13781cd2
Merge pull request #12625 from miri64/gnrc_sock/enh/async-support
...
gnrc_sock: provide asynchronous event implementation
2019-12-09 12:39:58 +01:00
Martine S. Lenders
23428ab775
tests: provide tests for gnrc_sock_async
2019-12-09 12:11:57 +01:00
Semjon Kerner
800b23158c
Merge pull request #12881 from haukepetersen/opt_scnimblenetif_connecttoname
...
shell/sc_nimble_netif: allow connecting by name
2019-12-09 10:45:37 +01:00
Hauke Petersen
3ffe08d07a
shell/sc_nimble_netif: allow connect using name
2019-12-09 10:12:44 +01:00
418d00d0ea
Merge pull request #9283 from gebart/pr/frac
...
sys/frac: Integer fractions
2019-12-09 09:09:10 +01:00
benpicco
34963006f0
Merge pull request #11258 from Former/stm32f1_rtc
...
cpu: RTC implementation for STM32F1
2019-12-08 15:15:50 +01:00
benpicco
f2dbd3ba4a
Merge pull request #12896 from gschorcht/cpu/esp8266/esp_log_startup
...
cpu/esp8266: startup info if module esp_log_startup is used
2019-12-07 17:13:37 +01:00
Gunar Schorcht
81cde86a73
cpu/esp8266: enable esp_log_startup on LOG_LEVL=4
2019-12-07 15:16:32 +01:00
Gunar Schorcht
b4b3e4f934
cpu/esp8266: module to print startup info
...
Startup information, including board configuration, is only printed when module esp_log_startup is used. This reduces the amount of information that is printed by default to the console during the startup. The user can enable module esp_log_startup to get the additional startup information.
2019-12-07 15:16:32 +01:00
Alexandre Abadie
6d5f64bd14
examples/gnrc_border_router: move board deps in Makefile.board.dep
2019-12-06 21:19:58 +01:00
Alexandre Abadie
b7a786394f
tests/gnrc_sock_dns: move board specific deps in Makefile.board.dep
2019-12-06 21:19:49 +01:00
Alexandre Abadie
b58c5afb2c
tests/gnrc_tcp: move board specific deps in Makefile.board.dep
2019-12-06 21:19:35 +01:00
Alexandre Abadie
f184c7daf2
tests/gnrc_rpl_srh: move board specific deps in Makefile.board.dep
2019-12-06 21:19:22 +01:00
Alexandre Abadie
805907ee0f
tests/gnrc_ipv6_ext_frag: move board specific deps in Makefile.board.dep
2019-12-06 21:18:48 +01:00
Alexandre Abadie
a06ac2afc0
tests/gnrc_ipv6_ext: move board specific deps in Makefile.board.dep
2019-12-06 21:18:21 +01:00
Alexandre Abadie
a131ea7576
Makefile.dep: include board specific application dependency file
...
This commit allows to add a Makefile.dep file in an application directory to finely tune application dependencies, based on a board.
Using this mechanism, if an application has dependencies pulled-in based on a board, info-boards-supported, will take this into account to determine the boards supported by an application
2019-12-06 21:18:21 +01:00
Alexandre Abadie
dcd432dd51
Merge pull request #12596 from toonst/fix/pkg_build_output
...
pkg: make build output quiet
2019-12-06 21:03:10 +01:00
benpicco
43290f66e6
Merge pull request #12895 from wosym/lwip_stm32
...
pkg/lwip: add STM32 support
2019-12-06 19:10:12 +01:00
benpicco
29a3a7f8e9
Merge pull request #12852 from chudov/atmegarfr2-rtt
...
cpu/atmega256rfr2: symbol counter based RTT support
2019-12-06 16:49:33 +01:00
benpicco
f71f45bd96
Merge pull request #12892 from bergzand/pr/usbus_fmt/missing_alt_len_increment
...
usbus_fmt: Add missing alt iface size increase
2019-12-06 16:36:53 +01:00
Wouter
ed9cdb221a
Add LWIP stm32 glue code
...
Fix minor coding style issues
2019-12-06 16:26:31 +01:00
Leandro Lanzieri
15098a8fc2
gnrc/lorawan: Add configurations to GNRC's Doxygen configurations group
2019-12-06 15:19:18 +01:00
Leandro Lanzieri
9a0a514fdd
Kconfig: Expose gnrc/ipv6/whitelist configurations
2019-12-06 15:04:14 +01:00