Contents
- STM32L152D_EVAL Evaluation Board Drivers
update History
- License
STM32L152D_EVAL Evaluation Board Drivers update HistoryV2.0.7 / 25-August-2017Main Changes - Removed DATE and VERSION fields from header files.
- Updated CHM User Manual for BSP/STM32L152D_EVAL.
V2.0.6 / 21-April-2017Main Changes - Updated CHM User Manual for BSP/STM32L152D_EVAL.
V2.0.5 / 04-March-2016Main
Changes - LCD Glass: Add corrections on the display of the LCD Glass.
- Writing the letter 'W' also displays other symbols.
- Some pixel are erasing the others.
- Display some units(mA, ľA, nA) also displays other symbols.
- Writing a char also displays the battery level.
V2.0.4 / 06-January-2016Main
Changes - Correct issue preventing the display of arrows simultaneously on the LCD Glass.
- Add AUDIO_IO_DeInit function for compatibility across STM32 families.
V2.0.3 / 09-October-2015Main
Changes - Changed the interrupt priority from 5 to 0 for SDIO_IRQn to be above DMA2_Channel4_IRQn interrupt priority.
- Compatibility:
- Due to changes in the gpio speed definition, this version requires STM32L1xx_HAL_Driver V1.1.2
V2.0.2 / 31-March-2015
Main
Changes
- Alignment to latest changes done on HAL driver.
V2.0.1 / 30-December-2014
Main
Changes
- stm32l152d_eval_audio.h, stm32l152d_eval_lcd.c/.h and stm32l152d_eval_tsensor.h
- Change "\" by "/" in the include path to fix compilation issue under Linux
V2.0.0 / 05-September-2014
Main
Changes
- Major update
based on STM32Cube specification: drivers architecture and APIs
modified vs. V1.0.1 and thus the 2 versions are not compatible.
- This version has to be used only with STM32CubeL1 based development
V1.0.1 / 09-March-2012
Main
Changes
- All source files: license disclaimer text update and add link to the License file on ST Internet.
- stm32l152d_eval.c
- In LM75_LowLevel_Init() function: swap
the order of I2C IOs and alternate function (AF)
configuration (AF configuration should be done before to configure the
IOs).
V1.0.0 / 24-January-2012Main
Changes
- Official version for STM32L152D_EVAL evaluation board RevB drivers.
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
|