summaryrefslogtreecommitdiff
path: root/core/cortex-m
Commit message (Expand)AuthorAgeFilesLines
* tasks: Only report stack overflow if task is enabledRob Barnes2023-05-151-1/+2
* ec: Enable unaligned access for cortex-mFiras Sammoura2023-05-151-2/+2
* core/cortex-m: fix __data_lma_start when compiling with clangJun Lin2023-05-051-0/+4
* boringssl: Move flags to toolchain.mkJeremy Bettis2023-04-261-0/+3
* Reland "tree: Remove the stale boringssl AES code"Yi Chou2023-04-253-4/+0
* tasks: Add task_enabled functionRob Barnes2023-04-241-0/+5
* Revert "Reland "tree: Remove the stale boringssl AES code""Jonathon Murphy2023-04-213-0/+4
* Reland "tree: Remove the stale boringssl AES code"Yi Chou2023-04-213-4/+0
* Revert "tree: Remove the stale boringssl AES code"Yi Chou2023-04-183-0/+4
* tree: Remove the stale boringssl AES codeYi Chou2023-04-183-4/+0
* system_safe_mode: Print process stack dumpRob Barnes2023-04-111-47/+53
* core: Remove "end" symbolTom Hughes2023-04-061-6/+0
* Revert "panic: Publish EC_HOST_EVENT_PANIC on panic"Rob Barnes2023-02-061-3/+0
* core/cortex-m: Allow boards to override interrupt prioritiesJes B. Klinke2023-02-031-16/+15
* core/cortex-m: Allow copying vector table into SRAMJes B. Klinke2023-02-031-0/+16
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-041-1/+1
* panic: Publish EC_HOST_EVENT_PANIC on panicRob Barnes2022-12-201-0/+3
* hooks: Add HOOK_BODY_DETECT_CHANGELeila Lin2022-12-131-0/+6
* core/cortex-m: Call constructors of global objectsTom Hughes2022-12-102-0/+10
* system: Implement system safe modeRob Barnes2022-12-063-0/+74
* test: Sort header filesJeremy Bettis2022-11-301-0/+3
* core: Sort header filesJeremy Bettis2022-11-225-5/+8
* cortex-m mpu: illegal shift fixstabilize-15245.B-mainBoris Mittelberg2022-11-152-2/+15
* core/cortex-m: Add .init_array to .ro_dataTom Hughes2022-11-011-0/+7
* include/compiler.h: Add generic macro for disabling compiler warningsTom Hughes2022-10-131-12/+5
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-123-6/+0
* core/cortex-m: Disable C++ exceptionsTom Hughes2022-10-101-0/+8
* 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