diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-08-19 18:02:35 -0700 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-08-19 18:02:35 -0700 |
commit | c6ae773f4da476f2e314578b35d612b78893cf11 (patch) | |
tree | 6bfda0c898858ef4d19d057ff291eaaf0a8fa03a /host/docs/coding.rst | |
parent | 769b565dbdc3fa1bb0891d4dcdbb74695f1dc875 (diff) | |
parent | d99e22971975e9b5bfb966741684963be8f049f6 (diff) | |
download | uhd-c6ae773f4da476f2e314578b35d612b78893cf11.tar.gz uhd-c6ae773f4da476f2e314578b35d612b78893cf11.tar.bz2 uhd-c6ae773f4da476f2e314578b35d612b78893cf11.zip |
Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p
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 |