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

39537 Commits

Author SHA1 Message Date
Francisco
7a85e49701
Merge pull request #17999 from fjmolinas/pr_uwb_core_holdoff
pkg/uwb-core: adjust holdoff time when rxdiag_enabled
2022-04-26 08:19:04 +02:00
Francisco
1850f9790c
Merge pull request #18000 from fjmolinas/pr_uwb_dw1000_fix_group_delay
pkg/uwb-dw1000: fix default group delay, use OTP values when possible
2022-04-26 08:18:52 +02:00
benpicco
a771b4fa3a
Merge pull request #18004 from moguilevski/RIOT_ztimer_20220425
sys/include/ztimer64: fix for xtimer_msg_receive_timeout64 in xtimer_compat.h
2022-04-26 07:59:10 +02:00
Karl Fessel
596cec08f6
Merge pull request #18002 from kfessel/p-doc-hacl
pkg/hacl: documentation link update
2022-04-26 05:21:57 +02:00
f4709f682d
Merge pull request #17998 from fjmolinas/pr_uwb_cfg_remove
pkg/uwb-core: remove uwbcfg
2022-04-25 21:48:21 +02:00
9821e556ac
Merge pull request #17949 from fjmolinas/pr_native_can_improovements
native/periph_can: usability improvements and documentation updates
2022-04-25 17:52:16 +02:00
Alexandre Moguilevski
17afe9cb1f sys/include/ztimer64: fix for xtimer_msg_receive_timeout64 in xtimer_compat.h 2022-04-25 17:12:11 +02:00
Karl Fessel
70b42bb50a pkg/hacl: documentation link update 2022-04-25 16:05:28 +02:00
Francisco Molina
0f610c6e08 pkg/uwb-dw1000: read ch5 pg_delay stored in OTP 2022-04-25 13:32:59 +02:00
Francisco Molina
601df4d864 pkg/uwb-dw1000: update txpower from OTP register on boot 2022-04-25 13:32:59 +02:00
Francisco Molina
eed49a6004 pkg/uwb-dw1000: make some DW1000 prameters configurable 2022-04-25 13:32:59 +02:00
Francisco Molina
d40905917f pkg/uwb-dw1000: fix default group delay 2022-04-25 13:32:59 +02:00
Francisco Molina
ef7e1b6846 pkg/uwb_core: use IS_USED when pertinent 2022-04-25 13:32:59 +02:00
Francisco Molina
2bbd844adf examples/twr_aloha/Makefile: add mention to uwb-core_rng_trx_info 2022-04-25 13:21:09 +02:00
Francisco Molina
08055156e8 pkg/uwb-core: adjust holdoff time when rxdiag_enabled
Reading the diagnostic information adds a ~160us overhead, so holdoff
for that additional time.
2022-04-25 13:21:09 +02:00
Francisco Molina
796c0ac50e pkg/uwb-core: remove uwbcfg 2022-04-25 13:08:50 +02:00
Francisco Molina
667454be63 tests/conn_can/README: use native can README 2022-04-25 12:48:10 +02:00
Francisco Molina
5653e00a91 tests/candev/README: cleanup README 2022-04-25 12:48:10 +02:00
Francisco Molina
dfac66bc68 tests/candev/README.native.can.md: add README for native can setup 2022-04-25 12:48:10 +02:00
Francisco Molina
50f9c14ded boards/native: add PERIPH_CAN_FLAGS to specifiy vcan iface 2022-04-25 12:48:10 +02:00
Francisco
c56e28a7e6
Merge pull request #17992 from aabadie/pr/sys/cpp_kconfig
sys/cpp11-compat: add kconfig support and add Kconfig for cpp11 test applications
2022-04-25 08:46:00 +02:00
Francisco
65c15f7276
Merge pull request #17987 from fjmolinas/pr_git_quiet
pkg/pkg: add GIT_QUIET
2022-04-25 08:33:18 +02:00
684cabff71
tests/cpp_ctors: add Kconfig support 2022-04-24 21:23:34 +02:00
925cf7f969
tests/cpp11_*: add Kconfig support 2022-04-24 21:23:34 +02:00
1db89df391
sys: add Kconfig support for cpp11-compat module 2022-04-24 21:23:34 +02:00
c38eb27fe0
sys/posix: add Kconfig file for pthread module 2022-04-24 21:23:33 +02:00
cbcda7c2bf
sys: make MODULE_LIBC_GETTIMEOFDAY prompt visible 2022-04-24 21:23:33 +02:00
benpicco
b31de65de2
Merge pull request #13698 from bergzand/pr/nanocoap/subtree_handler
nanocoap: Add handler for resource-based subtrees
2022-04-24 21:07:21 +02:00
677871d717 suit/transport/coap: Use generic subtree handler
The SUIT CoAP code can make use of the generic subtree handler. This
commit removes the obsolete code to make use of the more generic
nanocoap subtree handlers.
2022-04-23 10:21:37 +02:00
eecac6945b nanocoap: Add handler for resource-based subtrees
This adds a coap_handler_t function that can be used to parse new
subtrees. The subtree information is included in the context pointer of
the call and must be of type coap_resource_subtree_t. This object then
contains the pointer and length of a different coap_resource_t instance.
2022-04-23 10:12:18 +02:00
e56f86d594
Merge pull request #17989 from benpicco/ztimer64-msleep-fix
ztimer64_xtimer_compat: fix ztimer_msleep()
2022-04-23 07:40:05 +02:00
benpicco
c831a998fe
Merge pull request #17950 from benpicco/nanocoap-fixes
nanocoap: follow-up fixes
2022-04-22 23:13:03 +02:00
Benjamin Valentin
6113b79bdb ztimer64_xtimer_compat: fix ztimer_msleep() 2022-04-22 18:12:45 +02:00
Francisco Molina
1340a5e867 pkg/pkg: add GIT_QUIET 2022-04-22 15:22:34 +02:00
benpicco
a427d630f1
Merge pull request #16787 from maribu/periph/gpio_ng
periph/gpio_ll: New Peripheral GPIO API
2022-04-22 12:27:54 +02:00
Benjamin Valentin
5deea31502 tests/nanocoap_cli: add optional DNS support 2022-04-22 11:35:52 +02:00
Benjamin Valentin
bb4c597681 nanocoap_sock: document (ab)use of sock_udp_recv_buf(), add asssert() 2022-04-22 11:34:19 +02:00
Benjamin Valentin
b20f89976d nanocoap_sock: pass on error code from user callback 2022-04-22 10:35:52 +02:00
Benjamin Valentin
85833ab58c nanocoap_sock: clean up the request function 2022-04-22 10:35:52 +02:00
Benjamin Valentin
bd7fe3bc5c nanocoap_sock: calculate deadline from interval
So we don't have to wait a full interval again if we got a wrong
message without resend.
2022-04-22 10:35:52 +02:00
Benjamin Valentin
e2fe9d0268 nanocoap_sock: compare response token 2022-04-22 10:35:52 +02:00
Benjamin Valentin
c22b1242ae nanocoap_sock: ensure ctx is reset before receiving new frame 2022-04-22 10:35:52 +02:00
Benjamin Valentin
3ac258ccdf nanocoap_sock: set more false if response was not blockwise 2022-04-22 10:12:27 +02:00
Benjamin Valentin
a5bc3cc069 nanocoap_sock: pass on error code 2022-04-22 10:12:27 +02:00
benpicco
c032e40fba
Merge pull request #17976 from benpicco/coap_get_token
nanocoap: add coap_get_token()
2022-04-22 10:08:30 +02:00
Francisco
21be49a16a
Merge pull request #17973 from fjmolinas/pr_examples_suit_seq_no
examples/suit_update/test: use 'suit seq_no' to get version
2022-04-22 08:47:32 +02:00
Marian Buschsieweke
28791c42a4
tests/bench_periph_gpio_ll: add benchmark for periph/gpio_ll 2022-04-22 08:39:05 +02:00
Marian Buschsieweke
22a17731ea
tests: Add tests for periph/gpio_ll
Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
2022-04-22 08:39:04 +02:00
Marian Buschsieweke
23855e140e
drivers: Add periph/gpio_ll API
Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
Co-authored-by: chrysn <chrysn@fsfe.org>
Co-authored-by: Benjamin Valentin <benjamin.valentin@ml-pa.com>
2022-04-22 08:39:04 +02:00
Francisco
7307923703
Merge pull request #17960 from benpicco/sock_urlpath
nanocoap_sock: add nanocoap_sock_url_connect()
2022-04-22 08:26:12 +02:00