2011-10-04 09:27 AM
Hi,
Starting from version 2.3.3 ChibiOS/RT includes full support for the STM32L and a full demo for the STM32L-Discovery board. The demo guide is available here:http://www.chibios.org/dokuwiki/doku.php?id=chibios:articles:stm32l_discovery
The application demonstrates the use of the following components:Cortex-M3 startup support.
Linker scripts for STM32L.
STM32L-Discovery specific board files.
RTOS kernel for multi-threading and synchronization.
HAL driver for the STM32L platform initialization (clock tree).
PAL driver (I/O ports abstraction).
DMA driver (shared DMA abstractor helper driver).
ADC driver in DMA mode.
SPI driver in DMA mode.
PWM driver.
Interrupt driven serial driver.
Test Suite for self test and reporting.