summaryrefslogtreecommitdiff
path: root/core/cortex-m
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-1224-24/+24
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-012-4/+4
* util: remove unused includesYuval Peress2022-08-052-0/+2
* core: Add "end" to linker scriptsTom Hughes2022-07-181-0/+6
* tree: Fix -Wstrict-prototypes warningTom Hughes2022-07-081-2/+2
* core/cortex-m/cpu.c: Format with clang-formatJack Rosenthal2022-07-011-1/+2
* core/cortex-m/include/fpu.h: Format with clang-formatJack Rosenthal2022-07-011-12/+4
* core/cortex-m/irq_handler.h: Format with clang-formatJack Rosenthal2022-07-011-17/+17
* core/cortex-m/fpu.c: Format with clang-formatJack Rosenthal2022-07-011-4/+3
* core/cortex-m/task.c: Format with clang-formatJack Rosenthal2022-07-011-82/+70
* 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/cortex-m/mpu.c: Format with clang-formatJack Rosenthal2022-07-011-35/+26
* cortex-m: Don't execute WFI instruction if debuggingBobby Casey2022-07-012-1/+11
* core/cortex-m/panic.c: Format with clang-formatJack Rosenthal2022-06-301-35/+34
* core/cortex-m/include/mpu.h: Format with clang-formatJack Rosenthal2022-06-281-32/+32
* core/cortex-m/cpu.h: Format with clang-formatJack Rosenthal2022-06-281-66/+65
* core/cortex-m/llsr.c: Format with clang-formatJack Rosenthal2022-06-281-11/+8
* core/cortex-m/panic-internal.h: Format with clang-formatJack Rosenthal2022-06-271-1/+1
* hook: Add HOOK_POWER_SUPPLY_CHANGEDaisuke Nojiri2022-06-221-0/+4
* Makefile: Make sure CROSS_COMPILE is set correctlyTom Hughes2022-06-212-13/+15
* Makefile: Set core-specific LLVM toolchainTom Hughes2022-06-151-2/+10
* tree: Files should end with single newlineTom Hughes2022-06-152-2/+0
* core/cortex-m[0]: Remove C++ exception unwind stubsTom Hughes2022-06-151-9/+0
* core/cortex-m: Set FPU to autoTom Hughes2022-06-151-1/+13
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-3/+1
* core/cortex-m[0]: Use architecture-specific compiler rtTom Hughes2022-04-191-1/+1
* 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
* tree: Replace __attribute__((used)) with __keepTom Hughes2022-03-292-2/+2
* atomic: add atomic_and functionDawid Niedzwiecki2022-03-091-0/+5
* cortex-m: Introduce FPU interrupt handlerPatryk Duda2022-02-033-0/+128
* clock-stm32f4: Handle timer overflow in IDLE taskPatryk Duda2022-01-211-0/+9
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-061-4/+4
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-171-4/+4
* core/cortex-m[0]: Replace numeric index with readable nameTom Hughes2021-12-111-21/+27
* task: use atomic_t for some variablesDawid Niedzwiecki2021-12-071-3/+3
* task: change task events bitmask to atomic_tDawid Niedzwiecki2021-11-291-2/+2
* atomic: extract atomic_t to a separated fileDawid Niedzwiecki2021-11-241-3/+1
* core/cortex-m/task.c: Handle generalized EXC_RETURNJes B. Klinke2021-11-232-2/+26
* config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-191-1/+1
* core/cortex-m: Include subsections in bssTom Hughes2021-11-161-1/+1
* core/cortex-m: Use symbolic name instead of r0Tom Hughes2021-11-121-2/+1
* task: Use bool for truthy return typesTom Hughes2021-11-091-2/+2
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* core/cortex-m[0]: Enable "-Oz" when using clangTom Hughes2021-10-291-1/+3
* Add support for building dartmonkey firmware with clangTom Hughes2021-10-251-2/+12
* tree: Remove .bss.slowTom Hughes2021-10-191-9/+0
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* core/cortex-m: Invert if statement for readabilityTom Hughes2021-10-151-3/+3