diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-24 08:17:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-06-24 08:17:39 +0000 |
commit | b4eb54b2614e43935a991390518e029fd07ff2ac (patch) | |
tree | 246a5a87094bb8b3c42adaca3c31f954dca2e378 | |
parent | 304e1a7f4fbac7e1ef19cf07744d3dd2abfe3aff (diff) | |
download | ChibiOS-b4eb54b2614e43935a991390518e029fd07ff2ac.tar.gz ChibiOS-b4eb54b2614e43935a991390518e029fd07ff2ac.tar.bz2 ChibiOS-b4eb54b2614e43935a991390518e029fd07ff2ac.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4345 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | todo.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,13 +15,15 @@ Version 2.5.0 * USB driver model revision.
* STM32 OTG USB cell support for CL, F2, F4 devices.
* CAN driver test on STM32F2/F4.
+* STM32F0 support.
+ * Specific ADC driver for STM32F0.
Within 2.5.x:
X Revision of the RTCv2 driver implementation.
X File System infrastructure.
- FatFs wrapper.
X Streaming DAC/I2S driver model and STM32 implementation.
-X STM32F0 support.
+- Specific I2C driver for STM32F0 and newer devices.
- STM32 CAN2 support.
- Unified LPC1xxx HAL.
- LPC11xx and LPC13xx HALs merged in the unified one.
|