summaryrefslogtreecommitdiff
path: root/core/cortex-m/task.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-enable watchdog in watchdog_reload()Randall Spangler2012-04-121-0/+6
* Stack overflow detectionVic Yang2012-04-101-8/+11
* Stack overflow detectionVic Yang2012-04-101-2/+14
* Support dynamically changing the system clockRandall Spangler2012-04-091-1/+12
* Change task messages to eventsRandall Spangler2012-04-061-23/+10
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-6/+16
* ensure the re-scheduling is not interruptedVincent Palatin2012-03-141-3/+2
* mutex: retry immediatly if we could not get exclusive accessVincent Palatin2012-03-141-2/+5
* Add a trap for tasks which exit their task functionsRandall Spangler2012-03-061-10/+20
* FPU controlVic Yang2012-02-161-0/+12
* NVIC registers are not SoC specificVincent Palatin2012-01-251-6/+6
* Move OS files to a CPU specific directoryVincent Palatin2012-01-251-0/+394