summaryrefslogtreecommitdiffstats
path: root/firmware/README
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-01-12 14:43:43 -0800
committerJosh Blum <josh@joshknows.com>2010-01-12 14:43:43 -0800
commitcbb8e474bb5592753a340ba31d3afbab7226f7c6 (patch)
tree6dd14d37d8d46f3a506a309f57d82ed1ed05f781 /firmware/README
parent4e94574aeaa46c671bba0a6fc83cb967d228c880 (diff)
downloaduhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.tar.gz
uhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.tar.bz2
uhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.zip
Reorganized structure into include, lib, test, firmware, fpga.
The fpga and firmware are empty placeholders for now.
Diffstat (limited to 'firmware/README')
-rw-r--r--firmware/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/README b/firmware/README
new file mode 100644
index 000000000..a010493c8
--- /dev/null
+++ b/firmware/README
@@ -0,0 +1,4 @@
+This is a placeholder for the firmware code (microblaze and 8051).
+
+The layout should have a common library of source and header files.
+Each usrp-like will have its own device-specific libs and apps.