summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core/cortex-m[0]: Enable "-Oz" when using clangTom Hughes2021-10-292-3/+8
* core/riscv-rv32i: dump panic info on console channelTinghan Shen2021-10-291-0/+51
* core/minute-ia: Disable flag when using clangTom Hughes2021-10-271-1/+4
* Add support for building dartmonkey firmware with clangTom Hughes2021-10-252-3/+16
* tree: Remove .bss.slowTom Hughes2021-10-194-12/+0
* core/cortex-m0: Function only used when CONFIG_TASK_PROFILING is definedTom Hughes2021-10-181-0/+2
* tree: Make all console commands staticTom Hughes2021-10-156-6/+6
* core/cortex-m: Invert if statement for readabilityTom Hughes2021-10-151-3/+3
* core/cortex-m: Use original __data_lma_start when compiling with gccstabilize-14285.B-mainTom Hughes2021-10-151-0/+7
* core/cortex-m[0]: Work around clang inline-asm warningTom Hughes2021-10-132-4/+22
* core/cortex-m: Fix __data_lma_startTom Hughes2021-10-131-1/+1
* core/cortex-m: Fix RW image alignment when using clang (lld)Tom Hughes2021-10-131-3/+1
* core/cortex-m[0]: Replace calculation with variable for readabilityTom Hughes2021-10-122-4/+2
* core: Fix flash size calculation when linking with lld (clang)Tom Hughes2021-10-114-8/+32
* core/cortex-m: Disable warning in vecttable.c when building with clangTom Hughes2021-10-081-0/+14
* core/minute-ia: Fix inline asm in __isnanfTom Hughes2021-10-071-1/+1
* tree: Remove CONFIG_RO_HEAD_ROOM and CONFIG_RW_HEAD_ROOMTom Hughes2021-10-061-6/+0
* core: Add assert to check alignmentTom Hughes2021-10-015-0/+29
* core/minute-ia: Fix inline asmTom Hughes2021-09-301-1/+4
* core/minute-ia: Remove .func and .endfuncTom Hughes2021-09-291-8/+0
* core: Add forward declaration for IRQ handler routineTom Hughes2021-09-274-0/+5
* core/cortex-m0: Fix assemblyTom Hughes2021-09-271-1/+1
* core/cortex-m: Disable warning in vecttable.c when building with clangTom Hughes2021-09-231-0/+14
* cortex-m/panic: Introduce CONFIG_PANIC_STRIP_GPR optionPatryk Duda2021-09-161-1/+39
* cortex-m0/task: Check if interrupts are enabled before switching taskPatryk Duda2021-09-061-3/+11
* cortex-m/task: Check if interrupts are enabled before switching taskPatryk Duda2021-09-061-3/+14
* Provide 'is_interrupt_enabled' function for all coresPatryk Duda2021-09-066-0/+57
* builtin: Add math.hTom Hughes2021-08-315-15/+15
* riscv: panic: S0/S1 are clobbered registers in software_panic()Dino Li2021-08-231-2/+2
* Revert "make: Compile host tests in 32-bit mode"Evan Green2021-08-021-3/+1
* test: Start host test timer near 32-bit rolloverEvan Green2021-08-021-2/+12
* make: Compile host tests in 32-bit modeEvan Green2021-08-021-1/+3
* cortex-m*: make watchdog code more readableRicardo Quesada2021-07-302-4/+20
* atomic.h: atomic_clear_bits: return previously stored valueTing Shen2021-07-296-11/+14
* cortex-m/ec.lds.S: Add padding to manage RW image sizeEthan Huang2021-07-271-0/+11
* stm32/system: Disable caches before rebootPatryk Duda2021-06-102-3/+5
* cortex-m/watchdog: Flush and invalidate D-cache while handling watchdogPatryk Duda2021-06-091-0/+8
* cortex-m/panic: Flush D-cache after panic data is filledPatryk Duda2021-06-091-0/+5
* include/flash: rename the APIsTim Lin2021-06-091-1/+1
* panic.c: force sync before reenabling bus faultsJosie Nordrum2021-05-111-0/+5
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSJeremy Bettis2021-04-274-12/+12
* Revert "config: rename CONFIG_FLASH to CONFIG_FLASH_CROS"stabilize-13935.B-mainJack Rosenthal2021-04-244-12/+12
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSEric Yilun Lin2021-04-234-12/+12
* riscv-rv32i/task: Remove the remove_me functionDino Li2021-04-081-12/+0
* it8xxx2: add support option CONFIG_PRESERVE_LOGSDino Li2021-04-071-0/+19
* Hooks: Add HOOK_CHIPSET_HARD_OFFDiana Z2021-03-186-0/+24
* core/riscv-rv32i: rearrange symbols in ILMTing Shen2021-03-031-19/+21
* cortex-m/m0: Add Debug Halting Control and Status RegisterTom Hughes2021-02-236-2/+53
* core/riscv-rv32i: set in_interrupt at beginning of exception handlerTzung-Bi Shih2021-02-192-4/+8
* cortex-m0: convert "b" register constraints to "l"Peter Marheine2021-02-181-4/+4