summaryrefslogtreecommitdiff
path: root/core/cortex-m0
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-0525-2187/+0
* core: Add forward declaration for IRQ handler routineTom Hughes2021-09-271-0/+2
* core/cortex-m0: Fix assemblyTom Hughes2021-09-271-1/+1
* cortex-m0/task: Check if interrupts are enabled before switching taskPatryk Duda2021-09-061-3/+11
* 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
* 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/+3
* cortex-m0: convert "b" register constraints to "l"Peter Marheine2021-02-181-4/+4
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-15/+11
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-022-2/+2
* atomic: remove deprecated atomic functionsDawid Niedzwiecki2020-10-301-56/+0
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-11/+10
* core/cortex-m0: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-151-4/+60
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-062-6/+6
* cortex-m0/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-15/+25
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-171-1/+3
* npcx: add support for rom resident sectionsKeith Short2020-08-131-0/+13
* linker: change symbol used to track available flashKeith Short2020-08-051-10/+13
* linker: Add flash sizes as linker defined labelsKeith Short2020-08-051-0/+11
* ec: change usage of dummySam Hurst2020-08-052-2/+2
* hooks: Introduce chipset resume init and suspend complete hooksWai-Hong Tam2020-07-301-0/+10
* 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
* 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-254-500/+4
* core/cortex-m0/curve25519: Move code to third_party folderNicolas Boichat2020-03-257-3240/+1
* core/system: Extract and doc cortex constCraig Hesling2020-01-131-0/+4
* cortex-m/m0: Reformat linkers script with tabsCraig Hesling2019-11-261-231/+243
* printf: Convert %l to %llEvan Green2019-10-051-4/+4
* cortex-m0: add __gnu_thumb1_case_si thumb1 helperCaveh Jalali2019-10-021-1/+16
* task: Add task_enable_task() and task_disable_task()Yilun Lin2019-08-221-0/+13
* log: Preserve Kukui EC reset logs across every EC reboot on SRAM.Shannon Chen2019-08-211-4/+24
* cortex-m0: implement __ffssi2Ting Shen2019-07-292-1/+17
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1917-17/+17
* USB-PD: Add hook for PD connect eventDaisuke Nojiri2019-05-081-0/+4
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-4/+4
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-262-2/+3
* core/cortex-m*: always use coreboot-sdkPatrick Georgi2019-02-191-2/+4
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-01-282-4/+4
* core/cortex-m*/task: Record 32-bit exception timesNicolas Boichat2018-12-181-8/+15
* chip/stm32: Convert usb_endpoints to C so gcc's LTO knows about itPatrick Georgi2018-10-161-0/+4
* cortex-m0: Generate vector table in CPatrick Georgi2018-10-166-67/+150