summaryrefslogtreecommitdiff
path: root/core/cortex-m/task.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-1088/+0
* 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
* task: Don't propagate TASK_EVENT_TIMER between between waitsShawn Nematbakhsh2016-10-261-1/+4
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-3/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* Add cts.tasklistDaisuke Nojiri2016-07-111-0/+4
* nuc: Add support for CONFIG_LOW_POWER_S0.Mulin Chao2016-02-061-0/+1
* cortex-m: proper handling of input parameters to SVC handlerIcarus Sparry2016-01-051-0/+1
* common: Add __fls functionGwendal Grignou2015-09-211-3/+3
* UART: Remove unused uart.h header includesAnton Staaf2015-09-081-1/+0
* nuc:Ian Chao2015-07-251-0/+19
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-131-2/+12
* core: Assert if task_get_current() cannot return a valid task IDShawn Nematbakhsh2015-06-121-0/+4
* core: add task_wait_event_mask() function to other coresAlec Berg2015-06-111-2/+1
* Add option to enable GCC LTOVincent Palatin2015-05-191-3/+3
* lm4: stm32: Store panic data in backup registers on hard resetShawn Nematbakhsh2015-03-141-0/+2
* cortex-m*: Save panicinfo on non-exception panicsShawn Nematbakhsh2015-02-181-33/+2
* cortex-m: disallow rescheduling if task_start() has not yet runVic Yang2015-01-281-1/+2
* NVIC: Adjust priority settingAlexandru M Stan2014-12-171-0/+2
* Stop mutex_lock() from eating pending eventsBill Richardson2014-11-221-1/+2