hw/config: add TODO on synchronization

master
Robert Jördens 2021-02-02 15:46:50 +01:00
parent 145b48074e
commit bd71136cdf
1 changed files with 3 additions and 0 deletions

View File

@ -217,6 +217,9 @@ pub fn setup(
// timer, but use maximum overflow period.
let mut timer = timers::TimestampTimer::new(timer5);
// TODO: Check hardware synchronization of timestamping and the sampling timers
// for phase shift determinism.
timer.set_period_ticks(u32::MAX);
timer