summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosFlash.java
Commit message (Collapse)AuthorAge
* altosui: fetch existing romconfig for flashingKeith Packard2010-08-24
|
* altosui: Delay mapping Flash UI until flashing actually startsKeith Packard2010-08-24
| | | | | | | The flash operation may be abandoned before it even starts; this makes sure the UI doesn't flash up on the screen. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Finish device programming codeKeith Packard2010-08-23
| | | | | | Altosui can now reprogram Altusmetrum devices. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add debug dongle API, split flash UI outKeith Packard2010-08-23
| | | | | | | | Create an API to talk through the debug port on another AltOS device. Split the flash UI out from the flash implementation so that a command line flash utility can be written. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add .ihx file reading code and stub out flashing UIKeith Packard2010-08-23
Signed-off-by: Keith Packard <keithp@keithp.com>