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