summaryrefslogtreecommitdiff
path: root/src/core/ao_task.c
Commit message (Expand)AuthorAge
* altos: Add ao_task_minimize_latency to reduce IRQ delaysKeith Packard2012-11-30
* altos: Provide ao_task_alarm_tick to reduce per-tick costKeith Packard2012-10-26
* altos: Leave interrupts disabled while checking for task to runKeith Packard2012-10-26
* altos: Add task queues.Keith Packard2012-10-25
* altos: Add stack-guard code. Uses STM MPU to trap stack overflow.Keith Packard2012-10-25
* altos: profiling on STM32LKeith Packard2012-10-25
* altos: Fix ao_delay function and move from per-chip code to ao_task.cKeith Packard2012-08-28
* altos: Make ao_cur_task_index track ao_cur_task in ao_yieldKeith Packard2012-08-26
* altos: Add debugging code to check for stack overflowKeith Packard2012-06-26
* altos: Don't lose IRQ disabled state in ao_sleepKeith Packard2012-06-17
* Incorrect type in ao_task_info for wchanKeith Packard2012-03-28
* altos: Implement remote launch protocolKeith Packard2011-08-27
* altos: get avr-demo to build. Pull in AVR drivers and LCD driverKeith Packard2011-08-25
* altos: add GCC/SDCC compat macros, init_stack, save_context and GCC stdio hooksKeith Packard2011-08-25
* altos: Restructure altos build to prepare for multi-arch supportKeith Packard2011-08-25