diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-22 09:47:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-22 09:47:43 +0000 |
commit | 60807316406941aa437ca69cd9f0fb9f77370a81 (patch) | |
tree | cf81e9510c04138b9273bb28e62d82e0d842509c | |
parent | b3ab17b27821114133e2ef8ffa46edb7a5a74097 (diff) | |
download | ChibiOS-60807316406941aa437ca69cd9f0fb9f77370a81.tar.gz ChibiOS-60807316406941aa437ca69cd9f0fb9f77370a81.tar.bz2 ChibiOS-60807316406941aa437ca69cd9f0fb9f77370a81.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2995 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | todo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,14 +21,14 @@ Within 2.3.x (hopefully) * New device driver models: GPT, ICU.
X GPT implementation and long duration "IRQ storm" stress test applications
for all the supported critical platforms.
+X Introduce compiler-info macros to the port layer, improve the test reports
+ with the compiler info.
- Add UART4 support to the STM32 UART driver (CL line only, HD has a nasty
shared interrupt).
- Add ADC3 support to the STM32 ADC driver.
? Make thread functions return void and add a CH_THREAD macro for threads
declaration in order to hide compiler-specific optimizations for thread
functions.
-- Introduce compiler-info macros to the port layer, improve the test reports
- with the compiler info.
- Test suite overhaul, the API should be more generic in order to be used
with different subsystems and not just the kernel.
- Device drivers for STM8/STM8L (ADC, PWM, bring them on par with STM32).
|