altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / kernel / ao_task.c
2023-06-13 Keith Packardaltos: Add AO_STACK_CANARY to detect stack overflows...
2022-11-26 Keith PackardMerge branch 'master'
2022-11-13 Keith Packardaltos: Avoid modulus in task queue on parts without...
2020-08-08 Keith Packardaltos: Remove support for !HAS_TASK_QUEUE
2020-08-08 Keith Packardaltos: Fix a bunch of time variables to be AO_TICK_TYPE
2020-07-22 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2020-07-16 Keith PackardAdd support for TLS if needed
2019-02-18 Keith Packardaltos: Add -Wshadow to CFLAGS
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-13 Keith Packardaltos: Add generic LED driver.
2018-10-13 Keith Packardaltos: Remove 8051 address space specifiers
2017-02-20 Keith Packardaltos: Don't wait while idle if trying to minimize...
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
2016-06-30 Keith Packardaltos: Make task list output more useful
2016-06-30 Keith Packardaltos: Make ao_delay(0) not wait forever
2016-06-30 Keith Packardaltos: Add debug check for irq block when editing task...
2016-06-30 Keith Packardaltos: Move comment in ao_sleep_for next to related...
2016-06-30 Keith Packardaltos: Block interrupts while waking tasks sleeping...
2016-04-20 Keith Packardaltos: avoid mixed declarations and code in ao_task.c
2016-03-26 Keith Packardaltos/stm: Validate current task SP in interrupt by...
2015-02-22 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-02-14 Keith Packardaltos: embed ao_alarm and ao_clear_alarm in ao_sleep_for
2015-02-14 Keith Packardaltos: Replace ao_alarm/ao_clear_alarm with ao_sleep_for
2014-04-05 Keith Packardaltos: Rename 'core' to 'kernel'