mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-11-02 13:03:13 +00:00
umtrx: moved new umtrx directory up one
This commit is contained in:
16
zpu/README
Normal file
16
zpu/README
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user