altoslib: Use symbols in AltosRomconfig instead of fixed offsets
authorKeith Packard <keithp@keithp.com>
Mon, 9 Dec 2013 04:04:43 +0000 (20:04 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 9 Dec 2013 04:04:43 +0000 (20:04 -0800)
commit4e1b134e29313a1bdac18de57fe547299e5ded2a
tree3b233d094b01410d67598b199b1e2014b5ae090d
parent1183417145de549b9281f9e210d216facf3a94ef
altoslib: Use symbols in AltosRomconfig instead of fixed offsets

The new Hexfile symbol code automatically adds the needed romconfig
symbols for cc1111 products, and ARM-based products have symbols in
the .ihx files. This means that we can rely on using symbols when
finding config values in memory.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosDebug.java
altoslib/AltosRomconfig.java