Contents
- STM8L15x
Standard Peripheral Library update History
- License
STM8L15x Standard Peripherals Library
update History
V0.0.3 - 07/21/2009
- General
- Package structure and files
organization updated
- Source files template (files
and functions header) updated
- Libraries
- STM8L15x_StdPeriph_Driver
- Add
drivers for COMP and DAC peripherals
- stm8m15x_it.c/h and stm8l15x_clk.c/.h: change "ADC"
by "ADC1", "DMA" by "DMA1",
"USART" by "USART1", "SPI" by "SPI1"
and "I2C" by "I2C1"
- stm8l15x.h and &
stm8l15x_dma.c/.h: change
"DMA_Channel0..3" by "DMA1_Channel0..3"
- Miscellaneous
drivers update
- Project
- STM8L15x_StdPeriph_Examples
- Add new examples for ADC
, COMP , DAC , DMA, IWDG , PWR , RTC , SPI, TIM1 and TIM4 peripherals
- Add
new template project for STVD with Raisonance compiler
- stm8l15x_conf.h:
header and sections organization board
- Utilities
- Implement a new
abstraction layer to interact with the Human Interface resources;
buttons, LEDs, LCD and COM port (USART)
available on STMicroelectronics STM8L1526-EVAL evaluation board. The
stm8l_eval.c driver provides a common API to interact with buttons, LEDs and COM
ports, while these resources hardware
definitions is made in the header file of the each evaluation
board (stm8l1526_eval.h) . Drivers are provided to manage dot matrix
LCD, glass LCD, SPI Flash and µSD card mounted on this board.
V0.0.2 - 02/20/2009
- Alpha1 + example for
STM8L15x embedded LCD Controller
V0.0.1 -
02/17/2009
License
The enclosed firmware and all the related documentation are
not covered by a License Agreement, if you need such License you can
contact your local STMicroelectronics office.
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT
PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN
ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE
HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT
TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE
BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH
THEIR PRODUCTS.
For complete documentation on
STM8L15x 8-bit microcontrollers platform visit STM8L family web site
|