Skip to content
Snippets Groups Projects
TODO 1.91 KiB
Newer Older
Florian Pose's avatar
Florian Pose committed
-------------------------------------------------------------------------------
Florian Pose's avatar
Florian Pose committed
-------------------------------------------------------------------------------
Florian Pose's avatar
Florian Pose committed
Version 1.4.0:

* Replace all Sysfs files via the new ethercat tool.
Florian Pose's avatar
Florian Pose committed
* Remove the end state of the master state machine.
Florian Pose's avatar
Florian Pose committed
* Supply new ec_master_state_t.
* Implement ecrt_slave_config_state().
* Make ecrt_master_slave_config() return no error when slave is not present
  or invalid.
* Remove get_cycles() calls and references to cpu_khz to increase
  portability.
Florian Pose's avatar
Florian Pose committed
* Adapt remaining examples.
Florian Pose's avatar
Florian Pose committed
* Update documentation.
Florian Pose's avatar
Florian Pose committed
* Check for data sizes when reading mapping.
Florian Pose's avatar
Florian Pose committed

* SDO write access.
Florian Pose's avatar
Florian Pose committed
* Wait for bus scanning, even when link is not up at ecrt_request_master().
Florian Pose's avatar
Florian Pose committed
* Attach Pdo names.
* Mailbox protocol handlers.
* Mailbox state machine using toggle bits.
* Make scanning and configuration run parallel (each).
* Implement realtime interface via cdev.
Florian Pose's avatar
Florian Pose committed
* Add something like lsec -n to show numeric vendor IDs.
* Evaluate EEPROM contents after writing.
Florian Pose's avatar
Florian Pose committed
* Optimize alignment of process data.
Florian Pose's avatar
Florian Pose committed

Future issues:

Florian Pose's avatar
Florian Pose committed
* Distributed clocks.
* Move slave handlers and state machines, etc. into a user space daemon (move
  kernel threads to user space daemon with a TCP interface replacing the
  cdev).
* Mailbox gateway.
Florian Pose's avatar
Florian Pose committed
* Redundancy with 2 network adapters.
* Interface/buffers for asynchronous domain IO.

Smaller issues:

Florian Pose's avatar
Florian Pose committed
* Evaluate SII Size field (0x003E) to determine maximum SII memory size.
Florian Pose's avatar
Florian Pose committed
* Unite fsm_pdo_mapping, fsm_pdo_config and fsm_coe_map.
Florian Pose's avatar
Florian Pose committed
* Clear sync managers in INIT.
* Read out CRC counters.
* Configure slave ports to automatically open on link detection.
* Only execute one EoE handler per EoE cycle.

Less important issues:

* File access over EtherCAT (FoE).
* Allow VLAN tagging.
* Determine number of frames, the NIC can handle.
Florian Pose's avatar
Florian Pose committed

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