1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

47438 Commits

Author SHA1 Message Date
Ollrogge
771d8b2147 sys/fido2: adjust board whitelist for tests 2025-03-25 18:42:48 +01:00
Ollrogge
cec805284c sys/fido2: Remove redundant #ifdef macros 2025-03-25 18:41:42 +01:00
mguetschow
75e22e53e8
Merge pull request #21281 from crasbe/pr/ada_nrf52_bootloader
boards/common: Make Adafruit nRF52 Bootloader shared
2025-03-25 17:40:40 +00:00
Mikolai Gütschow
ed278a443f
pkg/driver_cryptocell_310: replace deprecated RIOT_FILE_RELATIVE 2025-03-25 18:34:40 +01:00
mguetschow
d2fbe23e78
Merge pull request #21112 from KSKNico/tm1637
drivers/tm1637: add driver and tests for tm1637 7-segment display
2025-03-25 13:49:02 +00:00
KSKNico
c27420418f drivers/tm1637: tests for the tm1637 7-segment display 2025-03-25 14:03:44 +01:00
Marian Buschsieweke
44c6c323c6
Merge pull request #21200 from zvecr/nimble_svc_bas
pkg/nimble: Fix compilation with `USEMODULE += nimble_svc_bas`
2025-03-24 15:01:55 +00:00
mguetschow
d8c8d20151
Merge pull request #21318 from krzysztof-cabaj/nucleo-144-doc-rename
boards/nucleo-144: rename doc.txt to doc.md
2025-03-24 08:55:41 +00:00
krzysztof-cabaj
7705bac9e8 boards/nucleo-u575zi-q: rename doc.txt to doc.md 2025-03-24 09:48:15 +01:00
krzysztof-cabaj
345c7cdb2c boards/nucleo-l552ze-q: rename doc.txt to doc.md 2025-03-24 09:48:15 +01:00
krzysztof-cabaj
adf65f1920 boards/nucleo-l4: rename doc.txt to doc.md 2025-03-24 09:48:15 +01:00
Marian Buschsieweke
f62a7b9a0c
Merge pull request #21297 from Lukas-Luger/pr/psa-import-key-hmac
sys/psa_crypto: Adding hmac hashing on psa_import_key and fix max hmac key size
2025-03-23 06:50:10 +00:00
Marian Buschsieweke
652d1d3504
Merge pull request #21314 from benpicco/nanocoap-lwip
tests/nanocoap_cli: allow to build with lwIP
2025-03-23 05:05:18 +00:00
krzysztof-cabaj
55b1c5f1d6 boards/nucleo-f7: rename doc.txt to doc.md 2025-03-22 20:16:02 +01:00
krzysztof-cabaj
f942072335 boards/nucleo-f4: rename doc.txt to doc.md 2025-03-22 19:50:49 +01:00
Lukas-Luger
4839195561 tests/sys/psa_crypto_mac: updated Makefile.ci 2025-03-22 19:08:31 +01:00
krzysztof-cabaj
1ea54054db boards/nucleo-f303ze: rename doc.txt to doc.md 2025-03-22 17:18:21 +01:00
krzysztof-cabaj
66fd1ddcba boards/nucleo-f207zg: rename doc.txt to doc.md 2025-03-22 17:17:11 +01:00
Benjamin Valentin
99637edbb6 tests/nanocoap_cli: allow to build with lwIP 2025-03-22 10:06:11 +01:00
Marian Buschsieweke
9b417c35c1
Merge pull request #21313 from maribu/cpu/native/async_io/missing-include
cpu/native: add missing include
2025-03-21 21:01:38 +00:00
Marian Buschsieweke
56a553f80d
cpu/native: add missing include
`pid_t` is provided e.g. by `<sys/types.h>`. It seems that on glibc,
`<stdlib.h>` will also provide `pid_t`. But this way it should work on
both musl and glibc.
2025-03-21 21:24:24 +01:00
mguetschow
cd03cc7723
Merge pull request #21310 from krzysztof-cabaj/nucleo-f746zg-DOC
boards/nucleo-f746zg: board doc update
2025-03-21 16:17:03 +00:00
crasbe
ebcb656d8a boards/common/ada-nrf52-bootl: refactor and enhance documentation 2025-03-21 15:20:10 +01:00
crasbe
ec6cd78174 boards/seeedstudio-xiao-nrf52840: use common Adafruit nRF52 bootloader 2025-03-21 15:20:10 +01:00
crasbe
f8c9df35ad boards/common/ada-nrf52-bootl: keep SoftDevice by default, add SD doc 2025-03-21 15:19:50 +01:00
Lukas-Luger
8d13b869e7 sys/psa_crypto: Adding hmac hashing on psa_import_key
Update sys/psa_crypto/psa_crypto_algorithm_dispatch.c

Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
2025-03-21 14:35:26 +01:00
Lukas-Luger
e630cf38b9 tests/sys/psa_crypto_mac: adding extra long key 2025-03-21 14:28:11 +01:00
mguetschow
f3dbed405e
Merge pull request #21294 from benpicco/stdio_default
boards: introduce `stdio_default`
2025-03-21 11:46:27 +00:00
krzysztof-cabaj
33d7b8280e boards/nucloe-f746zg: rename doc.txt to doc.md 2025-03-21 12:35:21 +01:00
krzysztof-cabaj
1a266ba0e5 boards/nucleo-f746zg: add MCU table 2025-03-21 12:26:16 +01:00
Oleg Hahm
33128925f6
Merge pull request #21309 from OlegHahm/pr/pyterm/sigint_at_exit
pyterm: send SIGINT to the subprocess' child
2025-03-20 22:16:22 +00:00
Oleg Hahm
0de3b8a7d8 pyterm: send SIGINT to the subprocess' child 2025-03-20 23:11:56 +01:00
Benjamin Valentin
5025900851 examples/telnet_server: select stdio_default 2025-03-20 16:10:09 +01:00
Benjamin Valentin
ad02bb1ecc boards/common/esp32s3: provide stdio_esp32s3_default.dep.mk 2025-03-20 16:10:09 +01:00
Benjamin Valentin
233a62b792 boards: move to stdio_default 2025-03-20 16:10:09 +01:00
Benjamin Valentin
171d5ff315 cpu/arm7tdmi_gba: make use of stdio_default 2025-03-20 16:10:08 +01:00
Benjamin Valentin
9ba1514914 pseudomodules: introduce stdio_default 2025-03-20 16:10:08 +01:00
benpicco
a756dcf1c9
Merge pull request #19213 from benpicco/socket_zep_hal-fix
socket_zep: properly implement the radio HAL
2025-03-20 08:30:12 +00:00
Marian Buschsieweke
5869c2c271
Merge pull request #21180 from derMihai/mir/sock_udp/cancel_async_mainline
net_sock_async_event: cancel async event on sock_*_close()
2025-03-20 06:10:26 +00:00
Benjamin Valentin
45c6d786f6 socket_zep: simulate RSSI 2025-03-20 02:04:34 +01:00
Benjamin Valentin
460901aa00 socket_zep: properly implement the radio HAL 2025-03-20 02:04:34 +01:00
Benjamin Valentin
af3a02277c tests/net/gnrc_sixlowpan_frag_sfr_congure_impl: increase send interval
socket ZEP now tries to simulate airtime.
2025-03-20 02:04:34 +01:00
Benjamin Valentin
1fdcaac52f sys/string_utils: add reverse_buf() 2025-03-20 01:52:58 +01:00
krzysztof-cabaj
c0a66cefe3 boards/nucleo-f746zg: add pinout to board doc 2025-03-19 21:17:40 +01:00
Marian Buschsieweke
06d2b69338
Merge pull request #21306 from mguetschow/tests-pkg-relic-stacksize
test/pkg/relic: increase stacksize for paillier encryption
2025-03-19 16:07:30 +00:00
Teufelchen
6192b3586d
Merge pull request #21303 from mcr/psa-crypto-long-line-fix
psa_crypto: fold some long lines
2025-03-19 15:46:00 +00:00
Mikolai Gütschow
285dc275ea
test/pkg/relic: half bitsize and increase stacksize for paillier 2025-03-19 15:01:10 +01:00
Gunar Schorcht
0d62eb9abd
Merge pull request #21305 from fabian18/pr/sdmmc_reinit_on_power_loss
drivers/{mtd_sdmmc,sdmmc}: reinit card
2025-03-19 11:30:25 +00:00
fabian18
fab3a1d750
Merge pull request #21260 from fabian18/pr/sdmmc_sdhc_guard_dma_check
drivers/sdmmc/sdmmc_sdhc: remove DMA check
2025-03-19 09:36:18 +00:00
Fabian Hüßler
6174ca6c29 drivers/{mtd_sdmmc,sdmmc}: reinit card 2025-03-19 10:11:00 +01:00