micropython/ports/stm32/boards/NUCLEO_F413ZH
Chris Mason 2a791170ce stm32/boards: Add NUCLEO_F413ZH board configuration.
The alternate function pin allocations are different to other NUCLEO-144
boards.  This is because the STM32F413 has a very high peripheral count:
10x UART, 5x SPI, 3x I2C, 3x CAN.  The pinout was chosen to expose all
these devices on separate pins except CAN3 which shares a pin with UART1
and SPI1 which shares pins with DAC.
2019-05-02 16:33:30 +10:00
..
mpconfigboard.h stm32/boards: Add NUCLEO_F413ZH board configuration. 2019-05-02 16:33:30 +10:00
mpconfigboard.mk stm32/boards: Add NUCLEO_F413ZH board configuration. 2019-05-02 16:33:30 +10:00
pins.csv stm32/boards: Add NUCLEO_F413ZH board configuration. 2019-05-02 16:33:30 +10:00
stm32f4xx_hal_conf.h stm32/boards: Add NUCLEO_F413ZH board configuration. 2019-05-02 16:33:30 +10:00