master/fsm_slave.c
2007-09-19 Florian Pose Improved handling for spontaneous AL state changes.
2007-09-19 Florian Pose Master takes mailbox sync manager configurations from EEPROM words
2007-09-19 Florian Pose Minor fix: Set eeprom_size to 0 on unsuccessful memory allocation.
2007-09-18 Florian Pose Debug statement, if slave does not support mailboxing.
2007-09-12 Florian Pose Better handling of unexpected working counters; introduced
2007-08-10 Florian Pose Limited EEPROM reading; added EC_FIRST_EEPROM_CATEGORY_HEADER define.
2007-03-08 Florian Pose Removed ecrt_master_run(), removed datagram queueing from state
2007-03-07 Florian Pose Implemented alternative PDO mapping configuration interface.
2007-03-07 Florian Pose Layed out FMMU structure and methods to own files.
2007-03-07 Florian Pose Layed out sync manager structures and methods into own files.
2007-03-06 Florian Pose Renamed slave configuration states "sync" to "mbox_sync" and "sync2" to
2007-03-06 Florian Pose Renamed SII fetching functions (non-functional).
2007-03-06 Florian Pose SII sync managers as array instead of list, removed sync manager
2007-03-05 Florian Pose Removed unnecessary edge in slave configuration FSM graph.
2007-02-22 Florian Pose Added datagram state to "Failed to receive..." messages.
2007-02-13 Florian Pose Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
2007-01-10 Florian Pose Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch]