altosui: Add debug dongle API, split flash UI out
authorKeith Packard <keithp@keithp.com>
Mon, 23 Aug 2010 21:32:58 +0000 (14:32 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 23 Aug 2010 21:32:58 +0000 (14:32 -0700)
commitebeb13688a9a5442c838641ede6ba0dc92c9a1a4
tree498e5b186a9c5dbdbc042b631d6f2c48a6fc2e55
parent7f8d7978606abe544b1b9b6065c5480ed813b8ec
altosui: Add debug dongle API, split flash UI out

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>
ao-tools/altosui/AltosConfigUI.java
ao-tools/altosui/AltosDebug.java [new file with mode: 0644]
ao-tools/altosui/AltosFlash.java
ao-tools/altosui/AltosFlashUI.java [new file with mode: 0644]
ao-tools/altosui/AltosHexfile.java
ao-tools/altosui/AltosRomconfig.java [new file with mode: 0644]
ao-tools/altosui/AltosRomconfigUI.java [new file with mode: 0644]
ao-tools/altosui/AltosSerial.java
ao-tools/altosui/AltosUI.java
ao-tools/altosui/Makefile