equal
deleted
inserted
replaced
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(). |
13 - Remove ugly ec_slave_is_coupler(). |
14 - Replace Vendor ID and product code arguments ofec_domain_register_pdo() |
14 - Replace Vendor ID and product code arguments of ec_domain_register_pdo() |
15 by slave pointer. |
15 by slave pointer. |
16 |
16 |
17 * Future features: |
17 * Future features: |
18 - SDO dictionary and -access in operation mode. |
18 - SDO dictionary and -access in operation mode. |
19 - SDO write access in sysfs. |
19 - SDO write access in sysfs. |
26 - Read out CRC counters. |
26 - Read out CRC counters. |
27 - Optimize alignment of process data. |
27 - Optimize alignment of process data. |
28 - Calculate expected working counter for domains. |
28 - Calculate expected working counter for domains. |
29 |
29 |
30 * Smaller issues: |
30 * Smaller issues: |
|
31 - Clear sync managers in INIT. |
31 - Reset topology_change_pending on successful validation. |
32 - Reset topology_change_pending on successful validation. |
32 - Simplify FSMs with <state>_enter() functions. |
33 - Simplify FSMs with <state>_enter() functions. |
33 - Dynamic creation of EoE handlers. |
34 - Dynamic creation of EoE handlers. |
34 - Output intermediate results during lsec. |
35 - Output intermediate results during lsec. |
35 - State change FSM: Follow spontaneous state changes. |
36 - State change FSM: Follow spontaneous state changes. |