summaryrefslogtreecommitdiff
path: root/src/ao_launch.c
Commit message (Collapse)AuthorAge
* altos: ao_launch belongs in cc1111Keith Packard2011-08-27
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Keep relay closed while firing launcherKeith Packard2011-08-27
| | | | | | | Instead of opening the relay while checking the desired state, keep it closed until the state goes off. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Finish up primitive telelaunch protocolKeith Packard2011-08-27
| | | | | | | | This adds two commands to teledongle, one to query and one to actually fire the igniter. These will (eventually) want to be replaced with something nicer. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Implement remote launch protocolKeith Packard2011-08-27
| | | | | | | | Uses the radio_cmac module to provide secure communication. Keeps igniter closed for 500ms. Provides remote status for arming and ignition. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Get AES CBC-MAC packet transfers runningKeith Packard2011-08-27
This just has simple command-line based packet transfers for testing. This also adds special ao_telelaunch bits where the launch control code will live. Signed-off-by: Keith Packard <keithp@keithp.com>