altos/stmf0: Allow apps to leave interrupt vectors at 0
authorKeith Packard <keithp@keithp.com>
Fri, 3 Feb 2017 05:51:11 +0000 (06:51 +0100)
committerKeith Packard <keithp@keithp.com>
Mon, 20 Feb 2017 19:16:52 +0000 (11:16 -0800)
TeleMini v3.0 doesn't need a boot loader, so we'll have the app run
its interrupt vector right at the bottom of the address space instead
of copying it to the bottom of ram and reconfiguring the chip to use that.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found