blob: ba0aa11eb35be43e3d003251bc46cfeaa335e247 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
########################################################################
# 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
|