TODO
author Florian Pose <fp@igh-essen.com>
Thu, 08 Mar 2007 13:02:42 +0000
changeset 637 d5d04c868e0e
parent 636 9114b3a5f9d3
child 638 b0994b4e3b37
permissions -rw-r--r--
Removed ecrt_master_run(), removed datagram queueing from state
machines, added datagram injection, two different master thread
functions.
-------------------------------------------------------------------------------

EtherCAT master TODO

$Id$

-------------------------------------------------------------------------------

* Release 1.3:
  - Remove addressing scheme "X:Y".
  - Allow only MAC address as device ID.
  - Remove ugly ec_slave_is_coupler().
  - Replace Vendor ID and product code arguments of ec_domain_register_pdo()
    by slave pointer.

* Future features:
  - SDO dictionary and -access in operation mode.
  - SDO write access in sysfs.
  - Speed up IDLE state machine through fast mode with schedule().
  - Evaluate EEPROM contents after writing.
  - Interface/buffers for asynchronous domain IO.
  - Distributed clocks.
  - Read dynamic PDO mapping from SDO dictionary (see can-cia.org: cia301ds4).
  - Redundancy with 2 network adapters.
  - Read out CRC counters.
  - Optimize alignment of process data.
  - Calculate expected working counter for domains.

* Smaller issues:
  - Clear sync managers in INIT.
  - Reset topology_change_pending on successful validation.
  - Simplify FSMs with <state>_enter() functions.
  - Dynamic creation of EoE handlers.
  - Output intermediate results during lsec.
  - State change FSM: Follow spontaneous state changes.

* Less important issues:
  - Implement all EtherCAT datagram types.
  - File access over EtherCAT (FoE).
  - Allow VLAN tagging.
  - Determine number of frames the NIC can handle.

-------------------------------------------------------------------------------