summaryrefslogtreecommitdiff
path: root/core/cortex-m/task.c
Commit message (Expand)AuthorAgeFilesLines
* tasks: Only report stack overflow if task is enabledRob Barnes2023-05-151-1/+2
* tasks: Add task_enabled functionRob Barnes2023-04-241-0/+5
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-041-1/+1
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-121-2/+0
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-3/+3
* util: remove unused includesYuval Peress2022-08-051-0/+1
* core/cortex-m/task.c: Format with clang-formatJack Rosenthal2022-07-011-82/+70
* cortex-m: Don't execute WFI instruction if debuggingBobby Casey2022-07-011-1/+2
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-3/+1
* clock-stm32f4: Handle timer overflow in IDLE taskPatryk Duda2022-01-211-0/+9
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-061-4/+4
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-171-4/+4
* task: use atomic_t for some variablesDawid Niedzwiecki2021-12-071-3/+3
* task: change task events bitmask to atomic_tDawid Niedzwiecki2021-11-291-2/+2
* core/cortex-m/task.c: Handle generalized EXC_RETURNJes B. Klinke2021-11-231-2/+6
* config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-191-1/+1
* task: Use bool for truthy return typesTom Hughes2021-11-091-2/+2
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* 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-061-0/+10
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-8/+4
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-15/+13
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-7/+7
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-13/+15
* task: Change mutex_lock() assertEdward Hill2020-08-151-4/+13
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-121-1/+7
* Revert "task: Fix mutex_lock() assert (reland)"caveh jalali2020-08-071-7/+1
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-061-1/+7
* Revert "task: Fix mutex_lock() assert"Edward Hill2020-07-281-14/+1
* task: Fix mutex_lock() assertEdward Hill2020-07-241-1/+14
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* cortex-m: provide a function to set IRQ priorityPeter Marheine2020-05-191-9/+2
* printf: Convert %l to %llEvan Green2019-10-051-4/+4
* task: Add task_enable_task() and task_disable_task()Yilun Lin2019-08-221-0/+13
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* core/cortex-m: get_interrupt_context is only used inside CONFIG_TASK_PROFILINGTom Hughes2019-06-151-0/+2
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-5/+5
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* ec: Add a task_reset function.Louis Collard2019-01-261-25/+343
* core/cortex-m*/task: Record 32-bit exception timesNicolas Boichat2018-12-181-7/+14
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-1/+1
* Shuffle const aroundPatrick Georgi2018-05-181-1/+1
* make local functions static inlinePatrick Georgi2018-05-171-1/+1
* npcx: fixed the assembly code of deep idle bypassCHLin2017-11-091-3/+2
* npcx: bypass for CSAE issue if CONFIG_LOW_POWER_IDLE is disabledMulin Chao2017-09-051-0/+12
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* task: Wait for HOOK_INIT completion before scheduling tasksShawn Nematbakhsh2017-06-191-4/+10
* core: Fix bug will cause tasks sleep forever by mutex_unlock in task.c.Mulin Chao2017-01-051-5/+9