summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core/cortex-m: Include subsections in bssTom Hughes2021-11-161-1/+1
* core/cortex-m0: Use symbolic name instead of r0Tom Hughes2021-11-121-3/+2
* core/cortex-m: Use symbolic name instead of r0Tom Hughes2021-11-121-2/+1
* core/cortex-m0: fix vecttable.c when compiling with clangTom Hughes2021-11-101-2/+6
* core/cortex-m0: Fix inline asm in in_interrupt_contextTom Hughes2021-11-091-3/+3
* task: Use bool for truthy return typesTom Hughes2021-11-096-21/+21
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-086-7/+7
* core/cortex-m0: Fix atomic.h compilation with clangTom Hughes2021-11-031-5/+6
* core/cortex-m0: Use compiler_rt version of clz and ctzTom Hughes2021-11-031-1/+6
* core/cortex-m0: Use builtins from compiler-rt when using clangTom Hughes2021-11-031-2/+13
* 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