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/README.txt | |
parent | 7788c69225f68f67b95a5f778c7b45adf9cc046f (diff) | |
download | uhd-0e3912767266473e08386c910954450d16d33664.tar.gz uhd-0e3912767266473e08386c910954450d16d33664.tar.bz2 uhd-0e3912767266473e08386c910954450d16d33664.zip |
Squashed commit uhd/cleanup.
Diffstat (limited to 'firmware/README.txt')
-rw-r--r-- | firmware/README.txt | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/firmware/README.txt b/firmware/README.txt deleted file mode 100644 index 1c233de1d..000000000 --- a/firmware/README.txt +++ /dev/null @@ -1,31 +0,0 @@ -######################################################################## -# Firmware for USRP devices -######################################################################## - -fx2/ - - Description: firmware for FX2 device - - Devices: USRP1 and B100 - - Tools: sdcc, cmake - - Build Instructions: - 1) mkdir <build directory> - 2) cd <build directory> - 3) cmake <source directory> - 4) make - -zpu/ - - Description: firmware for soft CPU in FPGA - - Devices: USRP2 and N Series - - Tools: zpu-gcc, cmake - - Build Instructions: - 1) mkdir <build directory> - 2) cd <build directory> - 3) cmake <source directory> - 4) make |