hw/config: add TODO on synchronization
This commit is contained in:
parent
145b48074e
commit
bd71136cdf
|
@ -217,6 +217,9 @@ pub fn setup(
|
||||||
// timer, but use maximum overflow period.
|
// timer, but use maximum overflow period.
|
||||||
let mut timer = timers::TimestampTimer::new(timer5);
|
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.set_period_ticks(u32::MAX);
|
||||||
|
|
||||||
timer
|
timer
|
||||||
|
|
Loading…
Reference in New Issue