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

3 Commits

Author SHA1 Message Date
Marian Buschsieweke
fdc3f6a56b
tests/mpu_stack_guard: Fix compilation on modern GCC (>= 12.x)
The `mpu_stack_guard` test intentionally overflows the stack with a
stupid infinite recursion. Newer versions of GCC started to dislike
this, so this disables the corresponding diagnostics to get the
intentional stack overflow still compiled.
2022-11-10 12:49:18 +01:00
b154784421 tests/mpu_stack_guard: error unless __MPU_PRESENT 2020-03-03 22:58:21 +01:00
Ian Martin
0c588e7b24 add tests/mpu_stack_guard for testing psuedomodule 2016-10-24 12:40:55 -04:00