Benjamin Valentin
bb8def8b3e
cord_ep: replace sock_udp_str2ep() with sock_udp_name2ep()
2022-03-24 17:10:51 +01:00
Benjamin Valentin
9cab45931a
nanocoap: replace sock_udp_str2ep() with sock_udp_name2ep()
2022-03-24 17:09:16 +01:00
Benjamin Valentin
976fab736f
tests/lwip: replace sock_tcp_str2ep() with sock_tcp_name2ep()
2022-03-24 17:06:18 +01:00
Michel Rottleuthner
ecce95cacb
boards/pba-d-01-kw2x: init modem clock in post_startup to precede cpu_init
2022-03-24 16:28:22 +01:00
Martine Lenders
76935ddbf5
Merge pull request #17510 from benpicco/sock_tl_str2ep-dns
...
sys/net/sock_util: add sock_tl_name2ep() to optionally perform DNS lookups
2022-03-24 15:59:59 +01:00
Martine Lenders
624e8099ec
gnrc_netif: fix potential null pointer dereference
2022-03-24 15:53:23 +01:00
Martine Lenders
5aefb8d5dc
gnrc_sock: initialized un-initialized timer objects
2022-03-24 15:23:50 +01:00
Francisco
b91b984e38
Merge pull request #17733 from fjmolinas/pr_gettimeofday_64_bit
...
sys/syscalls: make gettimeofday() implementation optional
2022-03-24 15:22:27 +01:00
Francisco
d53f37546f
Merge pull request #17852 from fjmolinas/pr_gnrc_sock_ztimer_alt
...
sys/net/gnrc/sock: use ztimer_usec or xtimer for timeout
2022-03-24 14:22:55 +01:00
Benjamin Valentin
b28738c11c
drivers/atwinc15x0: enable sleep state
...
This allows the interface to enter SLEEP state in which it only
consumes 4µA.
2022-03-24 14:04:53 +01:00
Francisco Molina
0819660303
sys/syscalls: add libc_gettimeofday
...
Conditionally implement gettimeofday() if module is included, this
avoids including ztimer64 even when not needed
2022-03-24 11:36:49 +01:00
Fabian Hüßler
77cbe15b1d
ipv6/nib: bugfix of 6CO length checking
2022-03-24 10:06:56 +01:00
Leandro Lanzieri
37908431a1
cpu/stm32/eth: call netdev register from the setup function
2022-03-24 09:44:54 +01:00
Leandro Lanzieri
7cef002102
tests/driver_netdev_common: add virtual board to test ETH drivers
2022-03-24 09:44:53 +01:00
Leandro Lanzieri
32d8c864e7
tests: add STM32 ethernet test
2022-03-24 09:44:53 +01:00
Leandro Lanzieri
4593746b70
tests: add SAM0 ethernet test
2022-03-24 09:44:53 +01:00
Leandro Lanzieri
5e41b51470
tests: add ESP ethernet test
2022-03-24 09:44:53 +01:00
Leandro Lanzieri
348bc9af82
tests/driver_w5100: rewrite without GNRC
2022-03-24 09:44:53 +01:00
Leandro Lanzieri
8ec32d5859
tests/driver_ethos: rewrite without GNRC
2022-03-24 09:44:53 +01:00
Leandro Lanzieri
b3c202cc84
tests/driver_dose: rewrite without GNRC
2022-03-24 09:44:53 +01:00
Leandro Lanzieri
99a974914a
tests/driver_encx24j600: rewrite without GNRC
2022-03-24 09:44:53 +01:00
Leandro Lanzieri
c6a48e77fb
tests/driver_enc28j60: rewrite without GNRC
2022-03-24 09:44:52 +01:00
Leandro Lanzieri
48ae24b545
sys/test_utils: add netdev Ethernet minimal processing
2022-03-24 09:44:52 +01:00
Leandro Lanzieri
a2e5934ec9
drivers/encx24j600: introduce setup function with index
2022-03-24 09:32:10 +01:00
Leandro Lanzieri
5f7a906b95
drivers/w5100: introduce setup with index
2022-03-24 09:30:42 +01:00
Marian Buschsieweke
3e2e0d59be
Merge pull request #17851 from fjmolinas/pr_tests_sys_atomic_use_ztimer
...
tests/sys_atomic_utils: use ztimer_usec
2022-03-24 09:09:25 +01:00
Francisco Molina
66d87fccf9
sys/net/gnrc/sock: use ztimer_usec or xtimer for timeout
2022-03-24 08:06:05 +01:00
Francisco Molina
da489697e4
tests/sys_atomic_utils: use ztimer_usec
2022-03-24 08:02:09 +01:00
Francisco Molina
9bda6b2938
tests/periph_flashpage_unittests: use unsgined int for address cast
...
For 16bit platforms casting to int will overflow when ROM size nears
2**16
2022-03-24 07:58:32 +01:00
Francisco Molina
7d10831254
tests/pbkdf2: increase stack for AVR
2022-03-24 07:57:53 +01:00
Francisco Molina
35e778901d
tests/pkg_micro-ecc: increase stacksize
2022-03-24 07:57:53 +01:00
Francisco Molina
a0d9694f00
tests/sys_sched_round_robin: increase round-robin work time
...
On slow CPUs the current 10ms time means printing might be interrupted.
2022-03-24 07:57:53 +01:00
Francisco Molina
6506a256fb
tests/ps_schedstatistics: fix test for AVR
2022-03-24 07:57:53 +01:00
Francisco Molina
c9ede817a8
tests/sys_sema_inv: wait longer fot thread to exit
2022-03-24 07:57:53 +01:00
Francisco
bdf35b8aeb
Merge pull request #17846 from fjmolinas/pr_ztimer_porting_board_adjust
...
doc/doxygen: recommend adding ADJUST ztimer values for new boards
2022-03-24 07:50:45 +01:00
benpicco
a811eb0972
Merge pull request #17848 from leandrolanzieri/pr/cpu/nrf52/radio/fix_confirm_op
...
cpu/nrf52/radio: fix confirm_op info cast
2022-03-23 22:40:47 +01:00
Leandro Lanzieri
e48f957a52
cpu/nrf52/radio: fix confirm_op info cast
2022-03-23 19:07:49 +01:00
530e699de1
Merge pull request #17324 from aabadie/pr/cpu/stm32_i2c_hsi
...
cpu/stm32/i2c: fix wrong speed parameters
2022-03-23 12:27:29 +01:00
benpicco
ed01480741
Merge pull request #17837 from benpicco/pkg/littlefs2-bump
...
pkg/littlefs2: bump version to 2.4.2
2022-03-23 11:14:41 +01:00
fdacb1a118
boards/stm32: adapt I2C configuration where needed
2022-03-23 10:10:08 +01:00
cb5fef4486
cpu/stm32: use HSI with I2C
2022-03-23 10:10:08 +01:00
Francisco Molina
c16119b815
doc/doxygen: recommend adding ADJUST ztimer values for new boards
2022-03-23 10:04:02 +01:00
20ffa92ba3
Merge pull request #11237 from aabadie/pr/examples/lorawan
...
examples/lorawan: add the possibility to use ABP activation procedure
2022-03-23 09:33:14 +01:00
Francisco Molina
c3ea39fbc7
tests/periph_timer_periodic: allow for 1% error
2022-03-23 09:28:56 +01:00
Francisco
b1e3f9c2de
Merge pull request #17839 from fjmolinas/pr_ztimer_adjust_correcitons
...
boards: fix ztimer adjust values for arduino-mega2560 and z1
2022-03-23 08:14:02 +01:00
benpicco
858e4b6f46
Merge pull request #17833 from benpicco/nanocoap_get_blockwise_url_to_buf
...
nanocoap: add nanocoap_get_blockwise_url_to_buf() function
2022-03-22 21:22:07 +01:00
Benjamin Valentin
15f210e4e4
gnrc/nib: don't advertise /128 prefix for auto-configuration
...
A single IP address will be added as a /128 prefix.
It makes sense to advertise it, as neighbors can then know that
the address/prefix is on-link.
It does however not make sense to advertise the prefix as suitable
for auto-configuration.
Co-authored-by: Fabian Hüßler <fabian.huessler@st.ovgu.de>
2022-03-22 20:52:38 +01:00
feda38ceb5
Merge pull request #17721 from fjmolinas/pr_xtimer_ztimer_default_backend
...
sys/xtimer: make xtimer_ztimer_compat default backend
2022-03-22 18:01:52 +01:00
Francisco Molina
1f5a96deea
boards/arduino-mega2560: add ztimer adjust paramters
2022-03-22 15:20:31 +01:00
Francisco Molina
2bb6bc1b1b
boards/z1: update ztimer adjust params
2022-03-22 15:05:13 +01:00