Update History
V1.1.1 / 29-December-2017Main Changes - Update stm32f7xx_hal_conf.h files to add support to HAL CAN Legacy Module.
V1.1.0 / 25-August-2017Main Changes - Fix compilation issues with Linux
- Apply MISRA 10.6 rule in stm32f7xx_hal_conf.h
- Remove DATE and VERSION from all header files
V1.0.2 / 30-December-2016
Main Changes
- Support new Adaftuit BSP SD drivers
- Support HAL TIM update
- Update CPU Cache and MPU configurations
V1.0.1/ 22-April-2016
Main Changes
- Add 4 new
examples :
- HAL_TimeBase_RTC_ALARM to describe
how to customize the HAL time base using RTC alarm instead of Systick as main
source of time base
- HAL_TimeBase_RTC_WKUP to describe
how to customize the HAL time base using RTC wakeup instead of Systick as main
source of time base
- HAL_TimeBase_TIM to describe how
to customize the HAL time base using a general purpose timer instead of Systick
as main source of time base
- I2S_DataExchangeInterrupt to
describe how to set a communication between two SPIs in I2S mode
using interrupts and performing a transfer from Master to Slave
- update
overall examples to :
- use latest stm32f7xx_hal_conf.h implementing the USE_SPI_CRC feature
- be aligned
with STM32F7xx_HAL_Drivers V1.1.0
V1.0.0/ 18-November-2015Main Changes
For
complete documentation on STM32
Microcontrollers visit www.st.com/stm32cubefw
|