2007-03-12 Florian Pose Slave configuration exclusively from master thread; removed
2007-03-12 Florian Pose Merged changes of examples/mini/mini.c -r858:859 to
2007-03-12 Florian Pose Minor changes in minimal example.
2007-03-12 Florian Pose Fixed missing semaphore initialization.
2007-03-12 Florian Pose Added scan time output.
2007-03-12 Florian Pose Fixed skipped datagrams when not in FSM idle phase.
2007-03-12 Florian Pose Introduced idle flag in master state machine.
2007-03-12 Florian Pose Renamed names of enum type ec_request_state_t.
2007-03-12 Florian Pose Made waiting for device semaphore uninterruptible.
2007-03-12 Florian Pose Replaced master variable 'atomic_t available' by integer and used
2007-03-09 Florian Pose Implemented SDO reading with wait queues.
2007-03-09 Florian Pose Renamed ec_eeprom_request_state_t enum to ec_request_state_t and made it
2007-03-09 Florian Pose Updated TODO.
2007-03-09 Florian Pose Removed X:Y addressing scheme, ec_slave_is_coupler(),
2007-03-09 Florian Pose Correctted resetting topology_change_pending and tainted flags.
2007-03-09 Florian Pose Adjusted minimal example to interface changes.
2007-03-09 Florian Pose Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
2007-03-08 Florian Pose Allow only MAC addresses as device identifiers; replaced master list by
2007-03-08 Florian Pose Updated NEWS and TODO.
2007-03-08 Florian Pose Removed ecrt_master_run(), removed datagram queueing from state
2007-03-08 Florian Pose Updated TODO.
2007-03-07 Florian Pose Implemented alternative PDO mapping configuration interface.
2007-03-07 Florian Pose Updated TODO.
2007-03-07 Florian Pose Updated TODO.
2007-03-07 Florian Pose Fixed sync manager freeing bug coming up in r833.
2007-03-07 Florian Pose Removed obsolete ec_slave_sync_config().
2007-03-07 Florian Pose Layed out FMMU structure and methods to own files.
2007-03-07 Florian Pose Moved a few constants to the files they are needed in.
2007-03-07 Florian Pose Layed out sync manager structures and methods into own files.
2007-03-07 Florian Pose Layed out PDO structures to own files.
2007-03-07 Florian Pose Renamed ec_sii_sync_t to ec_sync_t.
2007-03-07 Florian Pose Renamed ec_sii_pdo_t and ec_sii_pdo_entry_t to ec_pdo_t and
2007-03-07 Florian Pose Simplified handling of EEPROM strings.
2007-03-06 Florian Pose Renamed slave configuration states "sync" to "mbox_sync" and "sync2" to
2007-03-06 Florian Pose Changed order of slave conf FSM in graph.
2007-03-06 Florian Pose Improved slave configuration FSM graph.
2007-03-06 Florian Pose Renamed SII fetching functions (non-functional).
2007-03-06 Florian Pose Introduced ec_slave_get_pdo_sync().
2007-03-06 Florian Pose SII sync managers as array instead of list, removed sync manager
2007-03-05 Florian Pose Improved mapping FSM graph.
2007-03-05 Florian Pose Added PDO mapping FSM graph.
2007-03-05 Florian Pose Removed unnecessary edge in slave configuration FSM graph.
2007-03-05 Florian Pose Added DOT graph for slave configuration FSM.
2007-03-05 Florian Pose Removed ugly ec_slave_has_subbus() function.
2007-03-05 Florian Pose Introduced master status, ecrt_master_get_status(), tainted flag,
2007-03-05 Florian Pose Corrected type of online_state.
2007-03-05 Florian Pose Introduced ec_slave_online_state_t, ec_slave_set_online_state(), renamed
2007-03-05 Florian Pose Moved state request on PDO registration to slave.c.
2007-03-04 Florian Pose Updated TODO.
2007-03-02 Florian Pose Implemented alias reading/writing via sysfs.
2007-03-02 Florian Pose Minor changes in EEPROM write code.
2007-03-02 Florian Pose Fixed signal issue in EEPROM writing code.
2007-03-02 Florian Pose Fixed possible race with next request pointer again.
2007-03-02 Florian Pose Fixed possible bug in master FSM concerning unqueueing of EEPROM write
2007-03-02 Florian Pose Updated TODO.
2007-03-01 Florian Pose Introduced EEPROM write requests: EEPROM write operations from user
2007-03-01 Florian Pose Made data pointer in ec_fsm_sii_write() const.
2007-03-01 Florian Pose ec_slave_write_eeprom now returns certain error codes.
2007-03-01 Florian Pose Updated NEWS file.
2007-03-01 Florian Pose Removed eeprom_write_enable file.