summaryrefslogtreecommitdiff
path: root/core/cortex-m
Commit message (Expand)AuthorAgeFilesLines
* config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-191-1/+1
* core/cortex-m: Include subsections in bssTom Hughes2021-11-161-1/+1
* core/cortex-m: Use symbolic name instead of r0Tom Hughes2021-11-121-2/+1
* task: Use bool for truthy return typesTom Hughes2021-11-091-2/+2
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* core/cortex-m[0]: Enable "-Oz" when using clangTom Hughes2021-10-291-1/+3
* Add support for building dartmonkey firmware with clangTom Hughes2021-10-251-2/+12
* tree: Remove .bss.slowTom Hughes2021-10-191-9/+0
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* core/cortex-m: Invert if statement for readabilityTom Hughes2021-10-151-3/+3
* core/cortex-m: Use original __data_lma_start when compiling with gccstabilize-14285.B-mainTom Hughes2021-10-151-0/+7
* core/cortex-m[0]: Work around clang inline-asm warningTom Hughes2021-10-131-2/+11
* core/cortex-m: Fix __data_lma_startTom Hughes2021-10-131-1/+1
* core/cortex-m: Fix RW image alignment when using clang (lld)Tom Hughes2021-10-131-3/+1
* core/cortex-m[0]: Replace calculation with variable for readabilityTom Hughes2021-10-121-2/+1
* core: Fix flash size calculation when linking with lld (clang)Tom Hughes2021-10-111-2/+7
* tree: Remove CONFIG_RO_HEAD_ROOM and CONFIG_RW_HEAD_ROOMTom Hughes2021-10-061-6/+0
* core: Add assert to check alignmentTom Hughes2021-10-011-0/+5
* core/cortex-m: Disable warning in vecttable.c when building with clangTom Hughes2021-09-231-0/+14
* cortex-m/panic: Introduce CONFIG_PANIC_STRIP_GPR optionPatryk Duda2021-09-161-1/+39
* cortex-m/task: Check if interrupts are enabled before switching taskPatryk Duda2021-09-061-3/+14
* Provide 'is_interrupt_enabled' function for all coresPatryk Duda2021-09-061-0/+10
* builtin: Add math.hTom Hughes2021-08-311-3/+3
* cortex-m*: make watchdog code more readableRicardo Quesada2021-07-301-2/+10
* atomic.h: atomic_clear_bits: return previously stored valueTing Shen2021-07-291-2/+2
* cortex-m/ec.lds.S: Add padding to manage RW image sizeEthan Huang2021-07-271-0/+11
* stm32/system: Disable caches before rebootPatryk Duda2021-06-102-3/+5
* cortex-m/watchdog: Flush and invalidate D-cache while handling watchdogPatryk Duda2021-06-091-0/+8
* cortex-m/panic: Flush D-cache after panic data is filledPatryk Duda2021-06-091-0/+5
* panic.c: force sync before reenabling bus faultsJosie Nordrum2021-05-111-0/+5
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSJeremy Bettis2021-04-271-3/+3
* Revert "config: rename CONFIG_FLASH to CONFIG_FLASH_CROS"stabilize-13935.B-mainJack Rosenthal2021-04-241-3/+3
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSEric Yilun Lin2021-04-231-3/+3
* Hooks: Add HOOK_CHIPSET_HARD_OFFDiana Z2021-03-181-0/+4
* cortex-m/m0: Add Debug Halting Control and Status RegisterTom Hughes2021-02-233-1/+50
* core/cortex-m/mpu.c does not compileDenis Brockus2021-02-051-1/+2
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-8/+4
* cortex-m mpu: support configuring regions with difficult alignmentPeter Marheine2020-12-111-59/+95
* 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