Update History
V2.0.1 / 26-February-2014
Main
Changes
- stm32f429i_discovery_eeprom.c/.h
- Update usage of BSP_EEPROM_TIMEOUT_UserCallback() function
V2.0.0 / 18-February-2014
Main
Changes
- Major update
based on STM32Cube specification: drivers architecture and APIs
modified vs. V1.0.2, and thus the 2 versions are not compatible.
- This version has to be used only with STM32CubeF4 based development
V1.0.2 / 06-December-2013
Main
Changes
- Update IO expander interrupt line on stm32f429i_discovery_ioe.h file.
V1.0.1 / 28-October-2013
Main
Changes
- stm32f429i_discovery_l3gd20.c,
stm32f429i_discovery_lcd.c
- Set SPI
baudrate to 5.625 MHz to fit LCD and Gyroscope timing characteristics
- ILI9341 LCD
SPI interface max baud rate is 10MHz for write and 6.66MHz for read
- Gyroscope
l3gd20 SPI interface max baud rate is 10MHz for write/read
- stm32f429i_discovery_lcd.c
- Improve SPI
low level write routines (add check on BSY flag before to deselect the
LCD)
- Remove the
__IO attribute from these function’s parameters: LCD_SetLayer(),
LCD_SetColors(), LCD_GetColors(), LCD_SetTextColor() and
LCD_SetBackColor()
- stm32f429i_discovery_i2c_ee.c,
stm32f429i_discovery_i2c_ ioe.c
- Add a test in
Init() function; if the I2C is already configured, then there is no need
to reconfigure it again
- I2C_SPEED
define moved to stm32f429i_discovery.h file
- stm32f429i_discovery_sdram.c
- Update device
refresh counter value to fit with SDRAM timing characteristics
- Miscellaneous robustness
improvement
- Miscellaneous comments update
V1.0.0 / 20-September-2013 Main
Changes - First official version of the STM32F429 Discovery Board 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.
|