summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core/nds32/cpu.c: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* core/host/stack_trace.c: Format with clang-formatJack Rosenthal2022-07-011-4/+4
* core/cortex-m/vecttable.c: Format with clang-formatJack Rosenthal2022-07-011-286/+69
* core/cortex-m/atomic.h: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* core/riscv-rv32i/task.c: Format with clang-formatJack Rosenthal2022-07-011-59/+48
* core/riscv-rv32i/math.c: Format with clang-formatJack Rosenthal2022-07-011-4/+1
* core/minute-ia/mia_panic_internal.h: Format with clang-formatJack Rosenthal2022-07-011-7/+2
* core/cortex-m/mpu.c: Format with clang-formatJack Rosenthal2022-07-011-35/+26
* core/host/main.c: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* cortex-m: Don't execute WFI instruction if debuggingBobby Casey2022-07-014-2/+21
* 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