altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / kernel / ao_task.h
2023-06-13 Keith Packardaltos: Add AO_STACK_CANARY to detect stack overflows...
2022-04-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-04-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-02-17 Keith Packardao_task: Task ids are 8-bits, fix type in struct ao_task
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
2019-03-19 Keith Packardaltos: ARM ABI requires 8-byte aligned stack
2019-02-18 Keith Packardaltos: Declare task stack as union of uint8_t and uint32_t
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-13 Keith Packardaltos/stm32f4: Align stack to 8 bytes
2018-10-13 Keith Packardaltos: Add generic LED driver.
2018-10-13 Keith Packardaltos: Remove 8051 address space specifiers
2017-12-11 Keith Packardaltos: Allow building with newlib + avr stdio on ARM
2016-12-18 Keith Packardaltos/arm: Align data so that gcc 5.4 doesn't do byte...
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
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: Replace ao_alarm/ao_clear_alarm with ao_sleep_for
2014-04-05 Keith Packardaltos: Rename 'core' to 'kernel'