summaryrefslogtreecommitdiff
path: root/py/asmarm.c
diff options
context:
space:
mode:
authorAngus Gratton <gus@projectgus.com>2022-06-07 17:44:21 +1000
committerDamien George <damien@micropython.org>2022-06-28 10:25:08 +1000
commit2c015375d1e795b4c1a996e50b27234e07f3f638 (patch)
treee4124a7b4f97dbfad50e995910ffdf846365552f /py/asmarm.c
parent5b66d086090e16134e58db62160257d7ca109be4 (diff)
stm32: Use a separate symbol name for the bootloader state pointer.
Prerequisite for enabling Link Time Optimisation. The _bl_state address is the same as _estack, but _estack is referred to as a uint32_t elsewhere in the code. LTO doesn't like it when the same symbol has two different types. Signed-off-by: Angus Gratton <gus@projectgus.com>
Diffstat (limited to 'py/asmarm.c')
0 files changed, 0 insertions, 0 deletions