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

39565 Commits

Author SHA1 Message Date
628132a4e1
pkg: add Kconfig support for flatbuffers/ruy/tflite-micro 2022-04-27 10:53:50 +02:00
252484e82a
Kconfig: load application configuration first 2022-04-27 10:31:23 +02:00
cdf1d43e15
Merge pull request #17984 from fjmolinas/pr_suit_install_once
sys/suit: avoid installing payload twice
2022-04-27 09:44:58 +02:00
Martine Lenders
aa5a18f833
Merge pull request #16974 from yarrick/lwip_netif
pkg/lwip: Add netif_t struct, register all netifs
2022-04-26 23:49:49 +02:00
chrysn
0a72fc9255
Merge pull request #16812 from chrysn-pull-requests/cord-doc-discoverability
net/cord doc: Usability fixes
2022-04-26 21:10:52 +02:00
chrysn
92e877b0c1 doxygen: Remove check exclusions for recent fixes 2022-04-26 18:52:08 +02:00
Francisco
ea400a4b8b
Merge pull request #17993 from aabadie/pr/tests/kconfig_with_build_in_docker
docker: don't export KCONFIG_ADD_CONFIG variable
2022-04-26 14:34:08 +02:00
2c3dc581bc
Merge pull request #18008 from aabadie/pr/pkg/corejson_kconfig
pkg/corejson: fix missing kconfig import + model test application configuration
2022-04-26 11:55:21 +02:00
benpicco
b6b1468240
Merge pull request #17980 from maribu/gpio_ll/nrf5x
cpu/nrf5x_common: implement periph/gpio_ll{,_irq}
2022-04-26 11:27:02 +02:00
0378f54dbb
Merge pull request #17695 from fjmolinas/pr_example_lorawan_usage
examples/lorawan/main: use auto_init_loramac
2022-04-26 10:12:15 +02:00
e2900acd6e
Merge pull request #17997 from aabadie/pr/tests/pkg_cmsis_nn_kconfig
pkg/cmsis-nn: model in Kconfig
2022-04-26 09:23:02 +02:00
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
0f79b42bfd
tests/pkg_corejson: add Kconfig configuration 2022-04-25 19:31:15 +02:00
5e23d1ff33
pkg: include corejson Kconfig 2022-04-25 19:30:45 +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
e66ad95c4c sys/suit: avoid installing payload twice 2022-04-25 15:21:22 +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
32f8ef58e4
tests/pkg_cmsis-nn: add Kconfig configuration 2022-04-25 13:00:41 +02:00
2861ab5ff3
pkg/cmsis-nn: rework deps + model in Kconfig 2022-04-25 13:00:27 +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
23b393e784
docker: don't export KCONFIG_ADD_CONFIG variable 2022-04-25 11:18:17 +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
Marian Buschsieweke
f0586dbf8f
cpu/nrf5x_common: implement periph/gpio_ll{,_irq}
Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
2022-04-23 19:47:00 +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