summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * s51: add breakpoints and the ability to block awaiting a breakpoint.Keith Packard2008-12-26
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add more commands to s51 assembly-language debuggerKeith Packard2008-12-22
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Make read_memory debug output use ccdbg_debug.Keith Packard2008-12-22
| | | | | | | | | | | | This makes it default to not being presented, which makes s51 much happier Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add preliminary version of s51, a UI clone of the 8051 emulator.Keith Packard2008-12-21
| | | | | | | | | | | | | | | | | | sdcdb provides source-level debugging using the 8051 emulator, s51. By emulating that emulator a the UI level, we should be able to get source debugging right on our target platform. This is just the preliminary structure for the program with most commands not yet implemented.
| * Cleanup work; separating out the cp interface to be more abstract.Keith Packard2008-12-20
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Clean up autotools stuff.Keith Packard2008-12-19
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * 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>