summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-02-04 15:12:37 -0800
committerJosh Blum <josh@joshknows.com>2012-02-04 15:12:37 -0800
commit1e3cb86432ee1d695a12fd99590206e43caab2cc (patch)
treeeae9f0133f86f66f13fbfb35c9efd8fcf6c50a06 /firmware
parent04e9d23d5f9f300164182597b0e0525063bd91e4 (diff)
downloaduhd-1e3cb86432ee1d695a12fd99590206e43caab2cc.tar.gz
uhd-1e3cb86432ee1d695a12fd99590206e43caab2cc.tar.bz2
uhd-1e3cb86432ee1d695a12fd99590206e43caab2cc.zip
uhd: added/renamed various readme files
Diffstat (limited to 'firmware')
-rw-r--r--firmware/README6
-rw-r--r--firmware/README.txt31
2 files changed, 31 insertions, 6 deletions
diff --git a/firmware/README b/firmware/README
deleted file mode 100644
index 251486955..000000000
--- a/firmware/README
+++ /dev/null
@@ -1,6 +0,0 @@
-########################################################################
-# Firmware for USRP devices
-########################################################################
-
-fx2 - firmware for USRP1
-zpu - firmware for USRP2 and N Series
diff --git a/firmware/README.txt b/firmware/README.txt
new file mode 100644
index 000000000..1c233de1d
--- /dev/null
+++ b/firmware/README.txt
@@ -0,0 +1,31 @@
+########################################################################
+# 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