micropython/stmhal/boards
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
..
CERB40 stmhal: Update Makefile and board configs to compile with relocated hal. 2015-07-20 12:30:18 +01:00
ESPRUINO_PICO stmhal: Update Makefile and board configs to compile with relocated hal. 2015-07-20 12:30:18 +01:00
HYDRABUS stmhal: Update Makefile and board configs to compile with relocated hal. 2015-07-20 12:30:18 +01:00
NETDUINO_PLUS_2 stmhal: Update Makefile and board configs to compile with relocated hal. 2015-07-20 12:30:18 +01:00
PYBV3 stmhal: Update Makefile and board configs to compile with relocated hal. 2015-07-20 12:30:18 +01:00
PYBV4 stmhal: Update Makefile and board configs to compile with relocated hal. 2015-07-20 12:30:18 +01:00
PYBV10 stmhal: Update Makefile and board configs to compile with relocated hal. 2015-07-20 12:30:18 +01:00
STM32F4DISC stmhal: Update Makefile and board configs to compile with relocated hal. 2015-07-20 12:30:18 +01:00
STM32F7DISC stmhal: Add STM32F7 support for USB serial and storage. 2015-08-03 00:39:27 +01:00
make-pins.py stmhal: Add support for USART1 and conditional pins in make-pins.py. 2015-08-03 00:23:47 +01:00
stm32f4xx_prefix.c stmhal/boards/stm32fxx_prefix.c: Fix alt function number calculation 2015-07-20 16:19:12 +01:00
stm32f401_af.csv stmhal: Provide ADC capabilities for F401 and F411 MCUs. 2015-04-18 22:39:06 +01:00
stm32f401.ld stmhal: Add stm32f401.ld for linking F401 targets. 2015-04-18 21:40:59 +01:00
stm32f405_af.csv stmhal: Rename stm32f4xx_af.csv to stm32f405_af.csv. 2015-04-18 21:40:59 +01:00
stm32f405.ld stmhal: Make ld and af files configurable within Makefile. 2015-04-18 21:40:59 +01:00
stm32f411_af.csv stmhal: Provide ADC capabilities for F401 and F411 MCUs. 2015-04-18 22:39:06 +01:00
stm32f411.ld stmhal: Add support for STM32F411 MCU. 2015-04-18 22:15:59 +01:00
stm32f746_af.csv stmhal: Add STM32F7DISC and associated changes. 2015-07-30 00:38:32 +01:00
stm32f746.ld stmhal: Add STM32F7 support for USB serial and storage. 2015-08-03 00:39:27 +01:00