benpicco
8c4498ad8e
Merge pull request #12950 from gschorcht/cpu/esp32/lwip_eth
...
pkg/lwip: add support for esp32 Ethernet device
2019-12-16 10:33:47 +01:00
Wouter Symons
a3145a0ad0
pkg/lwip: correct coding style
2019-12-16 10:29:21 +01:00
Wouter Symons
5c42f680ed
pkg/lwip: add IPv4 support for LWIP-stm32
2019-12-16 10:28:46 +01:00
Kevin "Tristate Tom" Weiss
b20aed5c17
Merge pull request #12929 from gschorcht/cpu/esp8266/fix_bootloaders_log
...
cpu/esp8266: fix bootloaders and log outputs in vendor code
2019-12-16 09:03:25 +01:00
Gunar Schorcht
aa3f1329bf
pkg/lwip: remove TCPIP_THREAD_PRIO for ESP32
...
This definition is platform dependent and should be therefore done with CFLAGS in ESP332's Makefile.
2019-12-15 23:50:45 +01:00
Francisco Molina
1241bee080
sys/shell/commands/sc_interactive_sync: AVR puts to pgmspace
2019-12-15 20:27:56 +01:00
Gunar Schorcht
91e764a538
pkg/lwip: add esp_eth for lwIP and IPv4
2019-12-15 19:11:58 +01:00
benpicco
615fc2c3e6
Merge pull request #12951 from gschorcht/cpu/esp32/fix_wifi_compile_error
...
cpu/esp32: fix esp_wifi compile error
2019-12-15 17:09:01 +01:00
Gunar Schorcht
f92c083528
cpu/esp32: fix compile error
2019-12-15 11:17:23 +01:00
Gunar Schorcht
4e003b5608
pkg/lwip: add ESP32 esp_eth netdev
2019-12-14 16:59:54 +01:00
Gunar Schorcht
2e4e3507bd
cpu/esp32: change netopt in esp_eth for lwIP
2019-12-14 16:59:21 +01:00
Gunar Schorcht
be688f51c6
cpu/esp32: expose esp_eth_setup for lwIP
2019-12-14 16:59:21 +01:00
Gunar Schorcht
3235f18b22
cpu/esp32: expose eps_eth netdev for lwIP
2019-12-14 16:59:21 +01:00
9cfdadce13
Merge pull request #12912 from smlng/pr_tinydtls_bump
...
pkg/tinydtls: bump version
2019-12-14 14:48:07 +01:00
benpicco
2ed87d54bd
Merge pull request #12947 from gschorcht/cpu/esp32/fix_send_buffer
...
cpu/esp32: esp_wifi send buffer should not be on stack
2019-12-14 11:21:26 +01:00
Gunar Schorcht
117d6d1f2f
pkg/lwip: make TCPIP_THREAD_STACKSIZE overridable
2019-12-14 10:39:14 +01:00
Gunar Schorcht
e6db92567e
cpu/esp32: esp_wifi send buffer should not be on stack
...
The buffer[EHTHERNET_MAX_LEN] used in _esp_wifi_send to convert the iolist of the given packet to a plain buffer for the WiFi interface should not be on the stack to prevent the sending thread's stack from overflowing.
2019-12-14 10:21:05 +01:00
Sebastian Meiling
cdda4e423e
examples/dtls-echo: fix debug message
2019-12-13 23:29:40 +01:00
7dbf5c6015
Merge pull request #12941 from fjmolinas/pr_interactive_sync_puts_pgmspace
...
sys/test_utils/interactive_sync: AVR puts to pgmspace
2019-12-13 18:34:35 +01:00
Cenk Gündoğan
2902c42d68
Merge pull request #12945 from leandrolanzieri/pr/kconfig_add_pkgs
...
makefiles/kconfig: Add symbols for used packages
2019-12-13 18:03:01 +01:00
Martine Lenders
61a78cf817
Merge pull request #12926 from benpicco/sys-hashes-crc8
...
sys/checksum: move crc8 implementation from sht3x to common code.
2019-12-13 17:47:07 +01:00
Martine Lenders
1cd106465c
Merge pull request #12930 from haukepetersen/fix_native_defaultport
...
boards/native: fix default value of PORT
2019-12-13 17:46:06 +01:00
Wouter Symons
49a8f64c62
pkg/lwip: fix memory issue when sending with empty sock
2019-12-13 17:28:32 +01:00
b49cca2d0c
cpu/fe310: include thread.h in cpu.h
...
This ensures the ARRAY_SIZE macro is implicitly available
2019-12-13 16:25:11 +01:00
0ef371899d
boards/hifive1b: add arduino feature
2019-12-13 16:25:11 +01:00
Francisco
c58232aebf
Merge pull request #12844 from aabadie/pr/make/base_ext
...
Makefile.base: add variables for customizing C++ builds
2019-12-13 15:39:36 +01:00
Leandro Lanzieri
b674710ae5
makefiles/kconfig: Add symbols for used packages
2019-12-13 15:21:16 +01:00
Benjamin Valentin
5d8aa6ad9a
tests/checksum: add tests for crc8
...
Taken from tests-checksum-crc16-ccitt.c
2019-12-13 14:50:33 +01:00
Benjamin Valentin
22c2dbbbe5
drivers/sht3x: use crc8 function from common code
...
This makes the sht3x driver use the crc-8 routine from sys/hashes.
It's the same code, was just moved to a common place.
2019-12-13 14:50:32 +01:00
Benjamin Valentin
e4a33ca413
sys/checksum: add crc8 implementation
...
This moves the crc8 implementation of the sht3x driver to common code.
2019-12-13 14:50:32 +01:00
William MARTIN
1d54137295
cpu/stm32l0: add stm32l010xx family
...
This adds support for members of the stm32l010xx family.
Co-authored-by: William MARTIN <wysman@gmail.com>
2019-12-13 14:14:28 +01:00
a88306088d
Merge pull request #12677 from JulianHolzwarth/pr/thread_status_t/zombie
...
core: add zombie thread state
2019-12-13 13:37:10 +01:00
Francisco
e8a5eb8dde
Merge pull request #12891 from aabadie/pr/boards/hifive1b_fix_autotest
...
tools/testrunner: make interactive test sync retries/delay configurable
2019-12-13 13:27:27 +01:00
Leandro Lanzieri
047c87d67f
Kconfig: Expose net/sock/util configurations
2019-12-13 12:22:36 +01:00
Leandro Lanzieri
c74fa5367c
net/sock/util: Move configuration macros to 'CONFIG_' namespace
...
Macros that changed:
SOCK_SCHEME_MAXLEN -> CONFIG_SOCK_SCHEME_MAXLEN
SOCK_HOSTPORT_MAXLEN -> CONFIG_SOCK_HOSTPORT_MAXLEN
SOCK_URLPATH_MAXLEN -> CONFIG_SOCK_URLPATH_MAXLEN
2019-12-13 12:04:54 +01:00
Hauke Petersen
d0375ea119
boards/native: fix default value of PORT
2019-12-13 11:36:57 +01:00
Francisco Molina
089c9ae71a
sys/test_utils/interactive_sync: AVR puts to pgmspace
2019-12-13 10:12:01 +01:00
Sebastian Meiling
c04b80ecbb
pkg/tinydtls: bump version
...
This version bump fixes an issues when using RIOT native on FreeBSD with
the tinydtls package, e.g. for native tests of sock_dtls.
2019-12-12 15:57:51 +01:00
Martine Lenders
26a1348a9a
Merge pull request #12867 from fjmolinas/pr_tests_no_reset_dep
...
tests: adapt tests so they can use `tests_utils_interactive_sync`
2019-12-12 15:47:21 +01:00
Martine S. Lenders
e96bc2a13d
lwip_sock: additional indirection of conn is unnecessary
...
Either the sock is provided with `sock_*_send()` or not. In the first
case the indirection is not necessary, and in the second we need to
delete the created `conn` within `lwip_sock_send()` anyway, so returning
it makes no sense.
2019-12-12 11:19:51 +01:00
Martine S. Lenders
80c23cfbf3
lwip_sock: check if sock is set before dereferencing it
2019-12-12 11:01:30 +01:00
Francisco Molina
341a4b5bfd
tests/gnrc_%: use tests_utils_interactive_sync
2019-12-12 10:13:34 +01:00
Francisco Molina
eb9d27db69
tests/gnrc_rpl_srh: run unittests through shell
...
Using the shell to run unittests allows not needing
to wait for a string at the start of the test which
makes the test independent having the application reset
after the terminal is open.
2019-12-12 10:13:34 +01:00
Francisco Molina
5bf1a22472
tests/gnrc_ipv6_ext_frag: refactor to not depend on reset
...
Using the shell to run unittests allows not needing
to wait for a string at the start of the test which
makes the test independent having the application reset
after the terminal is open. The same goes for triggering
sending UDP test pkts.
2019-12-12 10:13:33 +01:00
Francisco Molina
4117b459af
tests/shell: fix reset dependency
2019-12-12 10:13:33 +01:00
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