author | Florian Pose <fp@igh-essen.com> |
Wed, 15 Oct 2008 16:08:29 +0000 | |
changeset 1271 | 19f9e9b6cf2c |
parent 1266 | dd1f501c4070 |
child 1304 | 853c83c72f44 |
permissions | -rw-r--r-- |
479
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
1 |
------------------------------------------------------------------------------- |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
2 |
|
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
3 |
$Id$ |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
4 |
|
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
5 |
------------------------------------------------------------------------------- |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
6 |
|
1206 | 7 |
Changes since 1.4.0: |
8 |
||
1266
dd1f501c4070
Added LGPL licence headers to userspace library.
Florian Pose <fp@igh-essen.com>
parents:
1260
diff
changeset
|
9 |
* Added a userspace library for accessing the application interface. This |
dd1f501c4070
Added LGPL licence headers to userspace library.
Florian Pose <fp@igh-essen.com>
parents:
1260
diff
changeset
|
10 |
library is licensed under LGPLv2. |
dd1f501c4070
Added LGPL licence headers to userspace library.
Florian Pose <fp@igh-essen.com>
parents:
1260
diff
changeset
|
11 |
* Added VoE mailbox protocol support. |
1225
4d5b739edcb5
Introduced ec_datagram_zero().
Florian Pose <fp@igh-essen.com>
parents:
1210
diff
changeset
|
12 |
* Separated datagram initialization from filling the payload with zeros. |
4d5b739edcb5
Introduced ec_datagram_zero().
Florian Pose <fp@igh-essen.com>
parents:
1210
diff
changeset
|
13 |
Introduced new method ec_datagram_zero() for that. |
1206 | 14 |
* Added phy_read and phy_write commands to ethercat tool. |
1231 | 15 |
* Added driver for Intel PRO/100 NICs. |
1206 | 16 |
|
1243
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
17 |
Changes since 1.4.0-rc2: |
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
18 |
|
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
19 |
* Ported the master thread to the kthread interface. |
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
20 |
* Added missing semaphore up() in an ioctl(). In rare cases, the master |
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
21 |
semaphore was not released. |
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
22 |
* Minor fix in 'slaves' command that fixed duplicate display of supported |
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
23 |
mailbox protocols. |
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
24 |
* The Sdo Information Service is only queried, if the slave has the |
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
25 |
corresponding SII bit set. |
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
26 |
* Added some missing header files in the command-line-tool code. |
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
27 |
* Removed unstable e100, forcedeth, and r8169 drivers. |
13cb18b91627
Added changes since 1.4.0-rc2.
Florian Pose <fp@igh-essen.com>
parents:
1231
diff
changeset
|
28 |
|
1205 | 29 |
Changes in version 1.4.0-rc2: |
30 |
||
31 |
* Fixed a deadlock causing race condition concerning thread signaling when the |
|
32 |
master thread had no opportunity to run, but shall be killed immediately |
|
33 |
after creation. |
|
34 |
* Added missing up()s causing a semaphore being not released in some rare |
|
35 |
cases. |
|
36 |
* Minor fixes. |
|
37 |
* Removed some deprecated files. |
|
38 |
||
39 |
Changes in version 1.4.0-rc1: |
|
767 | 40 |
|
792
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
41 |
* Realtime interface changes: |
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
42 |
- Replaced ec_slave_t with ec_slave_config_t, separating the bus |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
43 |
configuration from the actual slaves. Therefore, renamed |
792
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
44 |
ecrt_master_get_slave() to ecrt_master_slave_config(). |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
45 |
- Replaced slave address string with alias and position values. See |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
46 |
ecrt_master_slave_config(). |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
47 |
- Removed ecrt_master_get_slave_by_pos(), because it is no longer |
832 | 48 |
necessary due to alias/position addressing. |
792
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
49 |
- Added ec_slave_config_state_t for the new method |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
50 |
ecrt_slave_config_state(). |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
51 |
- Process data memory for a domain can now be allocated externally. This |
842
40e27e5a8dce
Added ecrt_slave_config_pdo() and ecrt_slave_config_pdo_entry().
Florian Pose <fp@igh-essen.com>
parents:
837
diff
changeset
|
52 |
offers the possibility to use a shared-memory region. Therefore, |
832 | 53 |
added the domain methods ecrt_domain_size() and |
54 |
ecrt_domain_external_memory(). |
|
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
55 |
- Pdo entry registration functions do not return a process data pointer, |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
56 |
but an offset in the domain's process data. In addition, an optional bit |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
57 |
position can be requested. This was necessary for the external domain |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
58 |
memory. An additional advantage is, that the returned offset is |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
59 |
immediately valid. If the domain's process data is allocated internally, |
832 | 60 |
the start address can be retrieved with ecrt_domain_data(). |
792
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
61 |
- Replaced ecrt_slave_pdo_mapping/add/clear() with |
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
62 |
ecrt_slave_config_pdo_assign_add() to add a Pdo to a sync manager's Pdo |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
63 |
assignment and ecrt_slave_config_pdo_mapping_add() to add a Pdo entry to a |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
64 |
Pdo's mapping. ecrt_slave_config_pdos() is a convenience function |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
65 |
for both, that uses the new data types ec_pdo_info_t and |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
66 |
ec_pdo_entry_info_t. Pdo entries, that are mapped with these functions |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
67 |
can now immediately be registered, even if the bus is offline. |
792
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
68 |
- Renamed ec_bus_status_t, ec_master_status_t to ec_bus_state_t and |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
69 |
ec_master_state_t, respectively. Renamed ecrt_master_get_status() to |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
70 |
ecrt_master_state(), for consistency reasons. |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
71 |
- Added ec_domain_state_t and ec_wc_state_t for a new output parameter |
832 | 72 |
of ecrt_domain_state(). The domain state object does now contain |
73 |
information, if the process data was exchanged completely. |
|
792
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
74 |
- Former "Pdo registration" meant Pdo entry registration in fact, therefore |
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
75 |
renamed ec_pdo_reg_t to ec_pdo_entry_reg_t and ecrt_domain_register_pdo() |
832 | 76 |
to ecrt_slave_config_reg_pdo_entry(). |
792
3778920f61e4
Implemented most realtime interface changes for version 1.4, improved
Florian Pose <fp@igh-essen.com>
parents:
790
diff
changeset
|
77 |
- Removed ecrt_domain_register_pdo_range(), because it's functionality can |
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
78 |
be reached by specifying an explicit Pdo assignment/mapping and |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
79 |
registering the mapped Pdo entries. |
864 | 80 |
- Added an Sdo access interface, working with Sdo requests. These can be |
81 |
scheduled for reading and writing during realtime operation. |
|
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
82 |
- Exported ecrt_slave_config_sdo(), the generic Sdo configuration function. |
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
898
diff
changeset
|
83 |
- Removed the bus_state and bus_tainted flags from ec_master_state_t. |
1011 | 84 |
* Device interface changes: |
85 |
- Moved device output parameter of ecdev_offer() to return value. |
|
1084 | 86 |
* Replaced the Sysfs interface with a new 'ethercat' command-line tool, that |
87 |
communicates with the master via a character device and ioctls. The device |
|
88 |
is created via udev. The tool is able to |
|
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
89 |
- Write alias addresses. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
90 |
- Show the bus configuration. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
91 |
- Output binary domain process data. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
92 |
- Set the master's debug level. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
93 |
- Show domain information. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
94 |
- Show master information. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
95 |
- List Pdo assignment/mapping. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
96 |
- Write an Sdo entry. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
97 |
- List Sdo dictionaries. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
98 |
- Read an Sdo entry. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
99 |
- Output a slave's SII contents. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
100 |
- Write slave's SII contents. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
101 |
- Show slaves. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
102 |
- Request slave states. |
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
103 |
- Generate slave information xmls. |
909 | 104 |
* Removed include/ecdb.h. |
1084 | 105 |
* Using the timestamp counter is now optional (configure --enable-cycles), |
106 |
because it is only available on Intel architectures. |
|
910
9fd31755f576
Fetch Sdo dictionaries and process SII requests in operation mode.
Florian Pose <fp@igh-essen.com>
parents:
909
diff
changeset
|
107 |
* Sdo dictionaries will now also be fetched in operation mode. |
9fd31755f576
Fetch Sdo dictionaries and process SII requests in operation mode.
Florian Pose <fp@igh-essen.com>
parents:
909
diff
changeset
|
108 |
* SII write requests will now also be processed in operation mode. |
896 | 109 |
* Mapping of Pdo entries is now supported. |
110 |
* Current Pdo assignment/mapping is now read via CoE during bus scan, using |
|
832 | 111 |
direct Sdo access, independent of the dictionary. |
897
855c5d2d97f0
Added alpha support for the Realtek r8169 chipset, thanks to Scott
Florian Pose <fp@igh-essen.com>
parents:
896
diff
changeset
|
112 |
* Network driver news: |
855c5d2d97f0
Added alpha support for the Realtek r8169 chipset, thanks to Scott
Florian Pose <fp@igh-essen.com>
parents:
896
diff
changeset
|
113 |
- Added 8139too driver for kernel 2.6.22, thanks to Erwin Burgstaller. |
855c5d2d97f0
Added alpha support for the Realtek r8169 chipset, thanks to Scott
Florian Pose <fp@igh-essen.com>
parents:
896
diff
changeset
|
114 |
- Added 8139too driver for kernel 2.6.23, thanks to Richard Hacker. |
922
fede1d8f5b71
Added the new ethercat comman-line tool with lsec functionality.
Florian Pose <fp@igh-essen.com>
parents:
910
diff
changeset
|
115 |
- Added 8139too driver for kernel 2.6.24. |
897
855c5d2d97f0
Added alpha support for the Realtek r8169 chipset, thanks to Scott
Florian Pose <fp@igh-essen.com>
parents:
896
diff
changeset
|
116 |
- Added e1000 driver for kernel 2.6.22. |
898
9fe5df8b3a98
Added support for e1000 2.6.24, thanks to Matthias Luescher.
Florian Pose <fp@igh-essen.com>
parents:
897
diff
changeset
|
117 |
- Added e1000 driver for kernel 2.6.24, thanks to Matthias Luescher. |
897
855c5d2d97f0
Added alpha support for the Realtek r8169 chipset, thanks to Scott
Florian Pose <fp@igh-essen.com>
parents:
896
diff
changeset
|
118 |
- Added alpha support for the Reaktek r8169 chipset, thanks to Scott |
855c5d2d97f0
Added alpha support for the Realtek r8169 chipset, thanks to Scott
Florian Pose <fp@igh-essen.com>
parents:
896
diff
changeset
|
119 |
Hassan. |
1153 | 120 |
- Fixed unnecessary watchdog executions in e1000 drivers (thanks to |
121 |
Olav Zarges). |
|
1154
04bcd38cf8dc
Fixed missing protection for a spin_lock_irqrestore() call.
Florian Pose <fp@igh-essen.com>
parents:
1153
diff
changeset
|
122 |
- Fixed missing protection for a spin_lock_irqrestore() call in e1000 |
04bcd38cf8dc
Fixed missing protection for a spin_lock_irqrestore() call.
Florian Pose <fp@igh-essen.com>
parents:
1153
diff
changeset
|
123 |
drivers from 2.6.20 to 2.6.24 (thanks to Olav Zarges). |
900
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
898
diff
changeset
|
124 |
* Removed the "bus validation" routines. Slave scanning is now done any time |
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
898
diff
changeset
|
125 |
the bus topology changes, even during realtime operation. Because of this, |
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
898
diff
changeset
|
126 |
the bus_tainted flag was deprecated and removed. |
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
898
diff
changeset
|
127 |
* Slave configuration is not done during ecrt_master_activate() any more, but |
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
898
diff
changeset
|
128 |
later during realtime operation. The state of the configuration can be |
f8b5c6d21705
Removed bus validation; slave configuration during realtime operation;
Florian Pose <fp@igh-essen.com>
parents:
898
diff
changeset
|
129 |
queried via the ecrt_domain_state() and ecrt_slave_config_state() functions. |
817
118dea2fa505
Support for slaves that don't support the LRW datagram type.
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
130 |
* Added support for slaves that do not support the LRW datagram type. Separate |
118dea2fa505
Support for slaves that don't support the LRW datagram type.
Florian Pose <fp@igh-essen.com>
parents:
815
diff
changeset
|
131 |
domains have to be used for inputs and output. |
1169
cf0b5293eea6
Use expedited transfer type for Sdos <= 4 byte.
Florian Pose <fp@igh-essen.com>
parents:
1154
diff
changeset
|
132 |
* CoE implementation: |
cf0b5293eea6
Use expedited transfer type for Sdos <= 4 byte.
Florian Pose <fp@igh-essen.com>
parents:
1154
diff
changeset
|
133 |
- Use expedites transfer type for Sdos <= 4 byte (thanks to J. Mohre). |
cf0b5293eea6
Use expedited transfer type for Sdos <= 4 byte.
Florian Pose <fp@igh-essen.com>
parents:
1154
diff
changeset
|
134 |
- Allow gaps in Pdo mapping (thanks to R. Roesch). |
cf0b5293eea6
Use expedited transfer type for Sdos <= 4 byte.
Florian Pose <fp@igh-essen.com>
parents:
1154
diff
changeset
|
135 |
- Added some transfer timeouts. |
cf0b5293eea6
Use expedited transfer type for Sdos <= 4 byte.
Florian Pose <fp@igh-essen.com>
parents:
1154
diff
changeset
|
136 |
- Ansynchronous handling of Emergency requests. |
cf0b5293eea6
Use expedited transfer type for Sdos <= 4 byte.
Florian Pose <fp@igh-essen.com>
parents:
1154
diff
changeset
|
137 |
- Bugfixes. |
1084 | 138 |
* Sync managers are disabled, if the size is zero. |
812
80c3d9c8292f
Added MODPROBE_FLAGS variable.
Florian Pose <fp@igh-essen.com>
parents:
799
diff
changeset
|
139 |
* Renamed ec_master module parameters main and backup to main_devices and |
80c3d9c8292f
Added MODPROBE_FLAGS variable.
Florian Pose <fp@igh-essen.com>
parents:
799
diff
changeset
|
140 |
backup_devices to avoid warnings of some compilers. |
1169
cf0b5293eea6
Use expedited transfer type for Sdos <= 4 byte.
Florian Pose <fp@igh-essen.com>
parents:
1154
diff
changeset
|
141 |
* List end evaluate CoE detail flags from general category. |
812
80c3d9c8292f
Added MODPROBE_FLAGS variable.
Florian Pose <fp@igh-essen.com>
parents:
799
diff
changeset
|
142 |
* Added MODPROBE_FLAGS variable in start script and sysconfig file. |
815
002fe9ec778f
Implemented missing datagram types.
Florian Pose <fp@igh-essen.com>
parents:
812
diff
changeset
|
143 |
* Implemented missing datagram types. |
1083
1322dc34cb37
Updated header docs, features and news file.
Florian Pose <fp@igh-essen.com>
parents:
1011
diff
changeset
|
144 |
* Changed all occurrences of 'EEPROM' to 'SII' |
870
fbd5924690ee
Allow multiple sync manager categories.
Florian Pose <fp@igh-essen.com>
parents:
864
diff
changeset
|
145 |
* Allow multiple sync manager categories in SII. |
767 | 146 |
|
147 |
------------------------------------------------------------------------------- |
|
148 |
||
732
0e6e1ef2b6bc
Removed config.kbuild and replaced Kbuild files by Kbuild.in files.
Florian Pose <fp@igh-essen.com>
parents:
723
diff
changeset
|
149 |
Changes in version 1.3.2: |
0e6e1ef2b6bc
Removed config.kbuild and replaced Kbuild files by Kbuild.in files.
Florian Pose <fp@igh-essen.com>
parents:
723
diff
changeset
|
150 |
|
756 | 151 |
* New feature: Read dynamic PDO mapping from SDO dictionary. |
152 |
* Implemented SII writing workaround for some broken slaves. |
|
738
880c6153101f
Improved handling for spontaneous AL state changes.
Florian Pose <fp@igh-essen.com>
parents:
737
diff
changeset
|
153 |
* Improved handling for spontaneous AL state changes. |
737
5a770085161c
Master takes mailbox sync manager configurations from EEPROM words
Florian Pose <fp@igh-essen.com>
parents:
735
diff
changeset
|
154 |
* Master takes mailbox sync manager configurations from EEPROM words |
5a770085161c
Master takes mailbox sync manager configurations from EEPROM words
Florian Pose <fp@igh-essen.com>
parents:
735
diff
changeset
|
155 |
0x0018-0x001b, if no sync manager configurations are provided. |
735
0773628aabab
Calculate checksum when writing EEPROM or alias address.
Florian Pose <fp@igh-essen.com>
parents:
732
diff
changeset
|
156 |
* Calculate checksum when writing EEPROM or alias address. |
759
fe32d4cdc9c3
Fixed source MAC address setting bug.
Florian Pose <fp@igh-essen.com>
parents:
756
diff
changeset
|
157 |
* Fixed source MAC address setting bug. |
732
0e6e1ef2b6bc
Removed config.kbuild and replaced Kbuild files by Kbuild.in files.
Florian Pose <fp@igh-essen.com>
parents:
723
diff
changeset
|
158 |
* Removed config.kbuild and replaced Kbuild files by Kbuild.in files. |
0e6e1ef2b6bc
Removed config.kbuild and replaced Kbuild files by Kbuild.in files.
Florian Pose <fp@igh-essen.com>
parents:
723
diff
changeset
|
159 |
|
0e6e1ef2b6bc
Removed config.kbuild and replaced Kbuild files by Kbuild.in files.
Florian Pose <fp@igh-essen.com>
parents:
723
diff
changeset
|
160 |
------------------------------------------------------------------------------- |
0e6e1ef2b6bc
Removed config.kbuild and replaced Kbuild files by Kbuild.in files.
Florian Pose <fp@igh-essen.com>
parents:
723
diff
changeset
|
161 |
|
709
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
162 |
Changes in version 1.3.1: |
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
163 |
|
723 | 164 |
* Improved EoE handling: Avoided skipping of datagrams and release lock |
165 |
while processing. |
|
166 |
* Added some statistics to the datagram structure. |
|
167 |
* Master state machine clears all station addresses with a broadcast datagram |
|
168 |
before setting them. |
|
169 |
* Added --enable-eoe conditional. |
|
170 |
* Minor extensions of the master info file. |
|
171 |
* Improved handling of unexpected working counters. |
|
172 |
* Create network interfaces for EoE devices with alias as eoeXaY. |
|
709
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
173 |
* Fixed problems on big-endian systems. |
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
174 |
* Added documentation on how to set up an EoE network. |
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
175 |
|
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
176 |
------------------------------------------------------------------------------- |
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
177 |
|
573
cdee4ea90ce9
Introduced device IDs; removed comment lines from 8139too; removed
Florian Pose <fp@igh-essen.com>
parents:
564
diff
changeset
|
178 |
Changes in version 1.3.0: |
cdee4ea90ce9
Introduced device IDs; removed comment lines from 8139too; removed
Florian Pose <fp@igh-essen.com>
parents:
564
diff
changeset
|
179 |
|
709
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
180 |
* Added Intel PRO/1000 Gigabit Ethernet driver (e1000). |
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
181 |
* Added testing version of Intel PRO/100 Ethernet driver (e100). |
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
182 |
* Added testing version of NVIDIA nForce Ethernet driver (forcedeth). |
661
bc1de1362efb
Dynamic creation of EoE handlers.
Florian Pose <fp@igh-essen.com>
parents:
656
diff
changeset
|
183 |
* Removed "ec_eoeif_count" master module parameter. EoE handlers are created |
bc1de1362efb
Dynamic creation of EoE handlers.
Florian Pose <fp@igh-essen.com>
parents:
656
diff
changeset
|
184 |
dynamically instead. |
639
aa23c48dca2d
Allow only MAC addresses as device identifiers; replaced master list by
Florian Pose <fp@igh-essen.com>
parents:
638
diff
changeset
|
185 |
* Added "main" and "backup" parameters to master module to hand over the |
aa23c48dca2d
Allow only MAC addresses as device identifiers; replaced master list by
Florian Pose <fp@igh-essen.com>
parents:
638
diff
changeset
|
186 |
MAC addresses of the devices to wait for. This made the ec_device_index |
709
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
187 |
parameter of the Ethernet drivers obsolete. The broadcast MAC address means, |
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
188 |
that the master accepts the first device offered by any Ethernet driver. |
573
cdee4ea90ce9
Introduced device IDs; removed comment lines from 8139too; removed
Florian Pose <fp@igh-essen.com>
parents:
564
diff
changeset
|
189 |
* Changed format of sysconfig file and accordingly adjusted functionality |
661
bc1de1362efb
Dynamic creation of EoE handlers.
Florian Pose <fp@igh-essen.com>
parents:
656
diff
changeset
|
190 |
of the init script to handle the above MAC address lists. |
612
aede068f9a74
Introduced master status, ecrt_master_get_status(), tainted flag,
Florian Pose <fp@igh-essen.com>
parents:
607
diff
changeset
|
191 |
* Realtime interface changes: |
637
d5d04c868e0e
Removed ecrt_master_run(), removed datagram queueing from state
Florian Pose <fp@igh-essen.com>
parents:
635
diff
changeset
|
192 |
- ecrt_master_run() became obsolete, because the master state machine is now |
d5d04c868e0e
Removed ecrt_master_run(), removed datagram queueing from state
Florian Pose <fp@igh-essen.com>
parents:
635
diff
changeset
|
193 |
run in process context. |
640
16e9ad7d8e12
Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
Florian Pose <fp@igh-essen.com>
parents:
639
diff
changeset
|
194 |
- Parameter changes in PDO registration functions ecrt_domain_register_pdo() |
16e9ad7d8e12
Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
Florian Pose <fp@igh-essen.com>
parents:
639
diff
changeset
|
195 |
and ecrt_register_pdo_range(): Replaced slave_address, vendor ID and |
661
bc1de1362efb
Dynamic creation of EoE handlers.
Florian Pose <fp@igh-essen.com>
parents:
656
diff
changeset
|
196 |
product code arguments with a slave pointer, which has to be obtained with |
640
16e9ad7d8e12
Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
Florian Pose <fp@igh-essen.com>
parents:
639
diff
changeset
|
197 |
a prior call to ecrt_master_get_slave(). |
16e9ad7d8e12
Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
Florian Pose <fp@igh-essen.com>
parents:
639
diff
changeset
|
198 |
- ecrt_master_get_slave() got additional parameters to check for vendor ID |
16e9ad7d8e12
Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
Florian Pose <fp@igh-essen.com>
parents:
639
diff
changeset
|
199 |
and product code. |
643
78929d878b2c
Removed X:Y addressing scheme, ec_slave_is_coupler(),
Florian Pose <fp@igh-essen.com>
parents:
640
diff
changeset
|
200 |
- Removed addressing scheme "X:Y" for ecrt_master_get_slave(). |
697
6f658c2082fd
Added ecrt_master_get_slave_by_pos().
Florian Pose <fp@igh-essen.com>
parents:
696
diff
changeset
|
201 |
- Added ecrt_master_get_slave_by_pos() to avoid the string handling of |
6f658c2082fd
Added ecrt_master_get_slave_by_pos().
Florian Pose <fp@igh-essen.com>
parents:
696
diff
changeset
|
202 |
ecrt_master_get_slave(). |
661
bc1de1362efb
Dynamic creation of EoE handlers.
Florian Pose <fp@igh-essen.com>
parents:
656
diff
changeset
|
203 |
- Added ecrt_master_get_status() to get status information about the bus. |
bc1de1362efb
Dynamic creation of EoE handlers.
Florian Pose <fp@igh-essen.com>
parents:
656
diff
changeset
|
204 |
- Added functions to set up an alternative PDO mapping for a slave, i. e. |
635
d304ef4af542
Implemented alternative PDO mapping configuration interface.
Florian Pose <fp@igh-essen.com>
parents:
612
diff
changeset
|
205 |
ec_slave_pdo_mapping_clear(), ec_slave_pdo_mapping_add() and |
d304ef4af542
Implemented alternative PDO mapping configuration interface.
Florian Pose <fp@igh-essen.com>
parents:
612
diff
changeset
|
206 |
ec_slave_pdo_mapping(). |
573
cdee4ea90ce9
Introduced device IDs; removed comment lines from 8139too; removed
Florian Pose <fp@igh-essen.com>
parents:
564
diff
changeset
|
207 |
* Device interface changes: |
cdee4ea90ce9
Introduced device IDs; removed comment lines from 8139too; removed
Florian Pose <fp@igh-essen.com>
parents:
564
diff
changeset
|
208 |
- Replaced ecdev_register() and ecdev_unregister() with ecdev_offer() and |
cdee4ea90ce9
Introduced device IDs; removed comment lines from 8139too; removed
Florian Pose <fp@igh-essen.com>
parents:
564
diff
changeset
|
209 |
ecdev_withdraw(), respectively. The device modules now offer all their |
661
bc1de1362efb
Dynamic creation of EoE handlers.
Florian Pose <fp@igh-essen.com>
parents:
656
diff
changeset
|
210 |
devices to the master. The master then decides, which ones to register. |
670
f57de4585a5f
Replaced ecdev_link_state() with ecdev_set_link(); added
Florian Pose <fp@igh-essen.com>
parents:
669
diff
changeset
|
211 |
- Replaced ecdev_link_state() with ecdev_set_link(); added ecdev_get_link(). |
601
d6d951b766e3
Introduced EEPROM write requests: EEPROM write operations from user
Florian Pose <fp@igh-essen.com>
parents:
598
diff
changeset
|
212 |
* All EEPROM write operations from user space are now blocking until |
661
bc1de1362efb
Dynamic creation of EoE handlers.
Florian Pose <fp@igh-essen.com>
parents:
656
diff
changeset
|
213 |
writing has finished. Appropriate error codes are returned. |
bc1de1362efb
Dynamic creation of EoE handlers.
Florian Pose <fp@igh-essen.com>
parents:
656
diff
changeset
|
214 |
* Implemented setting of the "Secondary slave address" (alias) via sysfs. |
646
fbbd4e54e031
Implemented SDO reading with wait queues.
Florian Pose <fp@igh-essen.com>
parents:
643
diff
changeset
|
215 |
* Implemented SDO reading in operation mode via sysfs. |
598 | 216 |
* Removed annoying eeprom_write_enable file. EEPROM writing always enabled. |
656
370aa8c2d1b1
Slave configuration exclusively from master thread; removed
Florian Pose <fp@igh-essen.com>
parents:
650
diff
changeset
|
217 |
* Slave configuration is now done exclusively from the master thread. Removed |
370aa8c2d1b1
Slave configuration exclusively from master thread; removed
Florian Pose <fp@igh-essen.com>
parents:
650
diff
changeset
|
218 |
ec_master_sync_io(). Userspace threads are now waiting for events in the |
370aa8c2d1b1
Slave configuration exclusively from master thread; removed
Florian Pose <fp@igh-essen.com>
parents:
650
diff
changeset
|
219 |
state machine. |
650
c68995623e94
Introduced idle flag in master state machine.
Florian Pose <fp@igh-essen.com>
parents:
646
diff
changeset
|
220 |
* Master state machine scheduled with timeout if idle, otherwise is executed |
c68995623e94
Introduced idle flag in master state machine.
Florian Pose <fp@igh-essen.com>
parents:
646
diff
changeset
|
221 |
as fast as possible (with schedule()). |
709
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
222 |
* Added dummy module for simulation purposes. |
696
24fac09b5b26
Limited EEPROM reading; added EC_FIRST_EEPROM_CATEGORY_HEADER define.
Florian Pose <fp@igh-essen.com>
parents:
670
diff
changeset
|
223 |
* Limited infinite EEPROM reading, if 0xffff limiter word is missing. |
698
6693ea7c9047
removed rc.status dependencies from init script.
Florian Pose <fp@igh-essen.com>
parents:
697
diff
changeset
|
224 |
* Init script works now properly on non-SUSE distros (no rc.status dependency |
6693ea7c9047
removed rc.status dependencies from init script.
Florian Pose <fp@igh-essen.com>
parents:
697
diff
changeset
|
225 |
any more). |
573
cdee4ea90ce9
Introduced device IDs; removed comment lines from 8139too; removed
Florian Pose <fp@igh-essen.com>
parents:
564
diff
changeset
|
226 |
* Removed EtherCAT line comments from 8139too drivers. |
cdee4ea90ce9
Introduced device IDs; removed comment lines from 8139too; removed
Florian Pose <fp@igh-essen.com>
parents:
564
diff
changeset
|
227 |
|
cdee4ea90ce9
Introduced device IDs; removed comment lines from 8139too; removed
Florian Pose <fp@igh-essen.com>
parents:
564
diff
changeset
|
228 |
------------------------------------------------------------------------------- |
cdee4ea90ce9
Introduced device IDs; removed comment lines from 8139too; removed
Florian Pose <fp@igh-essen.com>
parents:
564
diff
changeset
|
229 |
|
495
88c597598bbc
Interface changes for version 1.2, see NEWS file.
Florian Pose <fp@igh-essen.com>
parents:
479
diff
changeset
|
230 |
Changes in version 1.2.0: |
88c597598bbc
Interface changes for version 1.2, see NEWS file.
Florian Pose <fp@igh-essen.com>
parents:
479
diff
changeset
|
231 |
|
709
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
232 |
* Several fixes of bugs and stability issues. Master should now run fine |
564 | 233 |
with kernels 2.6.17 to 2.6.19. |
533
acdd1f9ef7ab
Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers.
Florian Pose <fp@igh-essen.com>
parents:
508
diff
changeset
|
234 |
* Realtime interface changes: |
508
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
235 |
- Re-introduced ecrt_domain_queue() to allow datagram queuing apart |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
236 |
from datagram processing. The queuing of a domain's datagrams is not |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
237 |
done in ecrt_domain_process() any more! |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
238 |
- Removed ecrt_master_deactivate(). Its functionality was moved into |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
239 |
ecrt_master_release(). |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
240 |
- Removed ecrt_master_prepare(). Its functionality was moved into |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
241 |
ecrt_master_activate(). |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
242 |
- Renamed ecdev_start() and ecdev_stop() to ecdev_open() and ecdev_close(). |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
243 |
These two functions now take a pointer to ec_device_t as their arguments. |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
244 |
- The data_ptr parameter of ecrt_domain_register_pdo(), |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
245 |
ecrt_domain_register_pdo_list() and ecrt_domain_register_pdo_range() may |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
246 |
not be NULL any more. |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
247 |
- Removed ecrt_slave_pdo_size(). This function was deprecated long before. |
541
5a2b1658b67f
Introduced ECRT version magic.
Florian Pose <fp@igh-essen.com>
parents:
533
diff
changeset
|
248 |
- Introduced ECRT_VERSION_MAGIC macro and ecrt_version_magic() function. |
533
acdd1f9ef7ab
Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers.
Florian Pose <fp@igh-essen.com>
parents:
508
diff
changeset
|
249 |
* Device interface changes: |
acdd1f9ef7ab
Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers.
Florian Pose <fp@igh-essen.com>
parents:
508
diff
changeset
|
250 |
- ec_isr_t was replaced by ec_pollfunc_t, the device driver has to supply |
acdd1f9ef7ab
Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers.
Florian Pose <fp@igh-essen.com>
parents:
508
diff
changeset
|
251 |
a poll function to call its ISR. This was introduced because some network |
acdd1f9ef7ab
Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers.
Florian Pose <fp@igh-essen.com>
parents:
508
diff
changeset
|
252 |
drivers' interrupt functions have different arguments. |
508
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
253 |
* State machines now try to re-send datagrams on datagram timeout. |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
254 |
* New option -c of the lsec script, displays slave current consumptions and |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
255 |
remaining current. |
11fb47492456
Updated NEWS and Changelog files.
Florian Pose <fp@igh-essen.com>
parents:
497
diff
changeset
|
256 |
* Added frame counter in master info file. |
495
88c597598bbc
Interface changes for version 1.2, see NEWS file.
Florian Pose <fp@igh-essen.com>
parents:
479
diff
changeset
|
257 |
|
88c597598bbc
Interface changes for version 1.2, see NEWS file.
Florian Pose <fp@igh-essen.com>
parents:
479
diff
changeset
|
258 |
------------------------------------------------------------------------------- |
88c597598bbc
Interface changes for version 1.2, see NEWS file.
Florian Pose <fp@igh-essen.com>
parents:
479
diff
changeset
|
259 |
|
88c597598bbc
Interface changes for version 1.2, see NEWS file.
Florian Pose <fp@igh-essen.com>
parents:
479
diff
changeset
|
260 |
Changes in version 1.1.1: |
88c597598bbc
Interface changes for version 1.2, see NEWS file.
Florian Pose <fp@igh-essen.com>
parents:
479
diff
changeset
|
261 |
|
479
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
262 |
* State change FSM: Clearing of sync managers before PREOP. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
263 |
* Added modules_install make target. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
264 |
* Device modules for kernel 2.6.17. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
265 |
* SDO configurations available in Sysfs. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
266 |
* FMMU configurations cleared when going to INIT. |
709
a69fd2491fa8
Added changes to NEWS file and fixed some typos. Set version to
Florian Pose <fp@igh-essen.com>
parents:
700
diff
changeset
|
267 |
* Slave-specific logs only at debug level 1 (for large buses). |
479
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
268 |
* Slave flags (error, online) available in Sysfs. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
269 |
* Acknowledging of spontaneous state changes in master FSMs. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
270 |
* ecrt_master_deactivate() deprecated. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
271 |
* Persistent slave lists. Slave structures are only regenerated on topology |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
272 |
change in IDLE mode. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
273 |
* SDO reading via Sysfs. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
274 |
* Added ecrt_domain_register_pdo_range() |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
275 |
* Fetching of SDO dictionary. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
276 |
* Better timing behaviour when starting up under high CPU load. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
277 |
* Applied Autotools. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
278 |
* Improved output of lsec. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
279 |
* SDO download state machine. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
280 |
|
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
281 |
------------------------------------------------------------------------------- |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
282 |
|
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
283 |
Changes in version 1.1: |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
284 |
|
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
285 |
* Improved realtime interface. |
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
286 |
|
610ddcf35d5c
Removed --foreign switch for autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
287 |
------------------------------------------------------------------------------- |