summaryrefslogtreecommitdiff
path: root/core/host
Commit message (Expand)AuthorAgeFilesLines
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-042-3/+3
* hooks: Add HOOK_BODY_DETECT_CHANGELeila Lin2022-12-131-0/+4
* core: Sort header filesJeremy Bettis2022-11-225-23/+25
* ec: Fix stack smashingJeremy Bettis2022-11-071-0/+5
* core/host/task.c: Fix typo in commentBobby Casey2022-10-141-1/+1
* core/host: Add implementation for host panicTom Hughes2022-10-071-0/+36
* Revert "Makefile: Only set host toolchain if exists"Jeremy Bettis2022-09-201-3/+1
* Makefile: Only set host toolchain if existsJeremy Bettis2022-09-191-1/+3
* Makefile: Set prefixed toolchain for hostTom Hughes2022-09-161-0/+9
* Update license boilerplate text in source code filesMike Frysinger2022-09-1212-12/+12
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* tree: Change non-standard "%pP" printf format to "%p"Tom Hughes2022-07-191-1/+0
* core/host/irq_handler.h: Format with clang-formatJack Rosenthal2022-07-011-13/+13
* core/host/atomic.h: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* core/host/disabled.c: Format with clang-formatJack Rosenthal2022-07-011-1/+4
* core/host/host_task.h: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* core/host/stack_trace.c: Format with clang-formatJack Rosenthal2022-07-011-4/+4
* core/host/main.c: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* core/host/task.c: Format with clang-formatJack Rosenthal2022-06-291-15/+9
* core/host/timer.c: Format with clang-formatJack Rosenthal2022-06-291-4/+1
* core/host/cpu.h: Format with clang-formatJack Rosenthal2022-06-291-1/+3
* core/host/panic.c: Format with clang-formatJack Rosenthal2022-06-281-2/+2
* hook: Add HOOK_POWER_SUPPLY_CHANGEDaisuke Nojiri2022-06-221-0/+4
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-2/+1
* ec: Exclude flaky lines from test coverageJeremy Bettis2022-04-051-0/+4
* tree: Add __keep to all core irq handler routinesTom Hughes2022-04-011-1/+1
* atomic: add atomic_and functionDawid Niedzwiecki2022-03-091-0/+5
* 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
* task: Use bool for truthy return typesTom Hughes2021-11-091-6/+6
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* core: Add forward declaration for IRQ handler routineTom Hughes2021-09-271-0/+1
* Provide 'is_interrupt_enabled' function for all coresPatryk Duda2021-09-061-0/+5
* 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
* atomic.h: atomic_clear_bits: return previously stored valueTing Shen2021-07-291-2/+2
* include/flash: rename the APIsTim Lin2021-06-091-1/+1
* Hooks: Add HOOK_CHIPSET_HARD_OFFDiana Z2021-03-181-0/+4
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-4/+2
* Zephyr: add more compliant implementation for irq_(un)lockYuval Peress2020-11-081-2/+2
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-022-2/+2
* atomic: remove deprecated atomic functionsDawid Niedzwiecki2020-10-301-34/+0
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-4/+4
* core/host: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-131-0/+28
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-292-9/+18
* host: Fix task_wait_event() to return TASK_EVENT_TIMEREdward Hill2020-07-131-0/+3