altos/stmf0, stm32f0: Call ao_boot_chain to start application
authorKeith Packard <keithp@keithp.com>
Mon, 3 Aug 2020 00:29:44 +0000 (17:29 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 3 Aug 2020 00:30:56 +0000 (17:30 -0700)
commit21da942560863ed191953e1af2fbca66bcc29fb8
treef57f268a3b88df0e1c926f521ddf6e27912533ab
parent6b5e5899d174466552a34a4d8574f0439776240d
altos/stmf0, stm32f0: Call ao_boot_chain to start application

This used to be done inside ao_boot_check_chain or ao_boot_check_pin,
but it made more sense to have it done in _start instead. stm and lpc
were adjusted, but stmf0 and stm32f4 were missed.

This caused boards using this process to wedge in the boot loader.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm32f4/ao_interrupt.c
src/stmf0/ao_interrupt.c