aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--README.md19
2 files changed, 18 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3f897433f..a08476815 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,7 @@ Change Log for Releases
==============================
## 003.008.000
-* Added E300/E310 support
+* Added E310 support
* B200/B210: Moved AD9361 controls from firmware to host
* Added several tools: ZPU dissector, improved CHDR dissector,
kitchen sink, B200/B210 USB debugging utility, latency
diff --git a/README.md b/README.md
index c4076508a..a3844a268 100644
--- a/README.md
+++ b/README.md
@@ -60,11 +60,26 @@ __firmware/__
The source code for all microprocessors in USRP hardware.
-__fpga/__
+__fpga-src/__
-The source code for the UHD FPGA images.
+The source code for the UHD FPGA images. Note this is a git submodule,
+if you are cloning the repository and want to modify the FPGA code,
+you will need to run 'git clone --recursive' to automatically
+populate this directory. Alternatively, you can run 'git submodule init'
+followed by 'git submodule update' to populate it after cloning the
+repository without '--recursive'.
+
+Note that this subdirectory is very large, and not necessary for
+building applications that link against UHD.
__images/__
This contains the package builder for FPGA and firmware images.
+We provide other tools to downloade image packages, the scripts in here
+are mainly relevant for UHD maintainers and -developers.
+
+__tools/__
+
+Additional tools, mainly for debugging purposes. See the readme-file
+in that directory for more details on the individual tools.