Release Notes for B-L475E-IOT01A Board Drivers

Copyright © 2017 STMicroelectronics

License

Licensed by ST under BSD 3-Clause license (the "License"). You may not use this package except in compliance with the License. You may obtain a copy of the License at:

https://opensource.org/licenses/BSD-3-Clause

Purpose

This directory contains the board drivers to demonstrate the capabilities of the B-L475E-IOT01A Kit.

Update History

Main Changes

Component release

Official release of B-L475E-IOT01A board drivers in line with STM32Cube BSP drivers development guidelines (UM2298).

  • The board drivers are composed of
    • board drivers configuration file: stm32l475e_iot01_conf_template.h
      • stm32l475e_iot01_conf_template.h file must be copied in user application as stm32l475e_iot01_conf.h with optional configuration update
    • board drivers error codes file: stm32l475e_iot01_errno.h
    • BSP Common drivers (stm32l475e_iot01.h/stm32l475e_iot01.c)
    • BSP Bus drivers (stm32l475e_iot01_bus.h/stm32l475e_iot01_bus.c)
    • BSP AUDIO_IN class (stm32l475e_iot01_audio.h/stm32l475e_iot01_audio.c)
    • BSP ENV_SENSOR class (stm32l475e_iot01_env_sensors.h/stm32l475e_iot01_env_sensors.c)
    • BSP MOTION_SENSOR class (stm32l475e_iot01_motion_sensors.h/stm32l475e_iot01_motion_sensors.c)
    • BSP QSPI class (stm32l475e_iot01_qspi.h/stm32l475e_iot01_qspi.c)

Backward Compatibility

This release breaks compatibility with previous versions.

Dependencies

This software release is compatible with:

  • BSP Common driver V6.0.0 or later

Main Changes

Component release

Release notes update to new format

Main Changes

Component release

Header functions description cleanup

Main Changes

Component release

Fix compilation warning with armcc –gnu

Main Changes

Component release

Add support of NFC via M24SR component.

Main Changes

Component release

First official release of B-L475E-IOT01 BSP drivers