summaryrefslogtreecommitdiff
path: root/stmhal/boards/STM32F7DISC
AgeCommit message (Expand)Author
2017-03-31stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c.Damien George
2016-12-22stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init.Damien George
2016-12-07stmhal/boards/STM32F7DISC: Define LSE_STARTUP_TIMEOUT.Rami Ali
2016-12-05stmhal: Refactor UART configuration to use pin objects.Rami Ali
2016-10-18stmhal/led: Refactor LED to use mp_hal_pin_output() init function.Damien George
2016-09-04stmhal: Set STM32F7DISC CPU Frequency to 216 MHzDave Hylands
2016-02-06stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting.Paul Sokolovsky
2015-12-18stmhal: Change PLL configuration for STM32F7DISC.Fabian
2015-12-12stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.Damien George
2015-10-30stmhal: Enable sdcard on STM32F7DISC board.Dave Hylands
2015-08-07stmhal: Use CMSIS_MCU definition from mpconfigboard.mkDave Hylands
2015-08-07stmhal: Generate modstm constants per buildDave Hylands
2015-08-05stmhal: Enable SPI support for F7 MCUs.Dave Hylands
2015-08-05stmhal: Enable I2C support for F7 MCUs.Dave Hylands
2015-08-03stmhal: Add STM32F7 support for USB serial and storage.Dave Hylands
2015-07-30stmhal: Add STM32F7DISC and associated changes.Dave Hylands