Hello,
ChibiOS/RT version 2.2.0 stable has been released. This is the first release in the new stable branch, more releases in the old stable branch 2.0.x will now be considered only after an explicit request.
Starting from this release there are several options for the documentation:
- Online, ads-supported, free documentation.
- PDF and CHM, ads-free, documents. The downloads are available from here for a small fee.
- Self-built documentation from source without ads.
This new release brings many new features and improvements, this is the synthetic list:
- Code: Select all
*** 2.2.0 ***
- NEW: The Cortex-Mx port now also supports the IAR and Keil compilers.
- NEW: Improvements to the Cortex-Mx port.
- NEW: Improved ARM port supporting both ARM7 and ARM9.
- NEW: Support for binary semaphores in the kernel.
- NEW: Improved kernel hooks.
- NEW: Extensive improvements to the STM32 platform support.
- NEW: SPI drivers for the AT91SAM7x, LPC11xx, LPC13xx, LPC214x, STM8S,
platforms.
- NEW: Unified STM8 port for both the Cosmic and the Raisonance compilers.
- NEW: Demos for the STM8S-Discovery, STM8L-Discovery, STM32VL-Discovery
boards.
- NEW: Improved almost all the existing device driver models in the HAL.
- NEW: Added test/example applications for all the device drivers in the HAL.
- NEW: Added support for the STM8L platform.
- NEW: New UART unbuffered serial device driver model.
- NEW: Greatly improved documentation.
- NEW: Lots of other minor improvements and optimizations, see the change
log of the 2.1.x development branch for details.
Giovanni