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

master
gdisirio 2011-05-22 09:47:43 +00:00
parent b3ab17b278
commit 6080731640
1 changed files with 2 additions and 2 deletions

View File

@ -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).