circuitpython/ports/stm32/boards/STM32F769DISC
Damien George 25ae169e6e stm32: Include .ARM section in firmware for C++ exception handling.
Support for C++ was added in 97960dc7de but
that commit didn't include the C++ exception handling table in the binary
firmware image.  This commit fixes that.

Signed-off-by: Damien George <damien@micropython.org>
2021-04-06 12:11:15 +10:00
..
board_init.c stm32/boards/STM32F769DISC: Use macro instead of const for flash size. 2020-06-12 10:28:26 +10:00
f769_qspi.ld stm32/boards: Factor out common data/bss/heap/stack linker sections. 2020-10-29 23:31:59 +11:00
mpconfigboard.h drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option. 2020-12-18 13:39:32 +11:00
mpconfigboard.mk stm32: Include .ARM section in firmware for C++ exception handling. 2021-04-06 12:11:15 +10:00
pins.csv stm32/boards/STM32F769DISC: Use external QSPI flash to store some code. 2019-03-04 22:40:15 +11:00
stm32f7xx_hal_conf.h stm32/boards: Rework all stm32??xx_hal_conf.h files to use common code. 2019-06-25 14:18:24 +10:00