circuitpython/ports/stm32/boards/STM32F769DISC
Damien George 84479569de stm32/boards/STM32F769DISC: Use external QSPI flash to store some code.
This demonstrates how to use external QSPI flash in XIP (execute in place)
mode.  The default configuration has all extmod/ code placed into external
QSPI flash, but other code can easily be put there by modifying the custom
f769_qspi.ld script.
2019-03-04 22:40:15 +11:00
..
board_init.c stm32/boards/STM32F769DISC: Use external QSPI flash to store some code. 2019-03-04 22:40:15 +11:00
f769_qspi.ld stm32/boards/STM32F769DISC: Use external QSPI flash to store some code. 2019-03-04 22:40:15 +11:00
mpconfigboard.h stm32/boards/STM32F769DISC: Use external QSPI flash to store some code. 2019-03-04 22:40:15 +11:00
mpconfigboard.mk stm32/boards/STM32F769DISC: Use external QSPI flash to store some code. 2019-03-04 22:40:15 +11: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/STM32F769DISC: Add optional support for external SDRAM. 2018-09-20 11:42:03 +10:00