summaryrefslogtreecommitdiff
path: root/core/cortex-m0
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST testRuibin Chang2018-09-071-0/+4
* build: print out remaining RAM spaceJett Rink2018-08-291-0/+2
* common: add BASE_CHANGE hookDmitry Torokhov2018-08-211-0/+4
* Revert "**/build.mk: Set CROSS_COMPILE* to point to coreboot-sdk"Wei-Han Chen2018-08-171-2/+1
* **/build.mk: Set CROSS_COMPILE* to point to coreboot-sdkPatrick Georgi2018-08-151-1/+2
* assert/panic: mark noreturn to inform the compilerPatrick Georgi2018-07-121-0/+1
* rsa: Further optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-291-1/+36
* rsa: Optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-283-1/+49