summaryrefslogtreecommitdiff
path: root/include/task.h
Commit message (Expand)AuthorAgeFilesLines
* npcx: i2c: Add support for npcx7 series ecMulin Chao2017-05-041-0/+4
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-171-3/+16
* Don't declare functions inline that aren't always defined as suchPatrick Georgi2016-02-021-1/+1
* nds32: use INT_MASK instead of GIEDino Li2015-08-201-0/+12
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-131-0/+5
* cortex-m0: Add deferred schedulerAlexandru M Stan2015-02-121-0/+1
* samus: pd: fix potential junk at end of tx transmissionstabilize-6670.BAlec Berg2015-01-091-1/+3
* stm32f: Add DMA interrupt handlers for channel 1 to 3Vic Yang2014-10-211-1/+2
* IRQ list support for enabling specific IRQs without common runtimeVic Yang2014-06-191-1/+7
* Keep IRQ_HANDLER macro when building without common runtimestabilize-5944.Bstabilize-5943.BVic Yang2014-06-101-0/+1
* cortex-m: store FPU regs on context switchAlec Berg2014-04-181-0/+9
* lm4: Use a special task event for ADC conversionsChromeOS Developer2014-03-261-1/+3
* cortex-m: Add task_wait_event_mask() helper functionChromeOS Developer2014-03-261-1/+20
* make the common runtime optionalVincent Palatin2014-03-221-0/+4
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-26/+4
* emulator: Move trace dump to a separate moduleVic (Chun-Ju) Yang2014-01-221-0/+5
* ite: Port OS layer to Andestar v3m architectureVincent Palatin2013-12-101-0/+9
* Standardize concatenation macrosRandall Spangler2013-07-241-5/+4
* link: Fix overflow in hibernate time calculationRandall Spangler2012-11-011-0/+3
* Clean up core routines - cpu, task, watchdogRandall Spangler2012-10-291-58/+113
* Prevent I2C interrupts from consuming pending task eventsBill Richardson2012-09-211-1/+2
* Track current task directly instead of computing from stack pointerRandall Spangler2012-09-091-8/+1
* usleep() chains to udelay() if called before task_start()Randall Spangler2012-05-291-6/+10
* Watchdog fixesRandall Spangler2012-04-251-0/+9
* Implement task profilingRandall Spangler2012-04-241-1/+13
* Re-enable watchdog in watchdog_reload()Randall Spangler2012-04-121-0/+9
* Change task messages to eventsRandall Spangler2012-04-061-47/+49
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-1/+1
* FPU controlVic Yang2012-02-161-0/+7
* expand properly the IRQ number for IRQ declaration macroVincent Palatin2012-01-301-1/+1
* Go back to SoC independant IRQ vectors declarationVincent Palatin2012-01-251-6/+5
* Initial mutex implementationVincent Palatin2012-01-251-0/+15
* Handle all GPIO IRQs. Interrupts no longer enabled by default.Randall Spangler2012-01-171-3/+3
* Use #defined constants for IRQ namesRandall Spangler2011-12-191-3/+4
* Add IRQ constants, and task functions to enable/disable/trigger IRQs.Randall Spangler2011-12-121-6/+20
* Initial sources import 3/3Vincent Palatin2011-12-071-0/+95