micropython/stmhal/boards/STM32F769DISC
Damien George e202b6f586 stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
There is a minor functional change with this patch, that the GPIO are now
configured in fast mode, whereas they were in high speed mode before.  But
the SDIO should still work because SD CK frequency is at most 25MHz.
2016-12-22 14:55:26 +11:00
..
mpconfigboard.h stmhal: Add STM32F769DISC board files. 2016-12-13 16:26:13 +11:00
mpconfigboard.mk stmhal: Add STM32F769DISC board files. 2016-12-13 16:26:13 +11:00
pins.csv stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 2016-12-22 14:55:26 +11:00
stm32f7xx_hal_conf.h stmhal: Add STM32F769DISC board files. 2016-12-13 16:26:13 +11:00