summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add telem replay and larger labelsKeith Packard2009-06-30
| | | | | | | Replays telemetry files in real time Shows height/state/rssi in big values at the top. Signed-off-by: Keith Packard <keithp@keithp.com>
* Update aoview/.gitignoreKeith Packard2009-06-29
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Use flite to announce flight stateKeith Packard2009-06-29
| | | | | | | This uses the flite voice synthesis library from festival to announce altitude and speed information during the rocket flight. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add GPS speed and error data to telemetry and aoviewKeith Packard2009-06-29
| | | | | | | Having switched to the SiRF binary GPS format, the velocity and error data can now be displayed. Signed-off-by: Keith Packard <keithp@keithp.com>
* Convert GPS to SiRF binary protocol.Keith Packard2009-06-29
| | | | | | | | | This switches the GPS unit from NMEA to SiRF protocol at startup and then parses the binary data. The binary data uses a different encoding of lat/lon than the NMEA strings, and so the telemetry and eeprom data formats change with this switch. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add ejection computation utilityKeith Packard2009-06-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Fix clock initialization to not try to use 32kHz xtal on P2_3/P2_4Keith Packard2009-06-17
| | | | | | | | | None of our boards have a 32kHz xtal oscillator, instead we use those pins (on Telemetrum) for the deployment firing circuits. The old clock initialization code was switching from the 32kHz RC oscillator to the 32kHz crystal and overriding our use of those pins. Signed-off-by: Keith Packard <keithp@keithp.com>
* Some kernels reference USB ttys as tty/tty* instead of tty:tty*Keith Packard2009-06-14
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Rename state apogee -> coastKeith Packard2009-06-14
|
* rename states. launchpad -> pad, coast -> fastKeith Packard2009-06-14
|
* Disable monitor mode when communicating via usbKeith Packard2009-06-14
|
* Format GPS seconds as %02d.%04d to avoid spaces in the valueKeith Packard2009-06-04
| | | | | | | The aoview GPS parsing code doesn't deal well with spaces in the middle of the value, so pad the seconds field with a zero as needed. Signed-off-by: Keith Packard <keithp@keithp.com>
* newer INSTALL file pulled in by autogen.shBdale Garbee2009-06-04
|
* add a distclean target to src/MakefileBdale Garbee2009-06-04
|
* add lib to the front of the subdir listBdale Garbee2009-06-04
|
* Move build and debug tools to 'cctools' directory.Keith Packard2009-06-04
| | | | | | These tools were merged in from the ccdbg package. Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge ccdbg and altos sources into one giant repositoryKeith Packard2009-06-04
|\ | | | | | | | | | | Keeping these separate isn't making things any easier. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add aoload to load serial-numbered altos binaries.Keith Packard2009-05-27
| | | | | | | | | | | | | | aoload is a custom version of ccload which edits the data before sending it to the target machine, writing the target serial number into the data. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Shrink USB output buffers, work around USB packet errorsKeith Packard2009-04-22
| |
| * Enable FEC in radio packetsKeith Packard2009-04-17
| |
| * Add CRC to radio packetsKeith Packard2009-04-17
| |
| * Add data whiteningKeith Packard2009-04-17
| |
| * Add packet status byte definesKeith Packard2009-04-17
| |
| * Add separate xmit/recv programs to radio demoKeith Packard2009-04-17
| |
| * Get env var for debug method selectionKeith Packard2009-04-17
| |
| * Run-time selection between cp2103 and cc1111Keith Packard2009-04-17
| |
| * Send dataKeith Packard2009-04-16
| |
| * Add load command to s51Keith Packard2009-04-12
| |
| * Add ccdumpKeith Packard2009-04-12
| |
| * Bump buffer pointer as data is written to cc-usbKeith Packard2009-04-06
| |
| * Add support for a serial-connected custom debug dongleKeith Packard2009-04-06
| | | | | | | | | | This uses the cc1111 board as a custom debug dongle with faster methods for communicating with the debug target.
| * Reset cc1111 on s51 exitKeith Packard2009-04-01
| |
| * Add timer-based beep testKeith Packard2009-04-01
| |
| * Add readline support to s51Keith Packard2009-03-26
| |
| * Deal with MSB-outputing DMA engineKeith Packard2009-03-25
| |
| * Flip ADC bytes aroundKeith Packard2009-03-25
| |
| * Add spacing for serial adc dataKeith Packard2009-03-25
| |
| * Inc only one on dest addrKeith Packard2009-03-25
| |
| * Dump remaining inputsKeith Packard2009-03-25
| |
| * Remove poll for ti demo buttonKeith Packard2009-03-25
| |
| * Add adc to serial conversionKeith Packard2009-03-25
| |
| * Add ADC via DMA exampleKeith Packard2009-03-25
| |
| * Add DMA exampleKeith Packard2009-03-25
| |
| * Back to 0dBmKeith Packard2009-03-25
| |
| * Make radio test compile againKeith Packard2009-03-25
| |
| * Wait for xtal to stabilizeKeith Packard2009-03-25
| |
| * Check serial inputKeith Packard2009-03-25
| |
| * Eliminate array walkingKeith Packard2009-03-25
| |
| * Add a per-char delayKeith Packard2009-03-25
| |
| * Use UTX1IF to wait for serial TX completeKeith Packard2009-03-25
| |