circuitpython/ports/stm32/boards/STM32F7DISC
iabdalkader 17808e7b74 stm32/sdram: Make SDRAM refresh count configurable by a board.
Refresh count calculations were using a hard-coded SDRAM frequency and
refresh cycles, so change them to values that can be set by a board.

And set these options to their existing values on STM32F769DISC and
STM32F7DISC boards.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-12-10 10:49:50 +11:00
..
board.json ports: Update board.json files to link to new board images. 2022-01-07 11:33:28 +11:00
board_init.c stm32: Update HAL macro and constant names to use newer versions. 2018-02-13 15:37:35 +11:00
manifest.py ports: Make all network-capable boards use bundle-networking. 2023-02-01 12:42:06 +11:00
mpconfigboard.h stm32/sdram: Make SDRAM refresh count configurable by a board. 2024-12-10 10:49:50 +11:00
mpconfigboard.mk stm32/boards: Enable RAM_ISR feature on boards with UART REPL. 2024-09-02 11:30:40 +10:00
pins.csv stm32/boards/STM32F7DISC: Enable lwIP and Ethernet peripheral. 2019-02-26 23:32:19 +11:00
stm32f7xx_hal_conf.h stm32/boards: Move includes to after defines in all hal_conf.h files. 2023-09-28 17:30:38 +10:00