pounder_test/src
Robert Jördens 4475a2d040 timestamping: full u32 range
The sampling timer and the timestamping timer have the same period.
The sampling interval and the batch size are powers of two.
If the timestamping timer wraps at a power of two larger than the
batch period, it will wrap in sync with the batch period.

Even if it didn't the RPLL would handle that. But it requires that the
timer wraps at the u32/i32 boundary (or be shifted left to wrap there).
2021-02-02 11:36:10 +01:00
..
bin lockin-internal: rotate samples 2021-02-01 19:31:57 +01:00
hardware timestamping: full u32 range 2021-02-02 11:36:10 +01:00
lib.rs Adding WIP lockin demo 2021-01-26 12:21:44 +01:00
server.rs Adding support for multiple applications 2021-01-20 13:43:34 +01:00