circuitpython/stmhal/boards/STM32F429DISC
Damien George f7c4f9a640 stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.
Previously, SPI was configured by a board defining MICROPY_HW_ENABLE_SPIx
to 0 or 1.  Now, the board should define MICROPY_HW_SPIx_SCK, MISO, MOSI
and NSS.  This makes it the same as how I2C is configured.
2015-12-12 15:02:02 +00:00
..
mpconfigboard.h stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx. 2015-12-12 15:02:02 +00:00
mpconfigboard.mk stmhal: Add support for the STM32F429I-DISCO kit by STMicro. 2015-11-25 23:53:26 +00:00
pins.csv stmhal: Add support for the STM32F429I-DISCO kit by STMicro. 2015-11-25 23:53:26 +00:00
stm32f4xx_hal_conf.h stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all. 2015-11-26 16:17:26 +00:00