mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Koen Zandberg
d7c1510b0f
All bits in the ICSR register in the cortexm system control block are either read-only or don't have an effect when writing a zero. A read-modify-write cycle is thus not required when writing bit flags in the register. This commit removes the reads in the read-modify-store patterns for this register. |
||
---|---|---|
.. | ||
include | ||
ldscripts | ||
periph | ||
cortexm_init.c | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
mpu.c | ||
panic.c | ||
thread_arch.c | ||
vectors_cortexm.c |