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)
commitf85997eb53779e637dca697d0d96da7d1235fa80
treec1a6fb9852d19fd88be9287b672ae3ca2b52f79a
parentf43c3ad0c643f714c523e513bdc8585c6d5a4050
altos/stmf0: Allow apps to leave interrupt vectors at 0

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>
src/stmf0/ao_interrupt.c