Marian Buschsieweke
3372ebb0f4
tests/sys/event_thread_shared: bump Makefile.ci
2025-12-16 07:11:07 +01:00
Marian Buschsieweke
adf423e1ed
tests/sys/event_thread_shared: fix on native
...
On native the stack size needs to be a bit larger than on MCUs to not
run into a stack overflow.
2025-12-15 22:44:08 +01:00
Marian Buschsieweke
ed3993b07c
sys/event: fix stack size requirement build system integration
...
The stack requirements were applied to the wrong thread in case of
a shared thread managing medium and lowest priority queues (in other
words: when `event_thread_medium` is not used).
This fixes the implementation and corrects the documentation to which
thread handles which queues.
2025-12-15 22:44:08 +01:00
Marian Buschsieweke
37eb21325f
tests/sys/event_thread_shared: test stack size handling
...
This adds a simple integration test for declaring the stack size
requirements in modules.
2025-12-09 13:51:07 +01:00
Marian Buschsieweke
f8029e8891
tests/sys: use SPDX copyright tags
...
Co-authored-by: crasbe <crasbe@gmail.com>
2025-11-22 08:48:27 +01:00
Alexandre Abadie
0147d44258
tests: move sys related applications to tests/sys/ subdirectory
2023-05-10 12:02:58 +02:00