summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: Add on-device test for calculating MPU regions for RWYicheng Li2020-05-303-18/+36
* cortex-m: Use MPU REGION_CODE_RAM to lock rollback if neededYicheng Li2020-05-291-1/+1
* cortex-m: Lock RW flash using aligned MPU regionsYicheng Li2020-05-291-5/+27
* core/riscv-rv32i: remove get_sw_int()Tzung-Bi Shih2020-05-292-18/+2
* cortex-m: Init the MPU to check for correct operationAndrew McRae2020-05-272-2/+25
* test: Add on-device MPU unit testTom Hughes2020-05-221-0/+3
* core/cortex-m: create private MPU header for use by unit testsTom Hughes2020-05-222-5/+29
* cortex-m/mpu: Check alignment when applying MPU configTom Hughes2020-05-221-10/+26
* cortex-m: Always enable MPU in mpu_pre_initTom Hughes2020-05-221-2/+5
* cortex-m: Configure rollback MPU based on number of regionsTom Hughes2020-05-221-4/+51
* cortex-m: Clean up MPU logicTom Hughes2020-05-222-18/+63
* core/riscv-rv32i: define dummy implementation for CPU_INTTzung-Bi Shih2020-05-191-0/+5
* core/riscv-rv32i: add default __idle()Tzung-Bi Shih2020-05-191-0/+4
* core/riscv-rv32i: clean up header inclusionsTzung-Bi Shih2020-05-193-10/+4
* core/riscv-rv32i: do not expose get_sw_int()Tzung-Bi Shih2020-05-194-12/+2