summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* core/minute-ia/irq_handler.h: Format with clang-formatJack Rosenthal2022-06-301-24/+22
* core/riscv-rv32i/irq_handler.h: Format with clang-formatJack Rosenthal2022-06-301-8/+8
* core/nds32/atomic.h: Format with clang-formatJack Rosenthal2022-06-301-1/+1
* core/cortex-m/panic.c: Format with clang-formatJack Rosenthal2022-06-301-35/+34
* core/nds32/panic.c: Format with clang-formatJack Rosenthal2022-06-291-22/+22
* core/minute-ia/atomic.h: Format with clang-formatJack Rosenthal2022-06-291-4/+4
* core/riscv-rv32i/cpu.h: Format with clang-formatJack Rosenthal2022-06-291-3/+3
* core/minute-ia/ia_structs.h: Format with clang-formatJack Rosenthal2022-06-291-36/+34
* core/cortex-m0/cpu.h: Format with clang-formatJack Rosenthal2022-06-291-26/+24
* core/riscv-rv32i/atomic.h: Format with clang-formatJack Rosenthal2022-06-291-1/+1
* core/host/task.c: Format with clang-formatJack Rosenthal2022-06-291-15/+9
* core/cortex-m0/irq_handler.h: Format with clang-formatJack Rosenthal2022-06-291-19/+20
* core/minute-ia/config_core.h: Format with clang-formatJack Rosenthal2022-06-291-1/+1
* core/nds32/include/fpu.h: Format with clang-formatJack Rosenthal2022-06-291-1/+1
* core/minute-ia/interrupts.c: Format with clang-formatJack Rosenthal2022-06-291-55/+50
* core/host/timer.c: Format with clang-formatJack Rosenthal2022-06-291-4/+1
* core/host/cpu.h: Format with clang-formatJack Rosenthal2022-06-291-1/+3
* core/minute-ia/task_defs.h: Format with clang-formatJack Rosenthal2022-06-281-14/+14
* core/cortex-m/include/mpu.h: Format with clang-formatJack Rosenthal2022-06-281-32/+32
* core/cortex-m0/task.c: Format with clang-formatJack Rosenthal2022-06-281-50/+38
* core/host/panic.c: Format with clang-formatJack Rosenthal2022-06-281-2/+2
* core/cortex-m/cpu.h: Format with clang-formatJack Rosenthal2022-06-281-66/+65
* core/minute-ia/task.c: Format with clang-formatJack Rosenthal2022-06-281-66/+51
* core/cortex-m0/vecttable.c: Format with clang-formatJack Rosenthal2022-06-281-61/+20
* core/cortex-m/llsr.c: Format with clang-formatJack Rosenthal2022-06-281-11/+8
* core/minute-ia/interrupts.h: Format with clang-formatJack Rosenthal2022-06-281-16/+14
* core/nds32/irq_handler.h: Format with clang-formatJack Rosenthal2022-06-281-8/+8
* core/minute-ia/cpu.c: Format with clang-formatJack Rosenthal2022-06-281-1/+0
* core/nds32/cpu.h: Format with clang-formatJack Rosenthal2022-06-281-8/+8
* core/riscv-rv32i/include/fpu.h: Format with clang-formatJack Rosenthal2022-06-271-1/+1
* core/riscv-rv32i/cpu.c: Format with clang-formatJack Rosenthal2022-06-271-1/+1
* core/cortex-m/panic-internal.h: Format with clang-formatJack Rosenthal2022-06-271-1/+1
* hook: Add HOOK_POWER_SUPPLY_CHANGEDaisuke Nojiri2022-06-226-0/+24
* Makefile: Make sure CROSS_COMPILE is set correctlyTom Hughes2022-06-2110-39/+53
* Makefile: Set core-specific LLVM toolchainTom Hughes2022-06-152-4/+19
* tree: Files should end with single newlineTom Hughes2022-06-154-4/+0
* core/cortex-m[0]: Remove C++ exception unwind stubsTom Hughes2022-06-152-18/+0
* core/cortex-m: Set FPU to autoTom Hughes2022-06-151-1/+13
* it8xxx2: The "M" extension is disabled by defaultDino Li2022-06-092-0/+46
* riscv: it8xxx2: pull __switch_task function into ram_code_ilm0 sectionDino Li2022-06-092-2/+3
* config: riscv: add CONFIG_RISCV_EXTENSION_M configurationDino Li2022-06-091-1/+4
* task: change task_set_event return type to voidFabio Baltieri2022-06-026-17/+6
* core/cortex-m[0]: Use architecture-specific compiler rtTom Hughes2022-04-192-2/+2
* cortex-m/irq_handler: Replace inline asm with CTom Hughes2022-04-111-10/+8
* cortex-m/vecttable: Fix IRQ vectors listPatryk Duda2022-04-061-15/+0
* ec: Exclude flaky lines from test coverageJeremy Bettis2022-04-051-0/+4
* tree: Add __keep to all core irq handler routinesTom Hughes2022-04-014-4/+4
* tree: Replace __attribute__((used)) with __keepTom Hughes2022-03-293-3/+3
* atomic: add atomic_and functionDawid Niedzwiecki2022-03-095-0/+32
* cortex-m: Introduce FPU interrupt handlerPatryk Duda2022-02-033-0/+128