equal
deleted
inserted
replaced
8 |
8 |
9 * Release 1.3: |
9 * Release 1.3: |
10 - Remove ecrt_master_run(). Make master FSM run in process context instead. |
10 - Remove ecrt_master_run(). Make master FSM run in process context instead. |
11 - Remove addressing scheme "X:Y". |
11 - Remove addressing scheme "X:Y". |
12 - Allow only MAC address as device ID. |
12 - Allow only MAC address as device ID. |
13 - Remove ugly ec_slave_is_coupler() and ec_slave_has_subbus(). |
13 - Remove ugly ec_slave_is_coupler(). |
14 |
14 |
15 * Future features: |
15 * Future features: |
16 - SDO dictionary and -access in operation mode. |
16 - SDO dictionary and -access in operation mode. |
17 - SDO write access in sysfs. |
17 - SDO write access in sysfs. |
18 - Speed up IDLE-FSM through fast mode with schedule(). |
18 - Speed up IDLE-FSM through fast mode with schedule(). |