micropython/stmhal/boards/PYBV3
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: Refactor UART configuration to use pin objects. 2016-12-05 14:26:41 +11:00
mpconfigboard.mk stmhal: Generate modstm constants per build 2015-08-07 08:46:43 +01:00
pins.csv stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 2016-12-22 14:55:26 +11:00
stm32f4xx_hal_conf.h stmhal/boards: configure all F4 boards to work with new HAL 2016-11-16 12:43:27 +01:00