AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
240 stars 141 forks source link

STM32F4 extended I2S support #205

Closed Fabien-Chouteau closed 7 years ago

Fabien-Chouteau commented 7 years ago

This PR adds support of the extended I2S devices of the STM32F4. The extended I2S can act as a slave to provide RX when the main I2S in master mode does TX.

I also remove the audio part of the STM32F4_DISCO accelerometer example, and put it in a separate example.