From 23e3036a5e664dd3defb3be56080380f5e4e9c94 Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Fri, 2 Mar 2007 07:37:34 +0000
Subject: [PATCH] Updated TODO.

---
 TODO | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/TODO b/TODO
index 8f67b23e..df373b69 100644
--- a/TODO
+++ b/TODO
@@ -8,12 +8,9 @@ $Id$
 
 * Release 1.3:
   - Remove ecrt_master_run(). Make master FSM run in process context instead.
-  - Separate slave objects from configurations. Make bus dynamic in OPERATION
-    mode.
-  - New sysfs structure with slaves, configurations and links.
   - Remove addressing scheme "X:Y".
+  - Allow only MAC address as device ID.
   - Interface/buffers for asynchronous domain IO.
-  - Tool to set aliases.
   - Remove ugly ec_slave_is_coupler() and ec_slave_has_subbus().
   - Add statistics object.
   - SDO dictionary and -access in operation mode.
@@ -21,11 +18,12 @@ $Id$
   - Speed up IDLE-FSM through fast mode with schedule().
 
 * Future features:
-  - e100 driver.
   - Distributed clocks.
   - Read dynamic PDO mapping from SDO dictionary (see can-cia.org: cia301ds4).
   - Redundancy with 2 network adapters.
   - Interface for alternative PDO mapping.
+  - Read out CRC counters.
+  - Optimize alignment of process data.
 
 * Smaller changes:
   - Simplify FSMs with <state>_enter() functions.
-- 
GitLab