summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Autotools.Keith Packard2008-12-19
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Ignore .ihx filesKeith Packard2008-12-19
| |
| * Move blink example to subdirKeith Packard2008-12-19
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Clean up makefiles, move ihx files to .ihxKeith Packard2008-12-19
| |
| * ignore more stuffKeith Packard2008-12-19
| |
| * Add cc1111 isr stub exampleKeith Packard2008-12-19
| |
| * Add blink-tiny flash and ram versionsKeith Packard2008-12-19
| |
| * Flash multiple pages. Eliminate off-by-one error in hex_image length.Keith Packard2008-12-19
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add flash writing code.Keith Packard2008-12-19
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * fasterKeith Packard2008-12-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * cqKeith Packard2008-12-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add ability to load Intel HEX files. Add sample sdcc LED blinker.Keith Packard2008-12-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add ability to read/write arbitrary memory. Write LED blinker program.Keith Packard2008-12-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Move manual bit-banging debug code to separate fileKeith Packard2008-12-17
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * reduce clock to 50usKeith Packard2008-12-17
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Fill out ccdbg-command to support all debug commands.Keith Packard2008-12-17
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Clean up bitbanging layer. Add debug printfs.Keith Packard2008-12-17
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Clean up sample debug filesKeith Packard2008-12-17
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add support for input-only lines (-)Keith Packard2008-12-08
| |
| * Add another exampleKeith Packard2008-12-06
| |
| * Add libusb support and lots more examplesKeith Packard2008-12-06
| |
| * Random hackingKeith Packard2008-11-28
| |
| * Add prototypes, add stub mainline, add .gitignoreKeith Packard2008-11-27
| |
| * cc1111 debug port access through cp2103 serial chipKeith Packard2008-11-27
|
* Use autotools, move altos to src subdirKeith Packard2009-06-04
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Make menu seperator insensitiveKeith Packard2009-06-04
|
* aoview: Add eeprom data fetchingKeith Packard2009-06-03
| | | | | | | Fetches the last flight data from a TM device connected via USB and writes it to the flight log directory. Signed-off-by: Keith Packard <keithp@keithp.com>
* Stop log dumping at flight end. Print 'end' at end of log.Keith Packard2009-06-03
| | | | | | | | | No reason to continue dumping data past the end of the flight now that the logging stuff has been demonstrated to work reliably. Also, to make automated log dumping easier, this prints out 'end' after the log data so that aoview knows when to stop reading. Signed-off-by: Keith Packard <keithp@keithp.com>
* Start adding bi-directional packet linkKeith Packard2009-05-31
|
* Eliminate RDF tone generation.Keith Packard2009-05-28
| | | | | | | Now that we have a viable telemetry-signal based RDF device via TeleDongle, there's no reason to continue to waste power and bandwidth with a NFM tone. Signed-off-by: Keith Packard <keithp@keithp.com>
* Change .gitignore to match new aoload procedureKeith Packard2009-05-28
|
* Leave serial number writing to aoloadKeith Packard2009-05-27
| | | | | | | Instead of building per-serial hex files, leave that process to the new aoload program Signed-off-by: Keith Packard <keithp@keithp.com>
* Fix aoview telemetry GPS parsing code to use correct columnsKeith Packard2009-05-23
| | | | | | | This code was trying to pull the GPS data from the wrong columns, causing aoview to fail to display GPS information. Signed-off-by: Keith Packard <keithp@keithp.com>
* Parse both telemetry or log data ao_flight_testKeith Packard2009-05-23
| | | | | | | Change the way data is fed from files to the flight test rig to handle either kind of input file. Signed-off-by: Keith Packard <keithp@keithp.com>
* Avoid 16-bit overflow in velocity computation.Keith Packard2009-05-23
| | | | | | | | Adding two 16 bit integers together can wrap around to negative numbers, this resulted in velocity values which never decreased, making the switch from coast to apogee state not occur. Signed-off-by: Keith Packard <keithp@keithp.com>
* Make file handling more general so it can be reused.Keith Packard2009-05-20
| | | | | | | The log file handling stuff will be useful for saving eeprom data, so pull it out of the real-time log handling code and make a general interface. Signed-off-by: Keith Packard <keithp@keithp.com>
* Ignore aoview_glade.hKeith Packard2009-05-17
|
* Transmit computed ground pressure and acceleration values0.4Keith Packard2009-05-17
| | | | | | | | | These are the last two values relevant to figuring out the state of the flight computer, and as they are computed by averaging 10 seconds of 100Hz sample data, they're a lot more accurate than anything the receiver could do on its own. Signed-off-by: Keith Packard <keithp@keithp.com>
* Provide install targetKeith Packard2009-05-17
|
* Embed glade file in executableKeith Packard2009-05-17
| | | | | | This eliminates install issues nicely. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add About dialog to aoview.Keith Packard2009-05-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* USB device names can contain '.' tooKeith Packard2009-05-17
| | | | | | | Depending on the hierarchy of devices, names can contain '.', so allow those too. Signed-off-by: Keith Packard <keithp@keithp.com>
* scandir returns -1 on errorKeith Packard2009-05-17
| | | | | | | In which case, the namelist is invalid, so don't look at it, and don't free it. Signed-off-by: Keith Packard <keithp@keithp.com>
* Send computed accel/vel/pres values over the radio0.3Keith Packard2009-05-17
| | | | | | | | These computed values reflect what the flight computer is actually refering to for state changes, and will be useful in debugging the flight software as well as provide a filtered view of the data. Signed-off-by: Keith Packard <keithp@keithp.com>
* Handle disappearing serial devicesKeith Packard2009-05-17
| | | | | | | Put up a dialog when the serial open fails, and shut down monitoring when the serial device disappears while running. Signed-off-by: Keith Packard <keithp@keithp.com>
* While on the pad, zero out velocity every secondKeith Packard2009-05-17
| | | | | | | | | | | | | We integrate acceleration to get velocity, but that means sitting on the pad for a long time can add substantial error to the velocity value. Each second, take the velocity value from a full second ago and subtract that out of the current velocity. Once we detect boost, this will stop, which means that as long as we detect boost within a second, we won't have subtracted out any "real" velocity. This keeps the pad velocity hovering around zero, which is pretty useful. Signed-off-by: Keith Packard <keithp@keithp.com>
* Clear table, reset log on disconnectKeith Packard2009-05-17
|
* Add pad lat/lon, max accel, max heightKeith Packard2009-05-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Clean up GPS displayKeith Packard2009-05-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Make aoview window tallerKeith Packard2009-05-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>