summaryrefslogtreecommitdiff
path: root/ao-tools/ao-dbg
Commit message (Collapse)AuthorAge
* ao-tools: Fix warnings in ao-toolsKeith Packard2019-01-03
| | | | | | None of these appear likely to have caused actual problems. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add lots of compiler warning flags to ao-tools buildKeith Packard2019-01-03
| | | | | | | This catches some uninitialized variable errors which cause ao-cal-accel to crash (fixes coming next) Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Spelling fixes in a couple of man pagesKeith Packard2018-10-22
| | | | | | ao-dbg.1 and ao-eeprom.1 Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools/ao-dbg: Stop using sigvecKeith Packard2015-12-23
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Allow building without stlink and readlineKeith Packard2013-12-08
| | | | | | | | This adds --without-stlink and --without-readline options to configure to disable these features, and adjusts the build process and code to handle that. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Create general elf and hex library routinesKeith Packard2013-11-27
| | | | | | | Pulls the elf stuff out of ao-stmload, change the hex stuff into ao_ routines. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Use TeleDongle for default ao-dbg targetKeith Packard2013-08-26
| | | | | | Makes more sense than assuming we're still using the old TI developer board. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add --device/-D support to the command line tools and manualsKeith Packard2009-09-04
| | | | | | | Use the new cc_usbdevs_find_by_arg function to locate suitable target devices connected via USB. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add manual pages for remaining commands.Keith Packard2009-08-18
| | | | | | | | | Manuals written for ao-bitbang, ao-eeprom, ao-load, ao-rawload and ao-view. Manual for ao-dbg updated to reflect program name change. Signed-off-by: Keith Packard <keithp@keithp.com>
* Use --tty/-T on command line to specify target deviceKeith Packard2009-08-18
| | | | | | | | Also, use the ALTOS_TTY environment variable in all tools. Note that the magic value of "BITBANG" switches the library to connecting through a CP2103 instead. Signed-off-by: Keith Packard <keithp@keithp.com>
* Rename tools to ao-<foo>Keith Packard2009-08-18
Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>