diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2013-11-27 11:53:38 -0800 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2013-11-27 11:53:38 -0800 |
commit | 0e3912767266473e08386c910954450d16d33664 (patch) | |
tree | 0c450736b9fdbdf667b82ea588b753c617d7b9bf /firmware/zpu | |
parent | 7788c69225f68f67b95a5f778c7b45adf9cc046f (diff) | |
download | uhd-0e3912767266473e08386c910954450d16d33664.tar.gz uhd-0e3912767266473e08386c910954450d16d33664.tar.bz2 uhd-0e3912767266473e08386c910954450d16d33664.zip |
Squashed commit uhd/cleanup.
Diffstat (limited to 'firmware/zpu')
-rw-r--r-- | firmware/zpu/AUTHORS | 4 | ||||
-rw-r--r-- | firmware/zpu/README | 16 |
2 files changed, 0 insertions, 20 deletions
diff --git a/firmware/zpu/AUTHORS b/firmware/zpu/AUTHORS deleted file mode 100644 index c230624fb..000000000 --- a/firmware/zpu/AUTHORS +++ /dev/null @@ -1,4 +0,0 @@ -Eric Blossom <eb@comsec.com> -Matt Ettus <matt@ettus.com> -Josh Blum <josh@ettus.com> -Nick Foster <nick@ettus.com> diff --git a/firmware/zpu/README b/firmware/zpu/README deleted file mode 100644 index ba0aa11eb..000000000 --- a/firmware/zpu/README +++ /dev/null @@ -1,16 +0,0 @@ -######################################################################## -# 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 |