Release Notes for

STM32F411E-Discovery Board Drivers

Copyright © 2017 STMicroelectronics

Purpose

This directory contains the board drivers to demonstrate the capabilities of the STM32F411E-Discovery Board Drivers.

Update History

Main Changes

  • Update Release_Notes.html to support new format

Main Changes

  • All source files: update disclaimer to add reference to the new license agreement

Main Changes

  • Update accelerometer and gyroscope drivers to support new I2G4250D and LSM303AGR components.

Main Changes

  • Remove date & version
  • Add general description of BSP drivers
  • stm32f411e_discovery_audio.c/.h:
    • Aligned with PDM library v3.0.0
  • Note
    • This version must be used with v3.0.0 of PDM library

Main Changes

  • Replace __PPP_CLK_ENABLE/DISABLE with __HAL_RCC_PPP_ENABLE/DISABLE
  • Align audio drivers to the BSP spec:
    • Add BSP_AUDIO_OUT_ClockConfig, BSP_AUDIO_OUT_MspInit and BSP_AUDIO_OUT_MspDeInit as weak functions
    • Add BSP_AUDIO_IN_ClockConfig, BSP_AUDIO_IN_MspInit and BSP_AUDIO_IN_MspDeInit as weak functions

Main Changes

  • General updates to fix doxygen errors
  • Add STM32F4-Discovery_BSP_User_Manual.chm file
  • stm32f411e_discovery_audio.c
    • BSP_AUDIO_OUT_Init() update to configure correctly the PLL I2S parameters

Main Changes

  • First official version of the STM32F411E-Discovery Board Drivers