diff options
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 |