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.
- Added new projects I2C to introduce I2C repeated start feature:
- I2C_TwoBoards_RestartAdvComIT
- I2C_TwoBoards_RestartComIT
- Updated I2C examples after HAL I2C driver update:
- I2C_TwoBoards_AdvComIT
- I2C_TwoBoards_ComDMA
- I2C_WakeUpFromStop
- Changed to use USART output:
- I2C/I2C_TwoBoards_RestartAdvComIT
- Updated sampling times naming in ADC examples:
- ADC/ADC_LowPower
- ADC/ADC_AnalogWatchdog
- Replaced HAL_COMP_Start_IT() by HAL_COMP_Start() in Comp_Config():
- 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.
- Add a new Timer example (TIM_PWMInput)
V1.5.0
/ 8-January-2016 Main
Changes
V1.4.0
/ 16-October-2015
Main
Changes
- Several clarifications inside the readme.txt files.
V1.3.0
/ 9-September-2015
Main
Changes
- Add support
of System Workbench for STM32 (SW4STM32) toolchain.
- Adding of new examples : ADC_LowPower, CRC_Data_Reversing_16bit_CRC,CRC_bytes_stream_7bit_CRC and CORTEXM_MPU.
V1.2.0
/ 13-February-2015
Main
Changes
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
|