2009-01-26 |
Florian Pose |
merge -c1616 branches/1.4-foe: Included FoE patch from Olav Zarges.
|
file |
diff |
annotate
|
2009-01-26 |
Florian Pose |
merge -c1610 branches/stable-1.4: Added missing doxygen docs.
|
file |
diff |
annotate
|
2009-01-26 |
Florian Pose |
merge -c1606 branches/stable-1.4: Output vendor Id in hex.
|
file |
diff |
annotate
|
2009-01-26 |
Florian Pose |
merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
|
file |
diff |
annotate
|
2009-01-26 |
Florian Pose |
merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
|
file |
diff |
annotate
|
2008-11-17 |
Florian Pose |
Improved error case return codes of many functions.
|
file |
diff |
annotate
|
2008-11-17 |
Florian Pose |
Created backend versions of all API functions returing a pointer; using
|
file |
diff |
annotate
|
2008-11-05 |
Florian Pose |
Output corrupted frame reasons.
|
file |
diff |
annotate
|
2008-10-17 |
Florian Pose |
merge -c1522 branches/stable-1.4: Fixed jace in jiffies timeout calculation.
|
file |
diff |
annotate
|
2008-10-09 |
Florian Pose |
Added ec_master_get_config().
|
file |
diff |
annotate
|
2008-10-09 |
Florian Pose |
Applied patch by Mario Witkowski to support the new class/device
|
file |
diff |
annotate
|
2008-10-02 |
Florian Pose |
Minor change.
|
file |
diff |
annotate
|
2008-10-01 |
Florian Pose |
Moved threads to kthread interface.
|
file |
diff |
annotate
|
2008-10-01 |
Florian Pose |
Avoided using #ifdef inside a macro.
|
file |
diff |
annotate
|
2008-09-01 |
Florian Pose |
Added VoE handler.
|
file |
diff |
annotate
|
2008-08-13 |
Florian Pose |
Added phy commands.
|
file |
diff |
annotate
|
2008-08-08 |
Florian Pose |
Fixed race concerning thread signaling when master thread had no
|
file |
diff |
annotate
|
2008-08-08 |
Florian Pose |
Fixed missing up().
|
file |
diff |
annotate
|
2008-08-01 |
Florian Pose |
Added debugging for configuration function of the application interface.
|
file |
diff |
annotate
|
2008-08-01 |
Florian Pose |
Fixed reconfiguration: Force config when application detaches.
|
file |
diff |
annotate
|
2008-07-04 |
Florian Pose |
Improved source code doc.
|
file |
diff |
annotate
|
2008-07-02 |
Florian Pose |
Renamed ecrt_slave_config_sync_managers() to ecrt_slave_config_pdos();
|
file |
diff |
annotate
|
2008-07-02 |
Florian Pose |
Improved locking between ioctl()s and master state machine; separate
|
file |
diff |
annotate
|
2008-07-02 |
Florian Pose |
Added ec_master_find_domain_const().
|
file |
diff |
annotate
|
2008-07-02 |
Florian Pose |
Added ec_master_find_slave_const().
|
file |
diff |
annotate
|
2008-07-01 |
Florian Pose |
Implemented master semaphore to secure concurrent access from ioctls, state machine and realtime interface.
|
file |
diff |
annotate
|
2008-06-26 |
Florian Pose |
Store sync manager configurations in ec_slave_config_t instead of Pdo
|
file |
diff |
annotate
|
2008-06-20 |
Florian Pose |
Fixed alias bug.
|
file |
diff |
annotate
|
2008-06-19 |
Florian Pose |
Removed state machine cycle time measuring.
|
file |
diff |
annotate
|
2008-06-19 |
Florian Pose |
Disable use of CPU timestamp counter by default.
|
file |
diff |
annotate
|
2008-06-18 |
Florian Pose |
Removed 'end' and 'error' states from master state machine.
|
file |
diff |
annotate
|
2008-06-18 |
Florian Pose |
Renamed master 'mode' to 'phase'.
|
file |
diff |
annotate
|
2008-06-18 |
Florian Pose |
Removed configs_attached flag; changed return value of
|
file |
diff |
annotate
|
2008-06-18 |
Florian Pose |
Minor change.
|
file |
diff |
annotate
|
2008-06-18 |
Florian Pose |
Only load default assignment, if slave was attached.
|
file |
diff |
annotate
|
2008-06-18 |
Florian Pose |
Implemented ecrt_slave_config_state(); minor changes in
|
file |
diff |
annotate
|
2008-06-17 |
Richard Hacker |
Completed master states.
|
file |
diff |
annotate
|
2008-06-17 |
Florian Pose |
Added support for different versions of class_device_create().
|
file |
diff |
annotate
|
2008-06-17 |
Florian Pose |
Create class device with device_number information in sysfs.
|
file |
diff |
annotate
|
2008-06-17 |
Florian Pose |
Reverted revision number checking from r1228.
|
file |
diff |
annotate
|
2008-06-16 |
Florian Pose |
Added revision number to slave type checking.
|
file |
diff |
annotate
|
2008-06-12 |
Florian Pose |
Added a few debugging messages.
|
file |
diff |
annotate
|
2008-06-12 |
Florian Pose |
Fixed duplicate kfree() bug.
|
file |
diff |
annotate
|
2008-06-12 |
Florian Pose |
Store slaves in an array instead of a list.
|
file |
diff |
annotate
|
2008-06-12 |
Florian Pose |
Removed kobject from master and module. Sysfs is gone!
|
file |
diff |
annotate
|
2008-06-12 |
Florian Pose |
Removed kobject from slave_config.
|
file |
diff |
annotate
|
2008-06-12 |
Florian Pose |
Clear domains before slave configs, because domain references the FMMU
|
file |
diff |
annotate
|
2008-06-12 |
Florian Pose |
Removed kobject from domain.
|
file |
diff |
annotate
|
2008-06-12 |
Florian Pose |
Removed kobjects from sdo and slave.
|
file |
diff |
annotate
|
2008-06-11 |
Florian Pose |
Bus configuration via 'ethercat config'.
|
file |
diff |
annotate
|
2008-06-10 |
Florian Pose |
Replaced misleading %i by %u.
|
file |
diff |
annotate
|
2008-06-05 |
Florian Pose |
Removed master info from sysfs.
|
file |
diff |
annotate
|
2008-06-05 |
Florian Pose |
Implemented 'ethercat debug' command.
|
file |
diff |
annotate
|
2008-06-04 |
Florian Pose |
Introduced ec_master_domain_count() and ec_master_find_domain().
|
file |
diff |
annotate
|
2008-05-30 |
Florian Pose |
Introduced ec_master_find_slave().
|
file |
diff |
annotate
|
2008-05-30 |
Florian Pose |
Output subindices with %02X.
|
file |
diff |
annotate
|
2008-05-29 |
Florian Pose |
Added the new ethercat comman-line tool with lsec functionality.
|
file |
diff |
annotate
|
2008-04-25 |
Florian Pose |
Moved setting of the allow flags.
|
file |
diff |
annotate
|
2008-04-25 |
Florian Pose |
Removed ec_master_prepare().
|
file |
diff |
annotate
|
2008-04-25 |
Florian Pose |
Removed bus validation; slave configuration during realtime operation;
|
file |
diff |
annotate
|