Removed Freerun out of FEATURES and README.
This commit is contained in:
parent
af1e1bf033
commit
d3bdfe45ba
2
FEATURES
2
FEATURES
|
|
@ -38,7 +38,7 @@ General Features:
|
||||||
operation.
|
operation.
|
||||||
- Controlling of slave states during realtime operation.
|
- Controlling of slave states during realtime operation.
|
||||||
|
|
||||||
* Free-Run mode, if master is idle.
|
* Special Idle mode, when master is not in use.
|
||||||
- Automatic scanning of slaves upon topology changes.
|
- Automatic scanning of slaves upon topology changes.
|
||||||
- Bus visualisation and EoE processing without realtime process connected.
|
- Bus visualisation and EoE processing without realtime process connected.
|
||||||
|
|
||||||
|
|
|
||||||
4
README
4
README
|
|
@ -60,8 +60,8 @@ See the INSTALL file.
|
||||||
|
|
||||||
Realtime patches for the Linux kernel are supported, but not required. The
|
Realtime patches for the Linux kernel are supported, but not required. The
|
||||||
realtime processing has to be done by the calling module (see API
|
realtime processing has to be done by the calling module (see API
|
||||||
documentation). The EtherCAT master code itself is (except for the free-run
|
documentation). The EtherCAT master code itself is completely passive (except
|
||||||
mode) completely passive.
|
for the idle mode).
|
||||||
|
|
||||||
To avoid frame timeouts, deactivating DMA access for hard drives is
|
To avoid frame timeouts, deactivating DMA access for hard drives is
|
||||||
recommented (hdparm -d0 <DEV>).
|
recommented (hdparm -d0 <DEV>).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue