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

39152 Commits

Author SHA1 Message Date
Benjamin Valentin
846e681be2 examples: replace sock_udp_str2ep() with sock_udp_name2ep() 2022-03-24 17:11:15 +01:00
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
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
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
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
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
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
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
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
benpicco
dd8b3fc593
Merge pull request #17353 from benpicco/tests/gnrc_rpl
tests/gnrc_rpl: add automated test for gnrc_rpl
2022-03-22 12:10:34 +01:00
Benjamin Valentin
3f95f39d88 sys/net/sock_util: add sock_{udp,tcp}_name2ep() wrapper 2022-03-22 11:03:12 +01:00
Benjamin Valentin
4db814d94c tests/netutils: add test for sock_tl_name2ep() 2022-03-22 11:03:12 +01:00
Benjamin Valentin
1ef6da7de4 sys/net/sock_util: add sock_tl_name2ep() 2022-03-22 11:03:12 +01:00
Benjamin Valentin
a6a8356385 nanocoap: add nanocoap_get_blockwise_url_to_buf() function
This moves the internal convenience function suit_coap_get_blockwise_url_buf()
into nanocoap to make it globally available.
2022-03-22 10:36:50 +01:00
cb5a9a7d82
Merge pull request #17724 from fjmolinas/pr_uwb_dw1000_txctrl_patch
pkg/uwb-dw1000: add patch for rf_txctrl value
2022-03-22 09:59:30 +01:00
Benjamin Valentin
3bc4d7af64 pkg/littlefs2: bump version to 2.4.2 2022-03-22 09:50:52 +01:00
Marian Buschsieweke
d23837a220
Merge pull request #17835 from fjmolinas/pr_tests_thread_float_ztimer
tests/thread_float: use ztimer_usec
2022-03-22 09:25:09 +01:00
Francisco Molina
9403cd266d tests/thread_float: uncrustify 2022-03-22 08:40:53 +01:00
Francisco Molina
0e4628cb11 tests/thread_float: use ztimer_usec 2022-03-22 08:31:58 +01:00
a2146acef7
Merge pull request #17827 from aabadie/pr/board/nucleo-f439zi
boards: add support for nucleo-f439zi
2022-03-21 09:29:48 +01:00
a7c1be8844
cpu/stm32: f439 line has hardware rng 2022-03-21 08:11:46 +01:00
039241ac4b
tools/doccheck: extend exclude patterns for nucleo-f439zi 2022-03-21 08:11:44 +01:00
9311139ad2
boards: add support for nucleo-f439zi 2022-03-21 08:11:00 +01:00
Francisco
5eb6d2df0b
Merge pull request #17820 from fjmolinas/pr_build_in_docker_doc
doc/doxygen: add BUILD_IN_DOCKER extended doc
2022-03-21 08:05:42 +01:00
benpicco
62bc9bb7a3
Merge pull request #17825 from leandrolanzieri/core/kconfig/fix_menuconfig_display
core/Kconfig: move MODULE_CORE_LIB symbol to fix menuconfig display
2022-03-20 22:38:00 +01:00
Marian Buschsieweke
c4c50c5aa3
Merge pull request #17828 from aabadie/pr/boards/nucleo-f429zi-eth
boards/nucleo-f429zi: add support for ethernet
2022-03-19 15:46:04 +01:00
b9b64650ad
tools/doccheck: extend exclude patterns for nucleo-f429zi 2022-03-18 16:19:16 +01:00
1de688c352
boards/nucleo-f429zi: add support for ethernet 2022-03-18 16:07:57 +01:00
7501098a8a
Merge pull request #17819 from aabadie/pr/cpu/samd51_adc_enh
cpu/samd51: allow to support ADC0 and ADC1 in the same configuration
2022-03-18 14:09:00 +01:00
benpicco
1e66baf94b
Merge pull request #17699 from viktorbatista/shtc3
drivers/shtcx: converted the shtc1 driver into shtcx and added shtc3 support
2022-03-18 14:05:42 +01:00
565af3d56a
boards/adafruit-pybadge: extend and fix ADC configuration 2022-03-18 09:37:31 +01:00
Leandro Lanzieri
a7cc59d9f0
core/Kconfig: move MODULE_CORE_LIB symbol to fix menuconfig display 2022-03-18 08:23:46 +01:00
Francisco Molina
20e68fbb68 sys/xtimer: switch default backend to ztimer
With this commit xtimer will always be implemented with ztimer.
The default compat layer will be ztimer_xtimer_compat, so xtimer
calls will be inlined to ZTIMER_USEC, or ZTIMER64_USEC when the
64bit xtimer API is required.

This can be reverted by adding 'xtimer_no_ztimer_default' module
to a build.
2022-03-18 08:23:00 +01:00
Francisco Molina
2681b6c282 tests/*: update Makefile.ci 2022-03-18 08:23:00 +01:00