Update History
V2.2.3
/ 10-November-2020
Main
Changes
- Add License.md file required for GitHub publication.
- Add Release Note resource: htmresc folder.
V2.2.2
/ 02-August-2019
Main
Changes
- Update LCD driver to support new HX8347I components.
V2.2.1
/ 23-June-2017
Main
Changes
- Minor updates in STM32373C_EVAL_BSP_User_Manual.chm documentation
- NVIC priority should be set to the lowest priority in BSP drivers (0x0F then 0x0E ...). Highest priorities to be used for HAL/LL drivers
- Slow down SPI baud rate to be close to LCD driver hx8347g specification
V2.2.0
/ 16-December-2016Main Changes - Removed BSP/CEC driver : refer to HAL driver for CEC
- STM32373C_EVAL_BSP_User_Manual.chm documentation added
V2.1.1
/ 29-April-2016
Main
Changes
- Aligned BSP drivers to use latest BSP components.
V2.1.0 / 07-January-2016
Main
Changes
- Added AUDIO_IO_DeInit function.
- Renamed LCD_IO_WriteData function to LCD_IO_WriteMultipleData.
- Aligned LCD_IO_ReadData parameter name with other stm32xxx_eval.c.
V2.0.3 / 13-November-2015
Main
Changes
- Performed HAL API alignment (macros/functions/constants renaming).
- Updated GPIO Output Speed literals naming to ensure HAL full compatibility.
- Implemented workaround to cover RCC limitation regarding Peripheral enable delay.
- Replaced HAL_CEC_ErrorTypeDef by uint32_t, for STM32373C_EVAL BSP alignment on HAL CEC.
- Fixed compilation warnings reported by SW4STM32 toolchain.
V2.0.2 / 19-June-2015
Main
Changes
- Fixed compilation warnings reported by SW4STM32 toolchain.
V2.0.1 / 30-December-2014
Main
Changes
- stm32373c_eval_audio.h, stm32373c_eval_lcd.c/.h and stm32373c_eval_tsensor.h
- Change "\" by "/" in the include path to fix compilation issue under Linux
V2.0.0 / 06-May-2014
Main
Changes
- Major update
based on STM32Cube specification: drivers architecture and APIs
modified vs. V1.0.0 and thus the 2 versions are not compatible.
- This version has to be used only with STM32CubeF3 based development
V1.0.0
/20-September-2012
Main
Changes
- First
official release for STM32F37x
devices
LicenseRedistribution
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.
|