summaryrefslogtreecommitdiff
path: root/altoslib/AltosHexfile.java
Commit message (Collapse)AuthorAge
* altoslib: Correct hexfile address rangesKeith Packard2013-05-13
| | | | | | | | Stop trying to use sentinal values for addresses and just keep a boolean tracking whether they've been initialized. Avoids precision errors in the variables. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui & altoslib: Move a pile of debug/programming bits to altoslibKeith Packard2013-05-07
Prepare to create external Java utilities to flash devices Signed-off-by: Keith Packard <keithp@keithp.com>