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
Karl Fessel
406e231225
tests: add building BOARD defaults
2022-02-28 21:59:57 +01:00
49ad7ed37a
tests/mpu_stack_guard: add automatic test script
2020-10-06 16:34:35 +02:00
cbca43bf6c
tests/mpu_stack_guard: update Makefile.ci
2020-03-03 22:58:21 +01:00
b154784421
tests/mpu_stack_guard: error unless __MPU_PRESENT
2020-03-03 22:58:21 +01:00
950a206bad
cpu/cortex-m: MPU: turn into feature "cortexm_mpu"
2020-02-18 16:41:36 +01:00
Benjamin Valentin
58892fbbef
tests: add stm32f030f4-demo to Makefile.ci
2019-10-21 15:33:11 +02:00
Martine Lenders
27ca688736
tests: ignore infinite recursion for mpu_stack_test with clang
2018-07-19 13:52:52 +02:00
f1571db6b8
tests/mpu_stack_guard: fix alignment issue
2018-05-22 22:02:57 +02:00
ba3478fa1e
boards/nucleo-l152re: rename to marketing name
2018-05-22 22:02:57 +02:00
5821bfd68e
boards/nucleo-f446re: rename to marketing name
2018-05-22 21:52:41 +02:00
7818c1a080
boards/nucleo-f401re: rename to marketing name
2018-05-22 21:52:41 +02:00
b0912659b5
boards/nucleo-f334r8: rename to marketing name
2018-05-22 21:52:41 +02:00
c7b5b0f992
boards/nucleo-f303re: rename to marketing name
2018-05-22 21:52:41 +02:00
2004fb2881
boards/nucleo-f103rb: rename to marketing name
2018-05-22 21:52:41 +02:00
8d0815d386
boards: rename nucleo144-f207 to nucleo-f207zg
2018-01-29 22:14:25 +01:00
smlng
6f67e75f90
tests: remove DEVELHELP from per test Makefiles
2017-12-14 17:54:13 +01:00
Cenk Gündoğan
ac1a645fd1
Merge pull request #8190 from kaspar030/name_tests_by_folder
...
tests: set APPLICATION from folder name
2017-12-01 11:39:19 +01:00
fc2eff9fba
tests: remove redundant APPLICATION defines
2017-12-01 11:03:39 +01:00
Hauke Petersen
234c3075c0
tests: fix handling for common board folders
2017-11-30 10:26:36 +01:00
Bas Stottelaar
324c255047
tests: mpu_stack_guard: whitelist efm32 boards + sort.
2017-11-24 21:35:32 +01:00
87b9c75556
boards: rename nucleo-l1 to nucleo-l152
2017-07-17 18:24:15 +02:00
Travis Griggs
43a9b85dd3
tests: update configuration for samd21-xpro
2017-04-13 18:21:07 -07:00
smlng
c5ac4f8ac5
tests: set default board=samr21-xpro for tests/mpu_stack_guard
2017-02-23 14:52:28 +01:00
Frits Kuipers
e483c2307b
boards/maple-mini: initial support
2017-01-21 16:27:17 +01:00
Ian Martin
0c588e7b24
add tests/mpu_stack_guard for testing psuedomodule
2016-10-24 12:40:55 -04:00