diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-11 13:44:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-11 13:44:31 +0000 |
commit | 0fe31aee28280a8be3c61ffcfec6ff195c56e8db (patch) | |
tree | aac1c01e59f5a2204eaadfe50c26baf3253e7989 /todo.txt | |
parent | 1df1af83f8f93fae997ba8870ee68a97526f6194 (diff) | |
download | ChibiOS-0fe31aee28280a8be3c61ffcfec6ff195c56e8db.tar.gz ChibiOS-0fe31aee28280a8be3c61ffcfec6ff195c56e8db.tar.bz2 ChibiOS-0fe31aee28280a8be3c61ffcfec6ff195c56e8db.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2469 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -68,11 +68,11 @@ X Transactional flash file system implementation. X I2C device driver class support and at least one implementation.
- Serial over UART complex driver driver, evaluate from the performance
results if to make obsolete the current dedicated Serial driver.
-- Shared DMA channels support in the STM32/STM8L HALs.
-- New device driver models: Clock, Systick, RTC, WDG, DAC, USB, Power Monitor.
+X Shared DMA channels support in the STM32/STM8L HALs.
+X New device driver models: Clock, Systick, RTC, WDG, DAC, USB, Power Monitor.
- MAC driver for STM32F107 (hardware missing).
- Device drivers for STM8/STM8L (ADC, PWM, bring them on par with STM32).
-- Support for more compilers (IAR, Keil, ARMCMx only initially).
+X Support for more compilers (IAR, Keil, ARMCMx only initially).
X Support for not just Makefiles (Ride7, Crossworks etc).
- Batch testing of the ARM7/ARMCMx port using OpenOCD, with reports.
- Debug-related features and tools.
@@ -91,6 +91,7 @@ Later but within 2.x.x require changes to lwIP or a new TCP/IP stack however.
Ideas for 3.x.x:
+- MMU/MPU support.
- High resolution timers and tickless kernel.
- Multicore support.
|