circuitpython/stmhal/boards/STM32F7DISC
Rami Ali 27a503f632 stmhal: Refactor UART configuration to use pin objects.
This follows the pattern of other peripherals (I2C, SPI) to specify the
pins using pin objects instead of a pair of GPIO port and pin number.  It
makes it easier to customise the UART pins for a particular board.
2016-12-05 14:26:41 +11:00
..
board_init.c stmhal: Add STM32F7DISC and associated changes. 2015-07-30 00:38:32 +01: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: 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