summaryrefslogtreecommitdiff
path: root/core/cortex-m
Commit message (Expand)AuthorAgeFilesLines
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-022-2/+2
* atomic: remove deprecated atomic functionsDawid Niedzwiecki2020-10-301-64/+0
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-15/+13
* core/cortex-m: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-081-0/+29
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-062-9/+9
* npcx: support enhanced PSL functions in npcx9CHLin2020-10-051-1/+1
* cortex-m/panic: Use newly provided functions to access panic dataPatryk Duda2020-10-011-9/+17
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-292-18/+29
* coretex-m: fix __image_size value in linker scriptCaveh Jalali2020-09-251-0/+6
* cortex-m: support locating .data section in ROM residentKeith Short2020-09-242-9/+64
* cortex-m: Fix flash size calculation boards without flashKeith Short2020-08-181-25/+25
* task: Change mutex_lock() assertEdward Hill2020-08-151-4/+13
* npcx: add support for rom resident sectionsKeith Short2020-08-131-1/+116
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-121-1/+7
* Revert "task: Fix mutex_lock() assert (reland)"caveh jalali2020-08-071-7/+1
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-061-1/+7
* linker: change symbol used to track available flashKeith Short2020-08-051-17/+13
* linker: Add flash sizes as linker defined labelsKeith Short2020-08-051-0/+11
* ec: change usage of dummySam Hurst2020-08-053-3/+3
* hooks: Introduce chipset resume init and suspend complete hooksWai-Hong Tam2020-07-301-0/+10
* Revert "task: Fix mutex_lock() assert"Edward Hill2020-07-281-14/+1
* task: Fix mutex_lock() assertEdward Hill2020-07-241-1/+14
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* hooks: Introduce HOOK_CHIPSET_SHUTDOWN_COMPLETEWai-Hong Tam2020-06-061-0/+4
* test: Add on-device test for calculating MPU regions for RWYicheng Li2020-05-303-18/+36
* cortex-m: Use MPU REGION_CODE_RAM to lock rollback if neededYicheng Li2020-05-291-1/+1
* cortex-m: Lock RW flash using aligned MPU regionsYicheng Li2020-05-291-5/+27
* cortex-m: Init the MPU to check for correct operationAndrew McRae2020-05-272-2/+25
* test: Add on-device MPU unit testTom Hughes2020-05-221-0/+3
* core/cortex-m: create private MPU header for use by unit testsTom Hughes2020-05-222-5/+29
* cortex-m/mpu: Check alignment when applying MPU configTom Hughes2020-05-221-10/+26
* cortex-m: Always enable MPU in mpu_pre_initTom Hughes2020-05-221-2/+5
* cortex-m: Configure rollback MPU based on number of regionsTom Hughes2020-05-221-4/+51
* cortex-m: Clean up MPU logicTom Hughes2020-05-222-18/+63
* cortex-m: provide a function to set IRQ priorityPeter Marheine2020-05-192-9/+16
* core/cortex-m[0]: Move core functions assembly files to third_partyNicolas Boichat2020-03-252-265/+2
* Rename Cortex-M MMFS to CFSRPeter Marheine2020-03-192-50/+34
* remove cr50 related filesNamyoon Woo2020-03-091-6/+0
* core/system: Extract and doc cortex constCraig Hesling2020-01-131-1/+8
* cortex-m/m0: Reformat linkers script with tabsCraig Hesling2019-11-261-373/+392
* printf: Convert %l to %llEvan Green2019-10-051-4/+4
* kukui_scp: support CONFIG_PRESERVE_LOGSYilun Lin2019-10-041-0/+12
* task: Add task_enable_task() and task_disable_task()Yilun Lin2019-08-221-0/+13
* common/system: refactor some confusing ifdefsJack Rosenthal2019-07-311-2/+2
* cleanup: remove CONFIG_REPLACE_LOADER_WITH_BSS_SLOWJack Rosenthal2019-07-311-13/+0
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1917-17/+17
* cortex-m/ec.ld.S: Fix DRAM section layout.Yilun Lin2019-06-171-18/+45
* core/cortex-m: get_interrupt_context is only used inside CONFIG_TASK_PROFILINGTom Hughes2019-06-151-0/+2
* cortex-m/ec.ld.S: .dram.bss section should not have LOAD attribute.Yilun Lin2019-06-121-1/+5
* USB-PD: Add hook for PD connect eventDaisuke Nojiri2019-05-081-0/+4