summaryrefslogtreecommitdiff
path: root/core/cortex-m/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* cortex-m: Don't execute WFI instruction if debuggingBobby Casey2022-07-011-0/+9
* core/cortex-m/cpu.h: Format with clang-formatJack Rosenthal2022-06-281-66/+65
* cortex-m: Introduce FPU interrupt handlerPatryk Duda2022-02-031-0/+18
* core/cortex-m/task.c: Handle generalized EXC_RETURNJes B. Klinke2021-11-231-0/+20
* stm32/system: Disable caches before rebootPatryk Duda2021-06-101-0/+2
* cortex-m: provide a function to set IRQ priorityPeter Marheine2020-05-191-0/+14
* Rename Cortex-M MMFS to CFSRPeter Marheine2020-03-191-3/+3
* core/system: Extract and doc cortex constCraig Hesling2020-01-131-1/+8
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-15/+16
* mt_scp: Add functions to clean/invalidated selected ranges of D-cacheNicolas Boichat2019-02-201-4/+4
* mt_scp: Add functions to clean/invalidated selected lines of D-cacheNicolas Boichat2019-02-191-0/+5
* cortex-m: add D-cache supportVincent Palatin2018-06-041-2/+7
* cortex-m: enable I-cache on ARMv7-MVincent Palatin2018-03-021-0/+10
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* mec1322: heavysleep in idle task and console deepsleepKyoung Kim2015-07-171-0/+6
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* cpu: Enable reporting of faultsSimon Glass2012-07-021-0/+4
* Enable checking for divide by 0 and alignment faultsSimon Glass2012-06-211-0/+3
* Add an option to report panic fault informationSimon Glass2012-06-191-0/+20
* Move System Control Block registers to core headerVincent Palatin2012-06-151-0/+2
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-0/+1
* NVIC registers are not SoC specificVincent Palatin2012-01-251-0/+23