summaryrefslogtreecommitdiff
path: root/core/minute-ia
Commit message (Expand)AuthorAgeFilesLines
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-043-8/+9
* hooks: Add HOOK_BODY_DETECT_CHANGELeila Lin2022-12-131-0/+6
* core: Sort header filesJeremy Bettis2022-11-222-4/+4
* tree: Allow building Minute-IA with clangTom Hughes2022-10-281-3/+11
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-122-5/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-1220-20/+20
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-2/+2
* util: remove unused includesYuval Peress2022-08-051-0/+1
* core: Add "end" to linker scriptsTom Hughes2022-07-181-0/+6
* core/minute-ia/interrupts.c: Format with clang-formatJack Rosenthal2022-07-071-12/+13
* core/minute-ia/cpu.h: Format with clang-formatJack Rosenthal2022-07-011-2/+1
* core/minute-ia/panic.c: Format with clang-formatJack Rosenthal2022-07-011-21/+12
* core/minute-ia/include/fpu.h: Format with clang-formatJack Rosenthal2022-07-011-68/+55
* core/minute-ia/mia_panic_internal.h: Format with clang-formatJack Rosenthal2022-07-011-7/+2
* core/minute-ia/irq_handler.h: Format with clang-formatJack Rosenthal2022-06-301-24/+22
* core/minute-ia/atomic.h: Format with clang-formatJack Rosenthal2022-06-291-4/+4
* core/minute-ia/ia_structs.h: Format with clang-formatJack Rosenthal2022-06-291-36/+34
* core/minute-ia/config_core.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/minute-ia/task_defs.h: Format with clang-formatJack Rosenthal2022-06-281-14/+14
* core/minute-ia/task.c: Format with clang-formatJack Rosenthal2022-06-281-66/+51
* core/minute-ia/interrupts.h: Format with clang-formatJack Rosenthal2022-06-281-16/+14
* core/minute-ia/cpu.c: Format with clang-formatJack Rosenthal2022-06-281-1/+0
* hook: Add HOOK_POWER_SUPPLY_CHANGEDaisuke Nojiri2022-06-221-0/+4
* Makefile: Make sure CROSS_COMPILE is set correctlyTom Hughes2022-06-212-4/+7
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-3/+1
* tree: Replace __attribute__((used)) with __keepTom Hughes2022-03-291-1/+1
* math: Introduce isnan and isinf functionsPatryk Duda2022-02-011-48/+0
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-061-9/+9
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-171-12/+13
* task: use atomic_t for some variablesDawid Niedzwiecki2021-12-071-4/+4
* task: change task events bitmask to atomic_tDawid Niedzwiecki2021-11-292-2/+3
* atomic: extract atomic_t to a separated fileDawid Niedzwiecki2021-11-241-3/+1
* task: Use bool for truthy return typesTom Hughes2021-11-091-4/+4
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* core/minute-ia: Disable flag when using clangTom Hughes2021-10-271-1/+4
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* core/minute-ia: Fix inline asm in __isnanfTom Hughes2021-10-071-1/+1
* core: Add assert to check alignmentTom Hughes2021-10-011-0/+6
* core/minute-ia: Fix inline asmTom Hughes2021-09-301-1/+4
* core/minute-ia: Remove .func and .endfuncTom Hughes2021-09-291-8/+0
* Provide 'is_interrupt_enabled' function for all coresPatryk Duda2021-09-061-0/+12
* builtin: Add math.hTom Hughes2021-08-311-3/+3
* atomic.h: atomic_clear_bits: return previously stored valueTing Shen2021-07-291-2/+2
* Hooks: Add HOOK_CHIPSET_HARD_OFFDiana Z2021-03-181-0/+4
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-6/+3
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-022-2/+2
* atomic: remove deprecated atomic functionsDawid Niedzwiecki2020-10-301-67/+0
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-12/+11
* core/minute-ia: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-131-0/+43