git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3877 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-01-25 19:31:37 +00:00
parent 8d7f4218a9
commit 856f22e1a2
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ X = In progress, some work done.
N = Decided against.
Current Pipeline (2.4.0):
X Complete test cycle.
* Complete test cycle.
X Complete documentation cycle.
- Release.
@ -31,6 +31,7 @@ Within 2.5.x:
to be updated.
- Runtime errors manager in HAL.
- Critical errors manager in HAL (to replace or complement assertions).
- Streaming DAC/I2S driver model and STM32 implementation.
- MMC_SPI driver speedup.
- USB driver model revision.
- MAC driver for STM32F107, STM32F2xx, STM32F4xx.
@ -53,7 +54,7 @@ X Implement the "transmission end" serial driver event on those platforms
- Reduce number of demos globally, add demos to a repository or on web site.
Required in order to reduce support effort.
- FatFs wrapper.
- New device driver models: Clock, Systick, WDG, DAC, Power Monitor.
- New device driver models: Clock, Systick, WDG.
- Add UART4 support to the STM32 UART driver (CL line only, HD has a nasty
shared interrupt).
- Shared DMA channels support in the STM8L HAL.