circuitpython/ports/stm32/boards/STM32F7DISC
Andrew Leech 338635ccc6 stm32/main: Add configuration macros for board to set heap start/end.
The macros are MICROPY_HEAP_START and MICROPY_HEAP_END, and if not defined
by a board then the default values will be used (maximum heap from SRAM as
defined by linker symbols).

As part of this commit the SDRAM initialisation is moved to much earlier in
main() to potentially make it available to other peripherals and avoid
re-initialisation on soft-reboot.  On boards with SDRAM enabled the heap
has been set to use that.
2018-10-05 17:30:18 +10:00
..
board_init.c stm32: Update HAL macro and constant names to use newer versions. 2018-02-13 15:37:35 +11:00
mpconfigboard.h stm32/main: Add configuration macros for board to set heap start/end. 2018-10-05 17:30:18 +10:00
mpconfigboard.mk stm32/Makefile: Allow a board to config either 1 or 2 firmware sections. 2018-03-27 21:24:15 +11:00
pins.csv stm32/boards/STM32F7DISC: Enable onboard SDRAM. 2018-08-14 16:04:10 +10:00
stm32f7xx_hal_conf.h stm32/boards/STM32F7DISC: Enable onboard SDRAM. 2018-08-14 16:04:10 +10:00