Update HistoryV2.1.3
/ 10-November-2020
Main
Changes
- Add License.md file required for GitHub publication.
- Add Release Note resource: htmresc folder.
V2.1.2
/ 23-June-2017
Main
Changes
- Minor updates in STM32303C_EVAL_BSP_User_Manual.chm documentation
V2.1.1
/ 16-December-2016
Main
Changes
- SPI : polarity changed. Use of HAL API instead of registers direct access
- NVIC priority should be set to the lowest priority in BSP drivers (0x0F then 0x0E ...). Highest priorities to be used for HAL/LL drivers
- STM32303C_EVAL_BSP_User_Manual.chm documentation added
V2.1.0
/ 29-April-2016
Main
Changes
- Aligned BSP drivers to use latest BSP components.
- Added Audio IO de-initialization function prototype: AUDIO_IO_DeInit().
- Renamed LCD_IO_WriteData() function to LCD_IO_WriteMultipleData().
V2.0.2 / 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.
V2.0.1 / 30-December-2014
Main
Changes
- stm32303c_eval_audio.h, stm32303c_eval_lcd.c/.h and stm32303c_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.1 and thus the 2 versions are not compatible.
- This version has to be used only with STM32CubeF3 based development
V1.0.1
/23-October-2012
Main
Changes
- stm32303c_eval_lcd.c/h
- Add the
support of new LCD controller HX-8347D
V1.0.0
/02-October-2012
Main
Changes
- First
official release for STM32F30x
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.
For
complete documentation on STM32 Microcontrollers visit www.st.com/STM32
|