Files
UHD-Fairwaves/zpu
Alexander Chemeris dfc98a6900 zpu: More precision for GPSDO.
Now we really get to +-1 Hz of the base TCXO frequency precision.

Previously we ignored least significant bits of the frequency due to integer
arithmetics rounding, which meant that we could get up to about 80 ppb of
static frequency error which is not good enough for telco systems.
2017-07-26 22:03:20 +03:00
..
2015-04-07 21:34:38 -07:00
2017-07-26 22:03:20 +03:00
2014-04-07 17:34:55 -07:00

########################################################################
# ZPU firmware code for USRP2 and N Series
########################################################################
This code requires the gcc-zpu tool-chain which can be found here:

http://opensource.zylin.com/zpudownload.html

zpu-elf-gcc should be in your $PATH

########################################################################
# Run the following commands to build
########################################################################
mkdir build
cd build
cmake ../
make