micropython/stmhal/boards/STM32F7DISC
Dave Hylands 8f1eced69d stmhal: Add STM32F7 support for USB serial and storage.
USB serial is now working for F7.

Internal file storage is now working for F7.  The flash is laid out a bit
differently to the F4 - 4 x 32K, 1 x 128K with the rest 256K, so the
internal storage is 96K.

Added more pind definitions for STM32F7DISC board.  Made USART1 be the
default HWUART repl.  The STLINK usb connector also looks like a USB
serial port which is attached to USART1 on the STM32F7DISC.
2015-08-03 00:39:27 +01:00
..
board_init.c stmhal: Add STM32F7DISC and associated changes. 2015-07-30 00:38:32 +01:00
mpconfigboard.h stmhal: Add STM32F7 support for USB serial and storage. 2015-08-03 00:39:27 +01:00
mpconfigboard.mk stmhal: Add STM32F7DISC and associated changes. 2015-07-30 00:38:32 +01:00
pins.csv stmhal: Add STM32F7 support for USB serial and storage. 2015-08-03 00:39:27 +01:00
stm32f7xx_hal_conf.h stmhal: Add STM32F7 support for USB serial and storage. 2015-08-03 00:39:27 +01:00