Teufelchen
86ffeebd1e
Merge pull request #20463 from Teufelchen1/chore/fmt_test_6
...
tests: Add cases to the scn_u32_hex unittest
2024-03-12 17:54:03 +00:00
Benjamin Valentin
2bef44bd6b
event_periodic_callback: fix typo
2024-03-12 18:35:42 +01:00
Teufelchen1
79a77dbfa0
tests: Add cases to the scn_u32_hex unittest
2024-03-12 18:28:20 +01:00
Joshua DeWeese
45752a3002
core/lib/cib: remove superfluous init
...
This patch removes a superfluous init of the cib. The struct is already
initialized by the test fixture's setup function.
2024-03-12 12:54:46 -04:00
Joshua DeWeese
45f865965f
core/lib/cib: remove magic number from unit test
2024-03-12 12:54:46 -04:00
Joshua DeWeese
e2b4e4160a
core/lib/cib: apply doc best practice
...
This patch updates the doxygen comments to follow suggested practice of
using retval.
2024-03-12 12:54:46 -04:00
Teufelchen
21875ef18a
Merge pull request #20461 from Einhornhool/pr/run-ecdsa-functions-with-secure-elements
...
examples/psa_crypto: Fix modules to run ECDSA on SEs
2024-03-12 16:34:21 +00:00
Lena Boeckmann
d8c003f6cc
examples/psa_crypto: Fix modules to run ECDSA on SEs
2024-03-12 14:43:56 +01:00
Teufelchen
03c05f7fe1
Merge pull request #20458 from Teufelchen1/chore/fmt_test_4
...
tests: Cover API of scn_u32_hex in the unittest
2024-03-12 12:11:31 +00:00
Teufelchen1
4917b59005
tests: Cover API of scn_u32_hex in the unittest
2024-03-12 11:46:07 +01:00
benpicco
ed89e34307
Merge pull request #20400 from ML-PA-Consulting-GmbH/dl/fix/20240219_nanopb_code_generation
...
Makefile.{include,base},pkg/nanopb: fix target deps & code generation
2024-03-12 10:43:40 +00:00
Benjamin Valentin
6f604a8137
event_periodic_callback: add event_periodic_callback_create()
2024-03-12 11:06:37 +01:00
Daniel Lockau
9c9d739634
Makefile.{include,base},pkg/nanopb: fix target dependencies & code generation
2024-03-12 09:50:23 +01:00
benpicco
4d2b2f7ade
Merge pull request #20446 from benpicco/net/gnrc/routing/ipv6_auto_subnets-docfix
...
gnrc/ipv6_auto_subnets: clarify documentation
2024-03-07 18:08:54 +00:00
benpicco
756c4403af
Merge pull request #20449 from benpicco/cpu/sam0_common-rtc-0
...
cpu/sam0_common: RTC: avoid negative month after POR
2024-03-07 13:09:01 +00:00
Benjamin Valentin
6389b3c83b
Revert "cpu/sam0_common: RTC: avoid negative month after POR"
...
This reverts commit 897a3ceda9
.
2024-03-07 13:52:35 +01:00
Benjamin Valentin
8c4d0c53f2
cpu/sam0_common: RTC: avoid negative month after POR
2024-03-07 13:52:35 +01:00
benpicco
1bf643dd5a
Merge pull request #20448 from benpicco/cpu/sam0_common-rtc-0
...
cpu/sam0_common: RTC: avoid negative month after POR
2024-03-07 09:39:27 +00:00
Benjamin Valentin
897a3ceda9
cpu/sam0_common: RTC: avoid negative month after POR
2024-03-06 18:48:26 +01:00
Benjamin Valentin
233902b3d5
gnrc/ipv6_auto_subnets: clarify documentation
2024-03-05 17:32:39 +01:00
benpicco
31d2300b8a
Merge pull request #20445 from benpicco/cpu/native-AUTO_EXIT
...
tests: exit `native` with error value on failure
2024-03-04 15:27:36 +00:00
Benjamin Valentin
b274e8a117
tests/unittests: report results to the environment on native
2024-03-04 14:43:31 +01:00
Benjamin Valentin
deaa17cc27
core/init: set _native_retval to retval of main()
2024-03-04 14:41:20 +01:00
Benjamin Valentin
a613ff5831
sys/embunit: return failure state in TestRunner_end()
2024-03-04 14:30:45 +01:00
Benjamin Valentin
da0298992e
tests: automatically exit native when the test has finished
2024-03-04 14:13:47 +01:00
Benjamin Valentin
5164a6cc59
cpu/native: return _native_retval with NATIVE_AUTO_EXIT
2024-03-04 14:08:52 +01:00
Marian Buschsieweke
30840861c9
Merge pull request #20441 from maribu/build-system/giop_ll_features_init
...
build system: drop bogus periph_init_gpio_ll* modules
2024-03-01 21:11:37 +00:00
benpicco
ba171a1075
Merge pull request #20444 from Ollrogge/u575zi-q-board
...
boards/nucleo-u575zi-q: Add support
2024-03-01 17:33:14 +00:00
Marian Buschsieweke
37269c8ec7
Merge pull request #20442 from maribu/fuck-xitter
...
doc: replace obsolete xitter link with mastodon link
2024-03-01 11:51:56 +00:00
Marian Buschsieweke
939a0488e9
build system: drop bogus periph_init_gpio_ll* modules
...
This does not change binaries, but it drops a lot of bogus modules that
do not exist from `make info-modules`.
2024-03-01 12:46:45 +01:00
Marian Buschsieweke
43ed61492a
Merge pull request #20443 from OlegHahm/pr/doxygen/add_topics
...
doc: doxygen: add "Topics" to menus
2024-03-01 11:33:45 +00:00
Oleg Hahm
cc14954c57
doc: doxygen: add "Topics" to menus
...
Beginning with doxygen 1.9.8 "Modules" are renamed to "Topics". This
patch adds the new entry to the layout file. Having both, "Modules" and
"Topics" in the layout file should generate similar output for older and
newer doxygen versions.
2024-03-01 12:15:24 +01:00
Ollrogge
53d53d8cc8
boards/nucleo-u575zi-q: Add support
2024-03-01 11:18:18 +01:00
Marian Buschsieweke
3bede9c734
doc: replace obsolete xitter link with mastodon link
2024-03-01 09:38:46 +01:00
benpicco
1966a2053a
Merge pull request #20439 from crasbe/patch-1
...
examples/filesystem: Update README and increase default stack size
2024-03-01 07:16:32 +00:00
crasbe
4b33e3e273
examples/filesystem: Increase main stack size
...
The stack size for the main thread is insufficient for some real targets to run this example, which leads to kernel panics in the MEM MANAGE HANDLER when trying to access the Flash
2024-02-29 23:44:17 +01:00
crasbe
9fa92da6ea
examples/filesystem: Update and add to README
...
Reflect the updated behavior of the filesystem example and added more examples on the usage on real boards.
Remove the remarks about mtd and MTD_0.
Co-Authored-By: benpicco <benpicco@googlemail.com>
2024-02-29 23:43:25 +01:00
benpicco
676bfa1742
Merge pull request #20440 from crasbe/patch-2
...
pkg/uwb-dw1000: fix README include
2024-02-29 17:04:09 +00:00
crasbe
92f73e7a58
pkg/uwb-dw1000: fix README include
...
The doc.txt file referred to the incorrect README.md file (from pkg/ucglib) instead of pkg/uwb-dw1000, which led to the generation of incorrect Doxygen documentation.
2024-02-29 17:27:06 +01:00
benpicco
5c9240970e
Merge pull request #18608 from benpicco/mtd_flashpage-aux
...
drivers/mtd_flashpage: allow to define AUX slot on flash
2024-02-28 12:58:18 +00:00
Benjamin Valentin
d26937fe9c
cpu/gd32v: don't set FW_ROM_LEN to ROM_LEN
...
FW_ROM_LEN is supposed to be a subset of ROM_LEN that contains the firmware
(without bootloader, AUX slot).
2024-02-28 13:49:12 +01:00
Benjamin Valentin
fe48fae2ad
dist/tools/insufficient_memory: add 'does not fit in ROM' message
2024-02-28 13:17:59 +01:00
Benjamin Valentin
634b186d1d
tests/mtd_flashpage: add test for AUX slot
2024-02-28 13:17:59 +01:00
Benjamin Valentin
446509c177
gcoap_fileserver: use coap_get_method()
2024-02-28 11:49:56 +01:00
Benjamin Valentin
2e7cdfb345
nanocoap: introduce coap_get_method()
2024-02-28 11:49:56 +01:00
Benjamin Valentin
e3819ca960
drivers/mtd_flashpage: define mtd_flash_aux_slot device
2024-02-28 11:49:05 +01:00
Benjamin Valentin
a417a3e72c
cpu/riscv_common: allow to define AUX slot on flash
2024-02-28 11:49:05 +01:00
Benjamin Valentin
308374fc29
cpu/cortexm_common: allow to define AUX slot on flash
2024-02-28 11:49:05 +01:00
Benjamin Valentin
1f1d7082a5
sys/slot_aux: add build system integration for AUX slot
2024-02-28 11:49:05 +01:00
Benjamin Valentin
2a0b915790
features.yaml: add periph_flashpage_aux feature
2024-02-28 11:49:05 +01:00