summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* cortex-m0/panic: Use newly provided functions to access panic dataPatryk Duda2020-10-011-9/+17
* 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-2912-91/+154
* coretex-m: fix __image_size value in linker scriptCaveh Jalali2020-09-251-0/+6
* it83xx: read_clear_int_mask() read and clear interrupt bit.Dino Li2020-09-243-26/+31
* cortex-m: support locating .data section in ROM residentKeith Short2020-09-242-9/+64
* core/nds32: remove unnecessary conditionDino Li2020-09-154-11/+20
* riscv-rv32i: Enable FPU extension only if CONFIG_FPU is enabledDino Li2020-08-201-1/+3
* cortex-m: Fix flash size calculation boards without flashKeith Short2020-08-181-25/+25
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-174-6/+8
* task: Change mutex_lock() assertEdward Hill2020-08-151-4/+13
* npcx: add support for rom resident sectionsKeith Short2020-08-135-1/+168
* 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-054-30/+41
* linker: Add flash sizes as linker defined labelsKeith Short2020-08-054-0/+44
* ec: change usage of dummySam Hurst2020-08-057-9/+9
* hooks: Introduce chipset resume init and suspend complete hooksWai-Hong Tam2020-07-305-0/+50
* Revert "task: Fix mutex_lock() assert"Edward Hill2020-07-281-14/+1
* core: nds32/riscv-rv32i: fix issue of time in exceptions is negativeDino Li2020-07-242-14/+16
* task: Fix mutex_lock() assertEdward Hill2020-07-241-1/+14
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-227-7/+7
* riscv-rv32i: correct printf formatEric Yilun Lin2020-07-221-7/+7
* host: Fix task_wait_event() to return TASK_EVENT_TIMEREdward Hill2020-07-131-0/+3
* core/riscv-rv32i: add atomic_inc and atomic_decTzung-Bi Shih2020-07-031-6/+11
* core/riscv-rv32i: set volatile for in_interruptTzung-Bi Shih2020-06-101-1/+1
* hooks: Introduce HOOK_CHIPSET_SHUTDOWN_COMPLETEWai-Hong Tam2020-06-066-0/+24
* core/riscv-rv32i: remove return valuesTzung-Bi Shih2020-06-042-12/+6
* core/riscv-rv32i: add error handling for chip_get_ec_int()Tzung-Bi Shih2020-06-042-10/+21
* core/riscv-rv32i: add in_soft_interrupt_context()Tzung-Bi Shih2020-06-031-0/+6
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1