Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add telem replay and larger labels | Keith Packard | 2009-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/.gitignore | Keith Packard | 2009-06-29 | |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Use flite to announce flight state | Keith Packard | 2009-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 aoview | Keith Packard | 2009-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 Packard | 2009-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 utility | Keith Packard | 2009-06-17 | |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Fix clock initialization to not try to use 32kHz xtal on P2_3/P2_4 | Keith Packard | 2009-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 Packard | 2009-06-14 | |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | Rename state apogee -> coast | Keith Packard | 2009-06-14 | |
| | ||||
* | rename states. launchpad -> pad, coast -> fast | Keith Packard | 2009-06-14 | |
| | ||||
* | Disable monitor mode when communicating via usb | Keith Packard | 2009-06-14 | |
| | ||||
* | Format GPS seconds as %02d.%04d to avoid spaces in the value | Keith Packard | 2009-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.sh | Bdale Garbee | 2009-06-04 | |
| | ||||
* | add a distclean target to src/Makefile | Bdale Garbee | 2009-06-04 | |
| | ||||
* | add lib to the front of the subdir list | Bdale Garbee | 2009-06-04 | |
| | ||||
* | Move build and debug tools to 'cctools' directory. | Keith Packard | 2009-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 repository | Keith Packard | 2009-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 Packard | 2009-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 errors | Keith Packard | 2009-04-22 | |
| | | ||||
| * | Enable FEC in radio packets | Keith Packard | 2009-04-17 | |
| | | ||||
| * | Add CRC to radio packets | Keith Packard | 2009-04-17 | |
| | | ||||
| * | Add data whitening | Keith Packard | 2009-04-17 | |
| | | ||||
| * | Add packet status byte defines | Keith Packard | 2009-04-17 | |
| | | ||||
| * | Add separate xmit/recv programs to radio demo | Keith Packard | 2009-04-17 | |
| | | ||||
| * | Get env var for debug method selection | Keith Packard | 2009-04-17 | |
| | | ||||
| * | Run-time selection between cp2103 and cc1111 | Keith Packard | 2009-04-17 | |
| | | ||||
| * | Send data | Keith Packard | 2009-04-16 | |
| | | ||||
| * | Add load command to s51 | Keith Packard | 2009-04-12 | |
| | | ||||
| * | Add ccdump | Keith Packard | 2009-04-12 | |
| | | ||||
| * | Bump buffer pointer as data is written to cc-usb | Keith Packard | 2009-04-06 | |
| | | ||||
| * | Add support for a serial-connected custom debug dongle | Keith Packard | 2009-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 exit | Keith Packard | 2009-04-01 | |
| | | ||||
| * | Add timer-based beep test | Keith Packard | 2009-04-01 | |
| | | ||||
| * | Add readline support to s51 | Keith Packard | 2009-03-26 | |
| | | ||||
| * | Deal with MSB-outputing DMA engine | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Flip ADC bytes around | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Add spacing for serial adc data | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Inc only one on dest addr | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Dump remaining inputs | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Remove poll for ti demo button | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Add adc to serial conversion | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Add ADC via DMA example | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Add DMA example | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Back to 0dBm | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Make radio test compile again | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Wait for xtal to stabilize | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Check serial input | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Eliminate array walking | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Add a per-char delay | Keith Packard | 2009-03-25 | |
| | | ||||
| * | Use UTX1IF to wait for serial TX complete | Keith Packard | 2009-03-25 | |
| | |