Update History
V1.8.0
/ 25-November-2016
Main
Changes
- Updated stm32l0xx_hal_conf.h files with latest version from STM32L0xx_HAL_Driver.
- Renamed RCC_PLLMUL_x to RCC_PLL_MULX and RCC_PLLDIV_X to RCC_PLL_DIVXto be aligned with others series.
- Updated I2C examples after HAL I2C driver update:
- I2C_TwoBoards_AdvComIT
- I2C_TwoBoards_ComDMA
- I2C_WakeUpFromStop
- Replaced HAL_COMP_Start_IT() by HAL_COMP_Start() in Comp_Config():
- Updated sampling times naming in ADC examples:
- ADC/ADC_SingleConversion_TriggerSW_IT
- Renamed CRS examples:
- RCC/RCC_CRS_Synchronization_IT
- RCC/RCC_CRS_Synchronization_Polling
- Updated CRS examples to use HAL_RCCEx_CRS_IRQHandler():
- RCC/RCC_CRS_Synchronization_IT
- RCC/RCC_CRS_Synchronization_Polling
- Updated/added new projects IWWDG/WWDG aligned with updated HAL IWDG/WWDG drivers:
- IWDG/IWDG_Reset (replacing IWDG/IWDG_Example project)
- IWDG/IWDG_WindowMode
- WWDG/WWDG_Example
V1.7.0
/ 31-May-2016
Main
Changes
- No changes compared to previous version (V1.6.0).
V1.6.0
/ 15-April-2016 Main
Changes
- All SW4STM32
linker files updated to be in line with ARM specifications.
- MDK-ARM Projects migration to version V5.17.
- system_stm32l0xx.c: added APBPrescTable[] and MISRA C 2004 10.6 rule compliancy.
- readme.txt files: several description improvements.
V1.5.0
/ 8-January-2016 Main
Changes
- No major updates.
- All
the stm32l0xx_hal_conf.h files inside the different projects have been
modified in order to update the HSE_STARTUP_TIMEOUT value.
V1.4.0
/ 16-October-2015Main
Changes
- Several clarifications inside the readme.txt files.
V1.3.0
/ 9-September-2015Main
Changes
- Support of SW4STM32 tool chain.
- Adding of new examples : ADC_LowPower,CORTEXM_MP,FLASH_DualBoot.
V1.2.0
/ 23-January-2015Main
Changes
- First official release supporting STM32L073xx and STM32L083xx devices.
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/STM32
|