diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-23 18:55:21 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-23 18:55:21 +0000 |
commit | 038189c02b369788f5fc32ee330b814499cec407 (patch) | |
tree | 2babecc897aecc73b8927f5273836a88ebcabc5b /host/docs/coding.rst | |
parent | ee20f8eb4f64d3fd8c34ef9cde5d125bd5a14816 (diff) | |
parent | 8673ee7235bb31f2f51ed2200952f605b0de1955 (diff) | |
download | uhd-038189c02b369788f5fc32ee330b814499cec407.tar.gz uhd-038189c02b369788f5fc32ee330b814499cec407.tar.bz2 uhd-038189c02b369788f5fc32ee330b814499cec407.zip |
Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/docs/coding.rst')
-rw-r--r-- | host/docs/coding.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/host/docs/coding.rst b/host/docs/coding.rst index 84f9abf3e..23f350b0f 100644 --- a/host/docs/coding.rst +++ b/host/docs/coding.rst @@ -64,7 +64,12 @@ Integrating custom hardware ------------------------------------------------------------------------ Creators of custom hardware can create drivers that use the UHD API. These drivers can be built as dynamically loadable modules that the UHD will load at runtime. -For a module to be loaded at runtime, it must be found in the UHD_MODULE_PATH environment variable. + +For a module to be loaded at runtime, it must be: + +* found in the UHD_MODULE_PATH environment variable, +* installed into the <prefix>/share/uhd/modules directory, +* or installed into /usr/share/uhd/modules directory (unix only). ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Custom motherboard |