diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-29 14:51:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-29 14:51:08 +0000 |
commit | f5ae2552307f20f3fa3d987591fa60576981ce3d (patch) | |
tree | 609db5b82a44710a6ca5fff572c265669f2fffef /todo.txt | |
parent | 94d34da7f123be71a592f1f883a17fd3389fc803 (diff) | |
download | ChibiOS-f5ae2552307f20f3fa3d987591fa60576981ce3d.tar.gz ChibiOS-f5ae2552307f20f3fa3d987591fa60576981ce3d.tar.bz2 ChibiOS-f5ae2552307f20f3fa3d987591fa60576981ce3d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2850 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ Within 2.3.x (hopefully) * Swap TIME_IMMEDIATE and TIME_INFINITE values.
* Improvements to the message passing mechanism in order to allow "delayed,
out of order, responses".
-* New device driver models: GPT.
+* New device driver models: GPT, ICU.
X GPT implementation and long duration "IRQ storm" stress test applications
for all the supported critical platforms.
- Add UART4 support to the STM32 UART driver (CL line only, HD has a nasty
@@ -40,7 +40,7 @@ X File System infrastructure. X Transactional flash file system implementation.
X I2C device driver class support and at least one implementation.
X Shared DMA channels support in the STM32/STM8L HALs.
-X RAM ISR vectors support in the STM32 HAL.
+? RAM ISR vectors support in the STM32 HAL.
- New device driver models: Clock, Systick, RTC, WDG, DAC, Power Monitor.
Later but within 2.x.x
|