summaryrefslogtreecommitdiff
path: root/core/cortex-m0/task.c
Commit message (Expand)AuthorAgeFilesLines
* 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-m0: Add deferred schedulerAlexandru M Stan2015-02-121-37/+48
* NVIC: Adjust priority settingAlexandru M Stan2014-12-171-1/+3
* Stop mutex_lock() from eating pending eventsBill Richardson2014-11-221-0/+2
* cortex-m0: disallow rescheduling if task_start() has not yet runAlec Berg2014-10-071-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-m0: fix hard-faults during software interrupt callsVincent Palatin2014-04-251-2/+18
* make the common runtime optionalVincent Palatin2014-03-221-1/+1
* Add Cortex-M0 core supportVincent Palatin2014-03-111-0/+629