micropython/ports/stm32/boards/STM32F769DISC
Chris Mason 14cf91f704 stm32: In link script, define start of stack separately from heap end.
Previously the end of the heap was the start (lowest address) of the stack.
With the changes in this commit these addresses are now independent,
allowing a board to place the heap and stack in separate locations.
2019-06-14 15:29:24 +10: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: In link script, define start of stack separately from heap end. 2019-06-14 15:29:24 +10:00
mpconfigboard.h stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD. 2019-04-01 15:21:26 +11:00
mpconfigboard.mk stm32/boards: Update to use new build config for lwip component. 2019-03-04 23:34:03 +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