Damien George
7876e54aa5
stmhal/sdcard: Add support for SDMMC2 on F7 MCUs.
By default the SDIO (F4) or SDMMC1 (L4, F7) is used as the SD card
peripheral, but if a board config defines MICROPY_HW_SDMMC2_CK and other
pins then the SD card driver will use SDMMC2.
8 years ago
Tobias Badertscher
adaaf439b0
stmhal: L4: Adapt startup code, clock configuration and interrupts.
9 years ago
Dave Hylands
8f59bacb92
stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7
9 years ago
Dave Hylands
92d4b51ad5
stmhal: Add STM32F7DISC and associated changes.
9 years ago
Dave Hylands
7e7fb0b7a3
stmhal: Renamed startup/system/_it.[ch] file to generic names.
9 years ago
Dave Hylands
dd38d90724
Initial checkin with STM HAL
This compiles and links, but hasn't been tested on a board
yet and even if it was run, it doesn't currently do anything.
11 years ago
Damien George
ed378cd12f
stm: Tidy up memory labels; optimise GC root scanning.
Addresses issues #272 and #273 .
11 years ago
Damien George
b2ebb161d4
stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0.
11 years ago
Damien
4a175e1f11
Fix up linker script; improve startup code; printf to USB.
11 years ago
Damien
ed65605edc
Inital commit of stm32f4xx framework.
11 years ago