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

Updated TODO.

parent 4965c458
No related branches found
No related tags found
No related merge requests found
...@@ -6,19 +6,38 @@ $Id$ ...@@ -6,19 +6,38 @@ $Id$
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Important things to do: * Release 1.2:
- Find bug causing slow unloading after topology change.
* Implement e100 driver - Use schedule() in ec_master_sync_io().
* Implement distributed clocks - Introduce topology_change_pending.
* Read dynamic PDOs from SDO dictionary. - Update feature lists.
------------------------------------------------------------------------------- * Release 1.3:
- Remove ecrt_master_run(). "Inject" FSM commands instead.
Not-so-important things to do: - Implement new addressing scheme (without "X:Y").
- Implement tool to set aliases.
* File access over EtherCAT (FoE) - Remove ugly ec_slave_is_coupler().
* Allow VLAN tagging - Add statistics object.
* Implement all EtherCAT commands - SDO dictionary and -access in operation mode.
* Determine number of frames the NIC can handle - SDO write access in Sysfs.
- Speed up IDLE-FSM through fast mode with schedule().
* Implement e100 driver.
* Implement distributed clocks.
* Read dynamic PDO mapping from SDO dictionary (see can-cia.org: cia301ds4).
* Implement redundancy with 2 network adapters.
* Implement interface for alternative PDO mapping.
* Simplify FSMs with <state>_enter() functions.
* Make ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
* Rename "sysconfig" file to "sysconfig/ethercat".
* Dynamic creation of EoE handlers.
* Output intermediate results during lsec.
* State change FSM: Follow spontaneous state changes.
* 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