Update HistoryV1.2.2 / 02-February-2018Main Changes - Improve cache management for all examples and applications using cache maintenance routines.
V1.2.1 / 29-December-2017Main Changes - Update CAN examples to be aligned to the new HAL CAN driver.
- Update CAN examples to set a fixed bitrate equal to 1 Mbit/s.
- Update stm32f7xx_hal_conf.h files to add support to HAL CAN Legacy Module.
- Integrate PDM2PCM lib V3.0.0
V1.2.0 / 25-August-2017Main Changes
- Apply MISRA 10.6 rule in stm32f7xx_hal_conf.h
- Remove DATE and VERSION from all header files
V1.1.0 / 30-December-2016Main Changes - Support HAL SD and BSP SD drivers updates
- Support HAL TIM updates
V1.0.4 / 23-September-2016
Main Changes
- update CAN_Networking example to fix wrong bitrate configuration
V1.0.3 / 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
- QSPI_PreInitConfig to describe how
to execute a part of the code from the QSPI memory
- update FLASH_EraseProgram example with appropriate sector number calculation
- update
overall examples to :
- use latest
modified system_stm32f7xx.c file to disable FMC_BANK1 to prevent speculative access to it
- be aligned
with STM32F7xx_HAL_Drivers V1.1.0
- be aligned
with STM32756G_EVAL BSP drivers V1.1.0
V1.0.2 / 18-November-2015
Main Changes
- Update CORTEX_MPU and CORTEX_ModePrivilege examples to remove references to TASKING toolchain
- Update ADC_TripleModeInterleaved example with clock and mode configuration
- Update LTDC_Display_2Layers example to avoid flicker
- Update FMC_SDRAM_DataMemory and FMC_SDRAM_MemRemap to avoid multiple SDRAM configuration
- Update system_stm32f7xx.c file in almost example to provide the possibility of simultaneous SRAM and SDRAM use
- Update stm32f7xx_hal_msp.c file Remove references to STM32CubeMX in the TIM_ExtTriggerSynchro example
Konwn limitation
- EWARM projects for
PWR_STOP and FMC_SDRAM_LowPower examples are provided with medium size
optimization due to a compiler limitation observed with V7.40
V1.0.1 / 21-September-2015
Main Changes
- Update LTDC examples to be aligned to LCD BSP driver update for ensuring referesh rate at 60Hz
- Update SW4STM32 projects to be aligned to V1.4 of the toolchain
Konwn limitation
- EWARM projects for
PWR_STOP and FMC_SDRAM_LowPower examples are provided with medium size
optimization due to a compiler limitation observed with V7.40
V1.0.0 / 22-May-2015
Main Changes
Konwn limitation
- EWARM projects for
PWR_STOP and FMC_SDRAM_LowPower examples are provided with medium size
optimization due to a compiler limitation observed with V7.40
License
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions
in binary form must reproduce the above copyright notice, this list of
conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the name of STMicroelectronics nor the names of its contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
For
complete documentation on STM32
Microcontrollers visit www.st.com/stm32cubefw
|