apache / mynewt-core

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
824 stars 369 forks source link

Full MCU implementation on STM32F7 #927

Closed sterlinghughes closed 6 years ago

sterlinghughes commented 6 years ago

It would be great to have complete HAL for the STM32F7, including SPI and working I2C.

utzig commented 6 years ago

SPI is almost there in a single driver for all stm32 MCUs...

utzig commented 6 years ago

This can be closed once #1003, #1032 and #1039 are merged. Afterwards the following limitations deserve new issues:

1) I2C support for STM32F1 2) SPI slave support for STM32F3/STM32F7

mlaz commented 6 years ago

All the 3 PRs are merged.