# HG changeset patch # User Florian Pose # Date 1272780185 -7200 # Node ID df2b21f15939cf55d0745874d67e6bd4131b4a00 # Parent c58633eed20b833ea7e42cf9ba73f28a657da1ee TODO diff -r c58633eed20b -r df2b21f15939 TODO --- a/TODO Fri Apr 30 21:34:18 2010 +0200 +++ b/TODO Sun May 02 08:03:05 2010 +0200 @@ -20,7 +20,7 @@ * Output skipped datagrams again. * Output warning on unmatched slave configuration. * Output warning when send_ext() is called in illegal context. -* Add master index to log messages. +* Add master and slave index to log messages. * Implement CompleteAccess for SDO uploads. * Check for Enable SDO Complete Access flag. * Remove allow_scanning flag. diff -r c58633eed20b -r df2b21f15939 documentation/graphs/fsm_master.dot --- a/documentation/graphs/fsm_master.dot Fri Apr 30 21:34:18 2010 +0200 +++ b/documentation/graphs/fsm_master.dot Sun May 02 08:03:05 2010 +0200 @@ -11,7 +11,8 @@ broadcast -> start broadcast -> clear_addresses - broadcast -> read_state [weight=10] + broadcast -> read_state + broadcast -> write_system_times action_process_sii [shape=point,label=""] action_process_sii -> write_sii @@ -47,7 +48,9 @@ dc_measure_delays -> scan_slave [weight=10] - scan_slave -> start + scan_slave -> write_system_times + + write_system_times -> start configure_slave -> action_next_slave_state