altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / kernel / ao_pyro.c
2024-01-07 Keith Packardaltos: Updating pyro format tried to copy entries with...
2023-07-22 Keith Packardaltos: Use pyro voltage to check igniters ignite-volts
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-04-04 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-02-21 Keith Packardaltos: Document how delay_done is used in ao_pyro.c
2022-02-09 Keith Packardao_pyro: Move delay_done out of pyro structure
2022-01-11 Keith Packardaltos: Switch all tick variables to AO_TICK_TYPE/AO_TIC...
2021-10-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2021-09-24 Keith Packardaltos: Fix config upgrade from 1.24 to 1.25
2021-07-21 Keith Packardkernel: Widen pyro time values to 32 bits
2020-08-08 Keith Packardaltos: Don't report inhibited pyro channels as fired
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-13 Keith Packardaltos: Eliminate 'pin' field from GPIO functions
2018-10-13 Keith Packardaltos: Use stdbool true/false instead of TRUE/FALSE
2018-10-13 Keith Packardaltos: Make cmd number parsing functions return value
2018-10-13 Keith Packardaltos: Remove 8051 address space specifiers
2018-08-05 Keith Packardaltos: Add separate 'ao_launch_tick'. Use in pyro and...
2018-08-05 Keith Packardaltos: Change 'after motor' pyro check to be >= instead...
2018-04-27 Keith Packardaltos: Use max of 64 previous orient values when checki...
2017-10-09 Keith Packardaltos: Stop storing pyro fired status in config block
2017-10-02 Keith Packardaltos: Allow pyro config name to end with newline,...
2017-09-12 Keith Packardaltos: Fix debug printf in ao_pyro for state >=
2016-12-18 Keith Packardaltos/arm: Align data so that gcc 5.4 doesn't do byte...
2016-10-31 Keith Packardaltos/test: Fix tests
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
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-09-06 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-09-04 Keith Packardaltos: Allow negative values for pyro configuration...
2014-08-29 Keith Packardaltos: Make sure pyro remains valid during delay
2014-06-25 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-06-24 Keith Packardaltos: Add optional debugging to print out pyro firing...
2014-06-10 Keith Packardaltos: Make extra pyro channel firing time configurable
2014-06-03 Keith Packardaltos: Fetch/store only 8 bits for pyro state values
2014-06-03 Keith Packardaltos: Maximum pyro configuration parameter has 4 bytes...
2014-04-05 Keith Packardaltos: Rename 'core' to 'kernel'