altos: Change 'after motor' pyro check to be >= instead of ==
[fw/altos] / src / kernel / ao_pyro.c
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'