summaryrefslogtreecommitdiff
path: root/core/cortex-m/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* core/cortex-m/cpu.c: Format with clang-formatJack Rosenthal2022-07-011-1/+2
* stm32/system: Disable caches before rebootPatryk Duda2021-06-101-3/+3
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* cortex-m: add D-cache supportVincent Palatin2018-06-041-4/+13
* cortex-m: enable I-cache on ARMv7-MVincent Palatin2018-03-021-0/+38
* Clean up core routines - cpu, task, watchdogRandall Spangler2012-10-291-1/+0
* cpu: Enable reporting of faultsSimon Glass2012-07-021-0/+4
* Enable checking for divide by 0 and alignment faultsSimon Glass2012-06-211-0/+15