Skip to content
Snippets Groups Projects
Commit d2a85ae0 authored by Florian Pose's avatar Florian Pose
Browse files

Updated TODO.

parent 7d2b3cab
No related branches found
No related tags found
No related merge requests found
...@@ -8,29 +8,35 @@ $Id$ ...@@ -8,29 +8,35 @@ $Id$
* Release 1.3: * Release 1.3:
- Remove ecrt_master_run(). Make master FSM run in process context instead. - Remove ecrt_master_run(). Make master FSM run in process context instead.
- Implement new addressing scheme (without "X:Y"). - Separate slave objects from configurations. Make bus dynamic in OPERATION
- Implement tool to set aliases. mode.
- Remove ugly ec_slave_is_coupler(). - New sysfs structure with slaves, configurations and links.
- Remove addressing scheme "X:Y".
- Tool to set aliases.
- Remove ugly ec_slave_is_coupler() and ec_slave_has_subbus().
- Add statistics object. - Add statistics object.
- SDO dictionary and -access in operation mode. - SDO dictionary and -access in operation mode.
- SDO write access in Sysfs. - SDO write access in sysfs.
- Speed up IDLE-FSM through fast mode with schedule(). - Speed up IDLE-FSM through fast mode with schedule().
* Implement e100 driver. * Future features:
* Implement distributed clocks. - e100 driver.
* Read dynamic PDO mapping from SDO dictionary (see can-cia.org: cia301ds4). - Distributed clocks.
* Implement redundancy with 2 network adapters. - Read dynamic PDO mapping from SDO dictionary (see can-cia.org: cia301ds4).
* Implement interface for alternative PDO mapping. - Redundancy with 2 network adapters.
- Interface for alternative PDO mapping.
* Simplify FSMs with <state>_enter() functions.
* Rename "sysconfig" file to "sysconfig/ethercat". * Smaller changes:
* Dynamic creation of EoE handlers. - Simplify FSMs with <state>_enter() functions.
* Output intermediate results during lsec. - Rename "sysconfig" file to "sysconfig/ethercat".
* State change FSM: Follow spontaneous state changes. - Dynamic creation of EoE handlers.
- Output intermediate results during lsec.
* Implement all EtherCAT datagram types. - State change FSM: Follow spontaneous state changes.
* File access over EtherCAT (FoE).
* Allow VLAN tagging. * Less important changes:
* Determine number of frames the NIC can handle. - Implement all EtherCAT datagram types.
- File access over EtherCAT (FoE).
- Allow VLAN tagging.
- Determine number of frames the NIC can handle.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment