circuitpython/ports/stm32/boards/NUCLEO_H743ZI
Ned Konz 8c214ed200 stm32: Extended flash filesystem space to 512K on H743 boards.
The H743 has equal sized pages of 128k, which means the filesystem doesn't
need to be near the beginning.  This commit moves the filesystem to the
very end of flash, and extends it to 512k (4 pages).

Signed-off-by: Damien George <damien@micropython.org>
2021-09-21 18:02:14 +10:00
..
board_init.c stm32/boards/NUCLEO_H743ZI2: Add modified version of NUCLEO_H743ZI. 2021-08-10 23:38:05 +10:00
mpconfigboard.h all: Replace busses with buses. 2021-05-20 23:22:03 +10:00
mpconfigboard.mk stm32: Extended flash filesystem space to 512K on H743 boards. 2021-09-21 18:02:14 +10:00
pins.csv stm32/boards/NUCLEO_H743ZI: Add extra pins and peripheral definitions. 2019-12-19 16:54:33 +11:00
stm32h7xx_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