uhd/mpm/python/usrp_mpm/cores
Martin Braun 219b04e99d mpm: tdc_sync: Remove sleeps in offset polling
On the N310, there's a penalty for calling time.sleep(). This means the
polling loop was extremely slow for polling TDC updates. Now, it simply
polls as fast as possible. Note: This could hog the bus if run outside
of an initialization sequence, where no one else is using the bus.
2017-12-22 15:04:02 -08:00
..
__init__.py mpm: Added TDC clock sync driver 2017-12-22 15:03:58 -08:00
CMakeLists.txt mpm: Added TDC clock sync driver 2017-12-22 15:03:58 -08:00
tdc_sync.py mpm: tdc_sync: Remove sleeps in offset polling 2017-12-22 15:04:02 -08:00