summaryrefslogtreecommitdiff
path: root/core/cortex-m/task.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improved the BUILD_ASSERT macro to work outside of functions.Bill Richardson2013-04-291-4/+4
* Only includes necessary tasks for test binariesVic Yang2013-04-101-4/+4
* Clean up core routines - cpu, task, watchdogRandall Spangler2012-10-291-70/+72
* Consolidate emergency debug outputRandall Spangler2012-10-291-4/+1
* Enable FPU support for Link ECBill Richardson2012-10-021-1/+13
* Switch to variable-size stacksRandall Spangler2012-09-091-17/+8
* Allocate stacks separately from task context structsRandall Spangler2012-09-091-42/+63
* Track current task directly instead of computing from stack pointerRandall Spangler2012-09-091-44/+13
* Track amount of stack used for each EC taskRandall Spangler2012-09-071-5/+28
* stm32f100: implement low power modeVincent Palatin2012-08-091-1/+3
* Fix alignment of task scratchpad and system stackRandall Spangler2012-05-311-2/+6
* usleep() chains to udelay() if called before task_start()Randall Spangler2012-05-291-0/+9
* Better help for console commandsRandall Spangler2012-05-251-2/+8
* Init task contexts/stacks at runtimeVincent Palatin2012-05-251-16/+26
* Add support for printing fixed-point numbersRandall Spangler2012-05-221-8/+8
* Rearrange task prioritiesRandall Spangler2012-05-151-2/+2
* Watchdog fixesRandall Spangler2012-04-251-15/+32
* Only chain from interrupt to svc_handler if an event was set.Randall Spangler2012-04-251-34/+55
* Refactor async console outputRandall Spangler2012-04-241-15/+19
* Implement task profilingRandall Spangler2012-04-241-19/+119
* Move externs from .lds file into a header fileRandall Spangler2012-04-191-5/+2
* fix task stuck on timer wake-up eventVincent Palatin2012-04-121-2/+2