Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos: Rename 'core' to 'kernel' | Keith Packard | 2014-04-05 |
| | | | | | | | core remains a bad name to use -- dirvish skips files (and directories, it seems) with that name. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos/micropeak: Increase boost detect to 30m | Keith Packard | 2013-10-13 |
| | | | | | | | | | | | | | This meant increasing the data buffering as well so that we could reliably capture the flight data back to the ground, even for slow flights. And, with the buffer extra large, we work backwards from the current buffer location to find the last ground location rather than working forwards from the first buffered location. This ensures that we don't capture noise before boost and instead capture a nice flight curve instead. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos: Move micropeak sources around | Keith Packard | 2013-09-15 |
This sticks the micropeak sources in appropriate directories, rather than in the micropeak product directory so that they can be shared with future micropeak-style products. Signed-off-by: Keith Packard <keithp@keithp.com> |