summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosFlashUI.java
Commit message (Collapse)AuthorAge
* altosui: always display romconfig ui while 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>