micropython/stmhal/boards/STM32F7DISC
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
..
board_init.c stmhal: Add STM32F7DISC and associated changes. 2015-07-30 00:38:32 +01: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: Generate modstm constants per build 2015-08-07 08:46:43 +01:00
pins.csv stmhal: Enable I2C support for F7 MCUs. 2015-08-05 23:38:24 +01:00
stm32f7xx_hal_conf.h stmhal: Use CMSIS_MCU definition from mpconfigboard.mk 2015-08-07 08:54:14 +01:00