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

TODO.

parent 3b3dfb5b
No related branches found
No related tags found
No related merge requests found
...@@ -37,17 +37,18 @@ Version 1.5.0: ...@@ -37,17 +37,18 @@ Version 1.5.0:
* Implement SoE fragmenting. * Implement SoE fragmenting.
* User-space implementation for SoE. * User-space implementation for SoE.
* Add -x switch for hex display. * Add -x switch for hex display.
* Implement CompleteAccess for command-line tool.
* Implement CompleteAccess for SDO uploads.
* Check for Enable SDO Complete Access flag.
* Remove allow_scanning flag.
* ethercat tool:
- Data type abbreviations.
- Implement ranges for slaves and domains.
Future issues: Future issues:
* Implement ecrt_slave_config_request_state(). * Implement ecrt_slave_config_request_state().
* Implement CompleteAccess for command-line tool.
* Implement CompleteAccess for SDO uploads.
* Check for Enable SDO Complete Access flag.
* Remove default buffer size in SDO upload. * Remove default buffer size in SDO upload.
* Improve application-triggered SDO transfers by moving the state machine into
the SDO handlers.
* Remove allow_scanning flag.
* Override sync manager size? * Override sync manager size?
* Show Record / Array / List type of SDOs. * Show Record / Array / List type of SDOs.
* Distributed clocks: * Distributed clocks:
...@@ -76,10 +77,8 @@ Future issues: ...@@ -76,10 +77,8 @@ Future issues:
* Interface/buffers for asynchronous domain IO. * Interface/buffers for asynchronous domain IO.
* Make scanning and configuration run parallel (each). * Make scanning and configuration run parallel (each).
* ethercat tool: * ethercat tool:
- Data type abbreviations.
- Add a -n (numeric) switch. - Add a -n (numeric) switch.
- Check for unwanted options. - Check for unwanted options.
- Implement ranges for slaves, domains, etc.
* Simplify master fsm by introducing a common request state to handle external * Simplify master fsm by introducing a common request state to handle external
requests (replace write_sii, sdo_request, etc). requests (replace write_sii, sdo_request, etc).
......
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