mguetschow
f572bbeef9
Merge pull request #21610 from mguetschow/unicoap-test-stack-overflow
...
unittests/unicoap: statically allocate option buffers
2025-07-24 16:05:06 +00:00
Mikolai Gütschow
86237726a0
unittests/unicoap: statically allocate option buffers
2025-07-24 15:58:26 +02:00
benpicco
4f9f755f99
Merge pull request #20197 from benpicco/coap_iterate_uri_query
...
nanocoap: add coap_iterate_uri_query()
2025-07-24 11:35:51 +00:00
benpicco
a444a7acbc
Merge pull request #21606 from derMihai/mir/log_unit
...
core/log: add optional log unit prefix
2025-07-24 11:35:34 +00:00
Benjamin Valentin
09fb1527c1
tests/unittests: extend tests with coap_iterate_uri_query()
2025-07-24 13:18:06 +02:00
Gregory Guche
8dc500703b
pkg/xipfs: add XIPFS as vfs module
2025-07-23 12:44:38 +02:00
Teufelchen1
944eb05727
net/mac: Remove deprecated 802.15.4 module
2025-07-21 12:57:15 +02:00
Teufelchen
1345452bbe
Merge pull request #21603 from Teufelchen1/deprecate/lwmac
...
net/lwmac: Remove deprecated lwmac module
2025-07-18 08:34:57 +00:00
Gunar Schorcht
d682924999
tests/esp-ci-boards: add CI board for ESP32-H2
...
Use an external board definition to be able compile modules that are not enabled by default in CI.
2025-07-18 10:10:27 +02:00
Gunar Schorcht
683656b17d
tests/periph/i2c: fix dir for ESP CI boards
2025-07-18 10:10:27 +02:00
Mikolai Gütschow
ec3ca22393
unittests/unicoap: reduce buffer size to fit on stack
...
the default unittest stacksize is set to THREAD_STACKSIZE_LARGE which is 2048 for cortexm_common
2025-07-17 14:24:09 +02:00
Mihai Renea
23d02583e4
core/log: add optional log unit prefix
2025-07-16 14:49:35 +02:00
Gunar Schorcht
705a2401bd
tests/net/ieee802154_submac: add ESP32x IEEE 802.15.4 suppport
...
fixup! tests/net/ieee802154_submac: add ESP32x IEEE 802.15.4 suppport
2025-07-15 14:35:31 +02:00
Gunar Schorcht
548c0a1eb8
tests/net/ieee802154_hal: add ESP32x IEEE802.15.4 driver
2025-07-15 14:35:31 +02:00
Teufelchen1
8970d751c4
net/lwmac: Remove deprecated lwmac module
2025-07-15 11:38:37 +02:00
crasbe
d8de73b1f4
Merge pull request #21600 from Teufelchen1/remove/gomach
...
net/gomach: Remove deprecated GoMach module
2025-07-14 18:32:52 +00:00
mguetschow
5711957261
Merge pull request #21599 from Teufelchen1/deprecate/dht_enum
...
drivers/dht: Remove deprecated enum
2025-07-14 15:19:28 +00:00
Teufelchen1
f027626f3c
net/gomach: Remove deprecated GoMach module
2025-07-14 13:18:20 +02:00
Teufelchen1
b45010e6f2
drivers/dht: Remove deprecated enum
2025-07-14 12:49:12 +02:00
crasbe
e0709fd12b
Merge pull request #21598 from Teufelchen1/update/rust
...
treewide: Update Rust dependencies
2025-07-14 09:55:57 +00:00
Teufelchen1
23a5ff6b4d
treewide: Update Rust dependencies
2025-07-14 11:18:14 +02:00
Teufelchen1
55713e0578
tests/unittests: Add missing module dependency to enable UDP
2025-07-14 10:40:25 +02:00
crasbe
d732bd053d
Merge pull request #21254 from derMihai/mir/tflags_group
...
core/thread_flags: add thread flags group
2025-07-10 11:48:29 +00:00
Daniel Lockau
10b93d45ed
tests/pkg/nanopb: cover recent google protobuf changes
...
- update test in tests/pkg/nanopb to detect recent
google.protobuf changes
- test still runs with google.protobuf 4.21.12
- test now fails with google.protobuf 6.31.1 due to removal of
deprecated api parts
2025-07-10 12:36:45 +02:00
Carl Seifert
0ab0a68804
tests/unittests: add tests for parser, options, and message APIs
2025-07-07 17:27:40 +02:00
Teufelchen
b2406da63f
Merge pull request #21418 from Teufelchen1/feat/slipmux_c
...
drivers/slipmux: Add to RIOT
2025-07-07 09:50:29 +00:00
Teufelchen1
166ffcb027
driver/slip: Add slipmux frames
2025-07-02 12:12:53 +02:00
Gunar Schorcht
b562cbac06
Merge pull request #21498 from dpproto/21362-add-driver-max31865
...
drivers: add driver for MAX31865 resistance-to-digital converter
2025-06-27 12:01:26 +00:00
David Picard
49cb1a49f0
tests/drivers/max31865: test implementation
2025-06-27 09:28:25 +02:00
David Picard
c3a14457f3
drivers/max31865: implement the driver
...
Implement the driver for the MAX31865 RTD-to-digital converter.
2025-06-27 09:28:25 +02:00
Teufelchen
734c5707cc
Merge pull request #21552 from Teufelchen1/feat/crc16fcs
...
checksum: Add crc16-fcs / IBM-SDLC
2025-06-16 15:01:11 +00:00
Teufelchen1
65fc4b0f3f
checksum: Add crc16-fcs / IBM-SDLC
2025-06-16 16:18:50 +02:00
crasbe
168799cc78
Merge pull request #21518 from camoz/lcdfill-fix
...
tests/drivers/{st77xx,ili9341}: fix coordinates in lcd_fill()
2025-06-10 21:33:09 +00:00
Merlin Büge
3636d0c16d
tests/drivers/{st77xx,ili9341}: fix coordinates in lcd_fill()
...
The lcd_fill() argument x2 (y2) must be less than dev.params->lines
(dev.params->rgb_channels) to not draw to invalid LCD coordinates.
2025-06-10 09:39:45 +02:00
crasbe
a8ccd544e6
tests/unittests: Add unittest for CRC8-LSB
2025-06-07 11:43:25 +02:00
mguetschow
6fc81adc4e
Merge pull request #21514 from mguetschow/shell-commands-xfa
...
treewide: migrate to XFA SHELL_COMMAND
2025-06-02 09:44:12 +00:00
Mikolai Gütschow
6abf12fb41
tests/sys/struct_tm_utility: do not test shell help command
2025-06-02 09:40:50 +02:00
Mikolai Gütschow
e48b310b76
tests/sys: migrate to XFA SHELL_COMMAND
2025-06-02 09:40:50 +02:00
Mikolai Gütschow
a04fcb9d18
tests/sys/congure_*: migrate to XFA SHELL_COMMAND
2025-06-02 09:40:50 +02:00
Mihai Renea
eb3c8c3f3f
core/thread_flags: add thread flags group
2025-05-28 21:02:27 +02:00
mguetschow
91003021c6
Merge pull request #21455 from Lukas-Luger/pr/psa-aes-ccm
...
sys/psa_crypto: Adding aead aes ccm
2025-05-27 19:43:17 +00:00
Mikolai Gütschow
f02cfc9a02
tests/{build_system,cpu}: migrate to XFA SHELL_COMMAND
2025-05-27 21:08:43 +02:00
Lukas-Luger
0a9c351bfa
tests/sys: add psa_crypto aes ccm test
2025-05-27 15:21:00 +02:00
mguetschow
0124fdce88
Merge pull request #21461 from Lukas-Luger/pr/psa-ecc-pub-key-derivation
...
sys/psa_crypto: Adding ecc p256r1 pub key derivation
2025-05-27 10:10:31 +00:00
Lukas-Luger
a932a4e86d
tests/sys/psa_crypto_ecdsa: add pub key derivation
2025-05-27 08:42:30 +02:00
Marian Buschsieweke
cac44edec7
tree-wide: replace multiple empty lines with one
...
For each C source/header `$file`: `sed -e '/^$/N;/^\n$/D' -i $file`.
2025-05-21 22:51:04 +02:00
Gunar Schorcht
1f0f3f6793
Merge pull request #21478 from gschorcht/tests/pkg/fatfs_cleanup_mtd_default
...
tests/pkg/fatfs*: cleanup MTD default dependencies
2025-05-20 20:42:47 +00:00
Gunar Schorcht
04aca0ff00
tests/pkg/fatfs_vfs: use default MTD if enabled by the board
...
To prevent `mtd_sdcard` from being used by default for boards that use a different default MTD, which can lead to module conflicts, `mtd_sdcard` is now only enabled if no other MTD is enabled by default with the corresponding `mtd_*_default` module.
2025-05-20 15:53:07 +02:00
Gunar Schorcht
5ee9328a43
tests/pkg/fatfs: use default MTD if enabled by the board
...
To prevent `mtd_sdcard` from being used by default for boards that use a different default MTD, which can lead to module conflicts, `mtd_sdcard` is now only enabled if no other MTD is enabled by default with the corresponding `mtd_*_default` module.
2025-05-20 15:35:33 +02:00
crasbe
876792e489
Merge pull request #10688 from gschorcht/drivers_mcp23x17
...
drivers: add MCP23x17 I/O expander support
2025-05-19 19:15:47 +00:00