summaryrefslogtreecommitdiff
path: root/core/cortex-m/task.c
Commit message (Expand)AuthorAgeFilesLines
* fix ChromiumOS authors and whitespace warningsMary Ruthven2022-09-131-1/+1
* coil: replace non-inclusive terms with "validity"Mary Ruthven2021-11-191-1/+1
* Revert "ec: Add a task_reset function."Mary Ruthven2021-11-181-342/+24
* Revert "npcx: bypass for CSAE issue if CONFIG_LOW_POWER_IDLE is disabled"Mary Ruthven2021-11-181-12/+0
* Revert "core/cortex-m*/task: Record 32-bit exception times"Mary Ruthven2021-11-181-14/+7
* Revert "task: Add task_enable_task() and task_disable_task()"Mary Ruthven2021-11-181-13/+0
* 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
* Add options to disable rarely used console commandsVic Yang2014-09-241-0/+2
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* cortex-m: store FPU regs on context switchAlec Berg2014-04-181-10/+15
* cortex-m: Add task_wait_event_mask() helper functionChromeOS Developer2014-03-261-0/+29
* make the common runtime optionalVincent Palatin2014-03-221-1/+1
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-4/+3
* Remove the printf prompt in idle task.Louis Yung-Chieh Lo2013-11-131-7/+0
* Enable stack overflow checking on all context switchesRandall Spangler2013-11-071-2/+39
* cleanup: Use actual Thumb2 SVC instruction instead of hard-coding the opcodeRandall Spangler2013-11-011-6/+2
* Clean up debug config optionsRandall Spangler2013-07-231-4/+0