micropython/ports/stm32/boards/PYBD_SF2
Damien George 211c3e41f1 stm32/boards/PYBD_SF2: Disable GCC 11 warnings for array bounds.
With GCC 11 there is now a warning about array bounds of OTP-mac, due to
the OTP being a literal address.

Signed-off-by: Damien George <damien@micropython.org>
2021-05-27 23:57:51 +10:00
..
bdev.c stm32/boards/PYBD_SF2: Disable SPIFLASH_ENABLE_CACHE for mboot builds. 2020-12-18 13:39:32 +11:00
board_init.c stm32/boards/PYBD_SF2: Disable GCC 11 warnings for array bounds. 2021-05-27 23:57:51 +10:00
f722_qspi.ld stm32/boards: Factor out common data/bss/heap/stack linker sections. 2020-10-29 23:31:59 +11:00
manifest.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
mpconfigboard.h all: Replace busses with buses. 2021-05-20 23:22:03 +10: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: Add board definition files for PYBD -SF2, -SF3, -SF6. 2019-05-31 22:44:25 +10: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