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

39784 Commits

Author SHA1 Message Date
Benjamin Valentin
4b5858bc7f drivers/dose: make use of TIM_FLAG_SET_STOPPED 2022-04-29 22:33:07 +02:00
Benjamin Valentin
f731e595bc tests/periph_timer_periodic: test TIM_FLAG_SET_STOPPED flag 2022-04-29 22:33:07 +02:00
Benjamin Valentin
04a8a36734 nanocoap_sock: only abort nanocoap_sock_get_blockwise() on negative error
Some user callbacks might just return the result of some other operation
that returns written bytes or negative error.

Let's not break those, only consider negative callback returns an error.
2022-04-29 21:29:36 +02:00
krzysztof-cabaj
f6de04bd19 enable cpy2remed programmer 2022-04-29 14:29:28 -04:00
5a6bb44660
Merge pull request #18036 from Teufelchen1/fix/gnrc_documentation
net/gnrc: Fixing whitespace in the documentation
2022-04-29 15:28:50 +02:00
Teufelchen1
4f60140014 net/gnrc: Fixing whitespace in the documentation 2022-04-29 14:19:25 +02:00
Marian Buschsieweke
7eaa437532
Merge pull request #18035 from laurin/net-sock-udp-designated-initializers
net/sock/udp: designated intializer, C++ compatibility
2022-04-29 03:05:19 +02:00
Laurin Wolf
2d9a7e27c3 /net/sock/udp: designated iolist_t intializer 2022-04-28 23:47:45 +02:00
80815edaba
Merge pull request #18028 from aabadie/pr/cpu/uncrustify_arm7_vectors
cpu/arm7_common: uncrustify vectors.c
2022-04-28 22:07:35 +02:00
Kevin "Tristate Tom" Weiss
7731e6ab62
Merge pull request #17995 from aabadie/pr/tests/pkg_utensor_kconfig
tests/pkg_utensor: model in Kconfig + fix utensor package dependencies
2022-04-28 17:25:56 +02:00
Leandro Lanzieri
73a618d5fb
Merge pull request #18001 from aabadie/pr/tests/pkg_cmsis_dsp_kconfig
tests/pkg_cmsis-dsp: add kconfig configuration + cleanup package modules
2022-04-28 16:04:42 +02:00
7ca86edec5
sys/quad_math: remove unused module for quad arithmetic 2022-04-28 14:48:10 +02:00
benpicco
039a3cff01
Merge pull request #18027 from fjmolinas/pr_esp32_gettimeoday
cpu/esp32: always include libc_gettimeofday
2022-04-28 14:03:52 +02:00
Benjamin Valentin
4326b5ca54 cpu/native: timer: implement TIM_FLAG_SET_STOPPED 2022-04-28 13:27:59 +02:00
Benjamin Valentin
191ff4079b cpu/nrf5x_common: timer: implement TIM_FLAG_SET_STOPPED 2022-04-28 13:27:59 +02:00
Benjamin Valentin
d6b5bf33b2 cpu/stm32: timer: implement TIM_FLAG_SET_STOPPED 2022-04-28 13:27:59 +02:00
Benjamin Valentin
4540e490e3 cpu/atmega_common: timer: implement TIM_FLAG_SET_STOPPED 2022-04-28 13:27:59 +02:00
Benjamin Valentin
c5a78bd32f cpu/lpc23xx: timer: implement TIM_FLAG_SET_STOPPED 2022-04-28 13:27:59 +02:00
Benjamin Valentin
7ed69cc08a cpu/gd32v: timer: implement TIM_FLAG_SET_STOPPED 2022-04-28 13:27:59 +02:00
bca6f44edc
cpu/arm7_common: uncrustify vectors.c 2022-04-28 11:57:05 +02:00
benpicco
97a81f7461
Merge pull request #18016 from maribu/core/xfa
core/xfa: Silence clangd warning
2022-04-28 11:26:17 +02:00
benpicco
42f0d0d24c
Merge pull request #18013 from kfessel/p-coap_pkt-token-deprecate
net/nanocoap: deprecate coap_pkt token ptr
2022-04-28 11:25:47 +02:00
Francisco Molina
a4bbb74371 cpu/esp32: always include libc_gettimeofday 2022-04-28 09:51:19 +02:00
Leandro Lanzieri
77382affa3
Merge pull request #17985 from aabadie/pr/pkg/tflite-micro-kconfig
pkg/tflite-micro: add kconfig support
2022-04-28 09:31:18 +02:00
d2b9844574
tests/pkg_utensor: add Kconfig configuration 2022-04-28 08:49:54 +02:00
4c415b0cd3
pkg/utensor: fix Kconfig modules 2022-04-28 08:49:54 +02:00
dcbcc53343
sys/posix/pthread: improve Kconfig dependency resolution 2022-04-28 08:49:54 +02:00
9538b880e0
Merge pull request #18012 from aabadie/pr/pkg/jerrycript_kconfig
pkg/jerryscript: model in Kconfig
2022-04-27 19:10:20 +02:00
Martine Lenders
b167d6931c
Merge pull request #17774 from fjmolinas/pr_nimble_auto_adv_extended
pkg/nimble/autoadv: add support for ext_adv
2022-04-27 16:44:46 +02:00
e9faabd018
Merge pull request #18020 from fjmolinas/pr_suit_storage_flashwrite_log
sys/suit/storage: change log to LOG_DEBUG
2022-04-27 15:10:25 +02:00
51650e7d46
Merge pull request #18022 from fjmolinas/pr_uwb_core_smaller_stack
pkg/uwb-core: reduce default stacksize
2022-04-27 13:48:41 +02:00
Francisco
c036b6c82a
Merge pull request #17988 from fjmolinas/pr_twr_aloha_fixes
example/twr_aloha: fixes
2022-04-27 12:50:27 +02:00
Karl Fessel
dcac22eebb net/nanocoap: deprecate coap_pkt token ptr 2022-04-27 12:31:28 +02:00
cf0b3ded3c
examples: tests: lua: add Kconfig configuration 2022-04-27 11:12:27 +02:00
f0a29759c8
pkg/lua: model in Kconfig 2022-04-27 11:12:27 +02:00
Leandro Lanzieri
5af2dda69b
Merge pull request #18018 from MrKevinWeiss/pr/kw/codeowner
CODEOWNERS: replace cgundogan->MrKevinWeiss for kconfig
2022-04-27 11:09:01 +02:00
ad94965777
examples/javascript: add Kconfig configuration 2022-04-27 11:08:27 +02:00
ff7838bfef
pkg/jerryscript: model in Kconfig 2022-04-27 11:08:27 +02:00
7577e4bf47
tests/pkg_tflite-micro: add Kconfig support 2022-04-27 10:53:50 +02:00
5833956daf
tests/pkg_flatbuffers: add Kconfig support 2022-04-27 10:53:50 +02:00
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