summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* include/flash: rename the APIsTim Lin2021-06-091-1/+1
* panic.c: force sync before reenabling bus faultsJosie Nordrum2021-05-111-0/+5
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSJeremy Bettis2021-04-274-12/+12
* Revert "config: rename CONFIG_FLASH to CONFIG_FLASH_CROS"stabilize-13935.B-mainJack Rosenthal2021-04-244-12/+12
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSEric Yilun Lin2021-04-234-12/+12
* riscv-rv32i/task: Remove the remove_me functionDino Li2021-04-081-12/+0
* it8xxx2: add support option CONFIG_PRESERVE_LOGSDino Li2021-04-071-0/+19
* Hooks: Add HOOK_CHIPSET_HARD_OFFDiana Z2021-03-186-0/+24
* core/riscv-rv32i: rearrange symbols in ILMTing Shen2021-03-031-19/+21
* cortex-m/m0: Add Debug Halting Control and Status RegisterTom Hughes2021-02-236-2/+53
* core/riscv-rv32i: set in_interrupt at beginning of exception handlerTzung-Bi Shih2021-02-192-4/+8
* cortex-m0: convert "b" register constraints to "l"Peter Marheine2021-02-181-4/+4
* core/cortex-m/mpu.c does not compileDenis Brockus2021-02-051-1/+2
* riscv-rv32i: store EC interrupt number in panic infoDino Li2021-02-042-24/+26
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-154-4/+4
* core/riscv-rv32i: correct inline assembly constraint modifierTzung-Bi Shih2021-01-141-1/+1
* Revert "core/riscv-rv32i: Add exception_panic"Nicolas Boichat2021-01-112-16/+7
* core/riscv-rv32i: Use -fsanitize-undefined-trap-on-errorNicolas Boichat2021-01-112-11/+3
* core/riscv-rv32i: Enable integer division by zero UBSANNicolas Boichat2020-12-302-0/+12
* core/riscv-rv32i: Add exception_panicNicolas Boichat2020-12-302-7/+16
* core/riscv-rv32i: Make it possible to enable LTONicolas Boichat2020-12-291-0/+5
* it8xxx2: enable ILM0Dino Li2020-12-171-0/+6
* it83xx/flash: workaround of IMMU tag is nds32 onlyDino Li2020-12-171-2/+0
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-146-45/+38
* cortex-m mpu: support configuring regions with difficult alignmentPeter Marheine2020-12-111-59/+95
* core/riscv-rv32i: support DRAM cacheTzung-Bi Shih2020-11-191-0/+64
* core/riscv-rv32i: move essential code to ram_code only if supportsTzung-Bi Shih2020-11-191-1/+3
* it83xx: pull more functions into __ram_code sectionDino Li2020-11-182-2/+4
* nds32/task: return invalid task id if task scheduling is not yet startDino Li2020-11-182-1/+7
* Zephyr: add more compliant implementation for irq_(un)lockYuval Peress2020-11-081-2/+2
* COIL: Rename CONFIG_I2C_PERIPHERALDiana Z2020-11-052-6/+6
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-0212-12/+12
* atomic: remove deprecated atomic functionsDawid Niedzwiecki2020-10-306-329/+0
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-276-62/+56
* core/nds32: to avoid race conditiontim2020-10-271-3/+12
* core/nds32: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-201-0/+61
* core/cortex-m0: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-151-4/+60
* core/minute-ia: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-131-0/+43
* core/riscv-rv32i: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-131-0/+38
* core/host: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-131-0/+28
* core/cortex-m: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-081-0/+29
* core/riscv-rv32i: rename atomic inc and decDawid Niedzwiecki2020-10-071-4/+4
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-0611-34/+34
* npcx: support enhanced PSL functions in npcx9CHLin2020-10-051-1/+1
* minute-ia/panic: Use newly provided functions to access panic dataPatryk Duda2020-10-011-29/+34
* riscv-rv32i/panic: Use newly provided functions to access panic dataPatryk Duda2020-10-011-19/+25
* nds32/panic: Use newly provided functions to access panic dataPatryk Duda2020-10-011-19/+25