Files
UHD-Fairwaves/zpu
Alexander Chemeris a4afe97d54 zpu: Make debug output on wrong packets less scary.
Users think that these messages indicate some sort of an issue, but
they are part of a normal UHD startup process. So we make them look
rather informational and less scary.
2017-07-27 13:38:54 +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