2007-07-25 |
Florian Pose |
Updated TODO and NEWS.
|
changeset |
files
|
2007-07-17 |
Florian Pose |
Advanced e1000 modifications.
|
changeset |
files
|
2007-07-13 |
Florian Pose |
First version with e1000 driver (to be continued...)
|
changeset |
files
|
2007-06-08 |
Florian Pose |
Improved dummy module.
|
changeset |
files
|
2007-06-06 |
Florian Pose |
Added dummy module for simulation purposes.
|
changeset |
files
|
2007-05-03 |
Florian Pose |
Introduced frames_timed_out flag to notice bus failure when link down is
|
changeset |
files
|
2007-03-16 |
Florian Pose |
Completely lock master while an EoE cycle is executing.
|
changeset |
files
|
2007-03-16 |
Florian Pose |
Version 1.3.0-rc1.
|
changeset |
files
|
2007-03-16 |
Florian Pose |
Dynamic creation of EoE handlers.
|
changeset |
files
|
2007-03-16 |
Florian Pose |
Configure alternative PDO mapping only on slaves that have PDO sync
|
changeset |
files
|
2007-03-16 |
Florian Pose |
Removed unecessary clearing of EoE handlers in master init function;
|
changeset |
files
|
2007-03-16 |
Florian Pose |
Updated TODO.
|
changeset |
files
|
2007-03-16 |
Florian Pose |
Respected endianess in sysfs SDO output; Separate message, if data type
|
changeset |
files
|
2007-03-12 |
Florian Pose |
Slave configuration exclusively from master thread; removed
|
changeset |
files
|
2007-03-12 |
Florian Pose |
Merged changes of examples/mini/mini.c -r858:859 to
|
changeset |
files
|
2007-03-12 |
Florian Pose |
Minor changes in minimal example.
|
changeset |
files
|
2007-03-12 |
Florian Pose |
Fixed missing semaphore initialization.
|
changeset |
files
|
2007-03-12 |
Florian Pose |
Added scan time output.
|
changeset |
files
|
2007-03-12 |
Florian Pose |
Fixed skipped datagrams when not in FSM idle phase.
|
changeset |
files
|
2007-03-12 |
Florian Pose |
Introduced idle flag in master state machine.
|
changeset |
files
|
2007-03-12 |
Florian Pose |
Renamed names of enum type ec_request_state_t.
|
changeset |
files
|
2007-03-12 |
Florian Pose |
Made waiting for device semaphore uninterruptible.
|
changeset |
files
|
2007-03-12 |
Florian Pose |
Replaced master variable 'atomic_t available' by integer and used
|
changeset |
files
|
2007-03-09 |
Florian Pose |
Implemented SDO reading with wait queues.
|
changeset |
files
|
2007-03-09 |
Florian Pose |
Renamed ec_eeprom_request_state_t enum to ec_request_state_t and made it
|
changeset |
files
|
2007-03-09 |
Florian Pose |
Updated TODO.
|
changeset |
files
|
2007-03-09 |
Florian Pose |
Removed X:Y addressing scheme, ec_slave_is_coupler(),
|
changeset |
files
|
2007-03-09 |
Florian Pose |
Correctted resetting topology_change_pending and tainted flags.
|
changeset |
files
|
2007-03-09 |
Florian Pose |
Adjusted minimal example to interface changes.
|
changeset |
files
|
2007-03-09 |
Florian Pose |
Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
|
changeset |
files
|
2007-03-08 |
Florian Pose |
Allow only MAC addresses as device identifiers; replaced master list by
|
changeset |
files
|
2007-03-08 |
Florian Pose |
Updated NEWS and TODO.
|
changeset |
files
|
2007-03-08 |
Florian Pose |
Removed ecrt_master_run(), removed datagram queueing from state
|
changeset |
files
|
2007-03-08 |
Florian Pose |
Updated TODO.
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Implemented alternative PDO mapping configuration interface.
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Updated TODO.
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Updated TODO.
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Fixed sync manager freeing bug coming up in r833.
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Removed obsolete ec_slave_sync_config().
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Layed out FMMU structure and methods to own files.
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Moved a few constants to the files they are needed in.
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Layed out sync manager structures and methods into own files.
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Layed out PDO structures to own files.
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Renamed ec_sii_sync_t to ec_sync_t.
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Renamed ec_sii_pdo_t and ec_sii_pdo_entry_t to ec_pdo_t and
|
changeset |
files
|
2007-03-07 |
Florian Pose |
Simplified handling of EEPROM strings.
|
changeset |
files
|
2007-03-06 |
Florian Pose |
Renamed slave configuration states "sync" to "mbox_sync" and "sync2" to
|
changeset |
files
|
2007-03-06 |
Florian Pose |
Changed order of slave conf FSM in graph.
|
changeset |
files
|
2007-03-06 |
Florian Pose |
Improved slave configuration FSM graph.
|
changeset |
files
|
2007-03-06 |
Florian Pose |
Renamed SII fetching functions (non-functional).
|
changeset |
files
|
2007-03-06 |
Florian Pose |
Introduced ec_slave_get_pdo_sync().
|
changeset |
files
|
2007-03-06 |
Florian Pose |
SII sync managers as array instead of list, removed sync manager
|
changeset |
files
|
2007-03-05 |
Florian Pose |
Improved mapping FSM graph.
|
changeset |
files
|
2007-03-05 |
Florian Pose |
Added PDO mapping FSM graph.
|
changeset |
files
|
2007-03-05 |
Florian Pose |
Removed unnecessary edge in slave configuration FSM graph.
|
changeset |
files
|
2007-03-05 |
Florian Pose |
Added DOT graph for slave configuration FSM.
|
changeset |
files
|
2007-03-05 |
Florian Pose |
Removed ugly ec_slave_has_subbus() function.
|
changeset |
files
|
2007-03-05 |
Florian Pose |
Introduced master status, ecrt_master_get_status(), tainted flag,
|
changeset |
files
|
2007-03-05 |
Florian Pose |
Corrected type of online_state.
|
changeset |
files
|
2007-03-05 |
Florian Pose |
Introduced ec_slave_online_state_t, ec_slave_set_online_state(), renamed
|
changeset |
files
|