1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cortexm_common
Erik Ekman b5f96d2040 cpu/cortexm_common: Suppress cppcheck errors
cpu/cortexm_common/thread_arch.c:262: error (comparePointers): Comparing pointers that point to different objects
cpu/cortexm_common/thread_arch.c:266: error (comparePointers): Subtracting pointers that point to different objects
2021-11-25 13:08:51 +01:00
..
include cpu: drop cpu_init() from public headers 2021-10-18 17:31:26 +02:00
ldscripts cpu/cortexm_common: extend flashpage API 2021-10-19 22:33:15 +02:00
periph periph/flashpage: fix wrong doxygen group 2021-11-15 17:25:59 +01:00
cortexm_common.config treewide: change Kconfig prefix for module symbols 2020-08-31 09:57:28 +02:00
cortexm_init.c cortexm: initialise fpu early 2021-04-29 13:19:47 +02:00
Kconfig cpu/cortexm: Use DEVELHELP to add stack guard 2021-09-08 12:40:30 +02:00
Makefile cpu/cortexm_common: Drop LTO workaround for Cortex M thread_arch.c 2020-07-15 10:37:15 +02:00
Makefile.dep cpu: make newlib_nano a DEFAULT_MODULE 2021-05-04 12:12:36 +02:00
Makefile.features cpu/cortexm_common: add dbgpin initialization 2021-02-26 11:34:52 +01:00
Makefile.include cpu/cortexm_common: always add jlink as supported programmer 2021-02-24 13:27:04 +01:00
mpu.c cpu/cortexm_common: add support for Cortex-M33 2020-10-06 17:11:26 +02:00
panic.c cpu*: fix doxygen grouping 2018-06-11 19:12:02 +02:00
thread_arch.c cpu/cortexm_common: Suppress cppcheck errors 2021-11-25 13:08:51 +01:00
vectors_cortexm.c cpu/cortexm_common: make CI happy 2021-11-16 21:52:55 +01:00