Update History
V1.1.0/ 22-April-2016
Main
Changes
- Update overall drivers by removing BSP_PPP_IRQHandler, BSP_PPP_DMA_TX_IRQHandler
and BSP_PPP_DMA_RX_IRQHandler to avoid possible
conflict when the same Handler is used by different IPs.
- These
Handlers should be defined by user at application level, inducing
a break of compatibility versus V1.0.1 of the STM32756G-EVAL BSP drivers
- Add new functions BSP_POTENTIOMETER_Init() and BSP_POTENTIOMETER_GetLevel()
- Update NVIC priority configuration to the lowest priority 0x0F
- stm32756g_eval_lcd.c: Add the following APIs:
- BSP_LCD_SetTransparency_NoReload()
- BSP_LCD_SetLayerAddress_NoReload()
- BSP_LCD_SetColorKeying_NoReload()
- BSP_LCD_ResetColorKeying_NoReload()
- BSP_LCD_SetLayerWindow_NoReload()
- BSP_LCD_SetLayerVisible_NoReload()
- BSP_LCD_Reload()
- stm32f756g_eval_camera.c:
- Update BSP_CAMERA_Suspend() and BSP_CAMERA_Resume() APIs to use HAL API HAL_DCMI_Suspend() and HAL_DCMI_Resume()
V1.0.1 / 12-June-2015
Main
Changes
- stm32756g_eval.c:
- Add AUDIO_IO_DeInit() function to be compatible with common version 4.0.0RC1 or later
V1.0.0 / 22-May-2015
Main
Changes
-
First official release of the STM32756G-EVAL and STM32746G-EVAL BSP 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
|