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
Francisco Molina
b028144a64
pkg/uwb-core: reduce default stacksize
...
When support for this package was introduced printf calls inside the
uwb-core where bloating stack usage, but this is no longer the case,
so prefere lower stack usage.
2022-04-27 10:15:38 +02:00
Francisco Molina
439cf969b9
pkg/nimble/contrib: add utility to convert to BLE HCI phy enum
2022-04-27 10:10:32 +02:00
Francisco Molina
fc616a9916
sys/stdio_nimble: fiter conn_handle
2022-04-27 10:10:32 +02:00
Francisco Molina
d474b8ff8a
pkg/nimble/autoadv: add shell
2022-04-27 10:10:32 +02:00
Francisco Molina
8114974ea7
sys/suit/storage: change log to LOG_DEBUG
2022-04-27 09:52:16 +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
MrKevinWeiss
8a6e126429
CODEOWNERS: replace cgundogan->MrKevinWeiss for kconfig
2022-04-27 09:33:52 +02:00
Francisco Molina
a5f54b5a03
examples/twr_aloha: default print rng result only on initiator
2022-04-27 09:12:39 +02:00
Francisco Molina
f5a4a486f6
examples/twr_aloha: error on invalid short address
2022-04-27 09:12:39 +02:00
Francisco Molina
90af3bd026
examples/twr_aloha: add channel and txpower to ifconfig
2022-04-27 09:12:39 +02:00
Francisco Molina
544551de86
examples/twr_aloha: interaction, add missing addr parameter
2022-04-27 09:04:12 +02:00
Francisco Molina
32e78fa921
examples/twr_aloha: fix shell blocking function
2022-04-27 09:01:01 +02:00
Francisco Molina
26969e299b
examples/twr_aloha: fix sleep logic
2022-04-27 08:38:34 +02:00
Francisco Molina
1de00ba504
makefiles/pkg/nimble.adv.mk: add utility to assign adv instance
2022-04-27 08:22:58 +02:00
Francisco Molina
81cd99980e
pkg/nimble/netif: make advertisement instance configurable
2022-04-27 08:22:58 +02:00
Francisco Molina
3702087084
pkg/nimble/autoadv: add support for ext_adv
2022-04-27 08:22: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
Marian Buschsieweke
a405599986
core/xfa: Silence clangd warning
...
Use `uintptr_t` for arithmetic rather than `const char *` to fix the
following warning:
> comparePointers: Subtracting pointers that point to different objects
2022-04-26 22:15:00 +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
4826468174
tests/pkg_cmsis-dsp: add Kconfig configuration
2022-04-26 09:26:03 +02:00
d3ebfff644
pkg/cmsis-dsp: cleanup Makefile
2022-04-26 09:26:02 +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