1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

6 Commits

Author SHA1 Message Date
Marian Buschsieweke
af266cefba
tests/[f-p]*/spdx: add SPDX tag
Co-authored-by: Ann🐸 <git@annsann.eu>
Co-authored-by: crasbe <crasbe@gmail.com>
2025-11-19 14:04:19 +01:00
Erik Ekman
46f599c1a9 tests/fault_handler: Suppress cppcheck errors
This code is supposed to hit the null pointer.

tests/fault_handler/main.c:43: error (nullPointer): Null pointer dereference: (volatile unsigned int*)(0x00000000u)
tests/fault_handler/main.c:44: error (nullPointer): Null pointer dereference: (volatile unsigned int*)(0x00000000u)
2021-11-25 13:08:51 +01:00
Joakim Nohlgård
821eb21861 tests/fault_handler: Fix pedantic warnings about signed/unsigned 2021-03-24 12:07:26 +01:00
Alexandre Abadie
32057a8c46 tests: fix doxygen grouping 2018-06-11 19:12:02 +02:00
c3f7186d4e unify usage of inline assembly 2016-03-31 22:23:35 +02:00
Joakim Gebart
d9c44ffabc tests/fault_handler: Add fault handler test application 2015-09-23 13:50:37 +02:00