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

39857 Commits

Author SHA1 Message Date
benpicco
95975988a3
Merge pull request #18019 from ML-PA-Consulting-GmbH/fix/20220427__drivers-mcp2515__set_bitrate
drivers/mcp2515: fix set bittiming
2022-05-02 16:05:51 +02:00
Marian Buschsieweke
04ab5a74f3
cpu/atmega_common: implement periph/gpio_ll{,_irq}
Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
2022-05-02 14:44:55 +02:00
Daniel Lockau
257ffdb442 drivers/mcp2515: fix set bittiming
- apply hardware dependent parameters to bittiming struct before
  reinitializing the hardware with the new parameter set
2022-05-02 14:04:52 +02:00
Benjamin Valentin
8100203e95 core/thread, mutex: provide dummy implementation for riotboot
This is intended for the bootloader module where we don't enter thread
mode, so mutex must never attempt to switch context.

Instead use a simple busy wait that is enough to make the possible mutex
users (e.g. interrupt based SPI) in bootloader mode work.
2022-05-02 13:18:39 +02:00
benpicco
dd2d8a464a
Merge pull request #18041 from krzysztof-cabaj/stm32f469i-disco-LEDs
boards/stm32f469i-disco: LEDX_ON LEDX_OFF mismatch
2022-05-02 12:16:25 +02:00
benpicco
bb8313a047
Merge pull request #18039 from krzysztof-cabaj/stm32f469i-disco-cpy2remed
boards/stm32f469i-disco: enable cpy2remed programmer
2022-05-02 12:15:48 +02:00
krzysztof-cabaj
3f49e9b17a boards/stm32f469i-disco: LEDX_ON LEDX_OFF mismatch fix 2022-05-02 05:06:00 -04:00
Benjamin Valentin
a881af8b08 gnrc/ipv6_auto_subnets: bail out early if prefix stays the same 2022-05-01 21:37:32 +02:00
krzysztof-cabaj
94a103f756 boards/stm32f469i-disco: doc improvments 2022-04-30 11:45:51 -04:00
Benjamin Valentin
5785856fe7 gnrc/ipv6_auto_subnets: bail out early if adding prefix fails 2022-04-29 22:56:35 +02:00
Benjamin Valentin
3993fd75d0 gnrc/ipv6_auto_subnets: auto init RPL root 2022-04-29 22:56:35 +02:00
Benjamin Valentin
878596d393 gnrc_netif: improve documentation of gnrc_netif_ipv6_add_prefix() 2022-04-29 22:56:35 +02:00
benpicco
164220fb7f
Merge pull request #18037 from benpicco/nanocoap_sock-error_return
nanocoap_sock: only abort nanocoap_sock_get_blockwise() on negative error
2022-04-29 22:54:36 +02:00
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