index
:
uhd
lea-m8f
lea-m8f-003_008_002
lea-m8f-003_009_001
lea-m8f-003_009_004
lea-m8f-003_010_003_000
lea-m8f-003_012_000_000
lea-m8f-v3.14.1.0
lea-m8f-v4.2.0.1
master
Ettus' UHD Repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
host
/
lib
/
usrp
/
dboard_manager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
usrp: db manager tweak for contructor throwing
Josh Blum
2012-01-11
1
-2
/
+2
*
uhd: typo fix for the error print
Josh Blum
2011-12-15
1
-1
/
+1
*
usrp: better error message when dboard fails in init
Josh Blum
2011-12-15
1
-1
/
+8
*
usrp: work on dboard code to use subtrees to populate frontend props
Josh Blum
2011-11-07
1
-238
/
+35
*
usrp: dboard sensors fix, populate for tvrx, and should be empty on basics/un...
Josh Blum
2011-08-18
1
-0
/
+1
*
uhd: added subtree capability to property tree
Josh Blum
2011-07-08
1
-16
/
+14
*
usrp: deleted a bunch on obsoleted files in usrp directory
Josh Blum
2011-06-29
1
-1
/
+0
*
uhd: make sure things are initialized
Josh Blum
2011-06-29
1
-8
/
+24
*
uhd: properties tweaks and docs
Josh Blum
2011-06-29
1
-5
/
+5
*
usrp: got probe working w/ the new property tree
Josh Blum
2011-06-28
1
-4
/
+5
*
uhd: re-work to make the properties easier to use
Josh Blum
2011-06-28
1
-34
/
+23
*
usrp: populate a tree from a subdev
Josh Blum
2011-06-27
1
-0
/
+118
*
uhd: added more SAFE_CALL macros to hardware wrapper dtors
Josh Blum
2011-06-10
1
-3
/
+3
*
uhd: added safe call on a few dboard related deconstructors
Josh Blum
2011-06-10
1
-1
/
+2
*
uhd: replaced warning post with calls to UHD_MSG(warning)
Josh Blum
2011-05-04
1
-4
/
+4
*
uhd: replaced many conditional prints with UHD_LOG usage
Josh Blum
2011-05-04
1
-2
/
+2
*
usrp: work on dboard_manager to register an ID for multiple xcvr combinations
Josh Blum
2011-04-26
1
-75
/
+123
*
uhd: replaced instanced of std::exception with the uhd exceptions
Josh Blum
2011-02-24
1
-3
/
+3
*
uhd: renamed the assert header to assert has
Josh Blum
2011-02-24
1
-1
/
+1
*
uhd: switch dboard id prop to whole eeprom struct
Josh Blum
2011-02-22
1
-4
/
+17
*
uhd: added read-back calls to dboard iface gpio settings, and optional mask
Josh Blum
2010-11-26
1
-1
/
+1
*
uhd: replaced print warning with a post warning call and registry
Josh Blum
2010-10-26
1
-2
/
+2
*
usrp: use a dash as the gain name prefix separator, removed RX/TX auto suffix...
Josh Blum
2010-10-20
1
-2
/
+2
*
usrp: use the dboard id to prefix the subdev gain group names
Josh Blum
2010-10-20
1
-5
/
+6
*
usrp: added subdev enabled property
Josh Blum
2010-09-30
1
-1
/
+11
*
dboard: better warnings for invalid IDs and invalid ID combinations
Josh Blum
2010-09-28
1
-6
/
+19
*
usrp: removed gain handler code (replaced by gain group)
Josh Blum
2010-07-27
1
-20
/
+3
*
usrp: changed opaque pointer implementation for dboard contructor args
Josh Blum
2010-07-22
1
-1
/
+1
*
uhd: added checking for xcvr dbids, added unknown dboard rx and tx constructo...
Josh Blum
2010-06-18
1
-14
/
+35
*
uhd: added dboard manager call to register xcvr board, implemented in xcvr db...
Josh Blum
2010-06-18
1
-1
/
+12
*
replaced the assert falses with an invalid code path exception
Josh Blum
2010-06-02
1
-1
/
+1
*
Added support to set GPIO pins from dboard interface:
Josh Blum
2010-05-24
1
-1
/
+2
*
minor fix to pass dboard ctor args with correct dbids
Josh Blum
2010-05-03
1
-2
/
+4
*
Expanded the dboard id API to create dboard id types from strings and ints.
Josh Blum
2010-05-03
1
-10
/
+13
*
Replaced the dboard base constructor args with an opaque type.
Josh Blum
2010-05-02
1
-9
/
+15
*
Cleaned up some dboard manager construction logic.
Josh Blum
2010-05-02
1
-17
/
+19
*
prefixed the ASSERT_THROW macro with UHD for the sake of namespace
Josh Blum
2010-04-26
1
-1
/
+1
*
Got eeprom read/write dboard ids working.
Josh Blum
2010-04-26
1
-2
/
+3
*
renamed dboard interface to dboard iface, the lengthy name was getting to be ...
Josh Blum
2010-04-14
1
-17
/
+17
*
controlling dboard clock enables from host
Josh Blum
2010-04-12
1
-11
/
+17
*
merged unit type and gpio bank for dboard interface into one type, expanded d...
Josh Blum
2010-04-12
1
-4
/
+4
*
renamed dict get key and value methods
Josh Blum
2010-04-05
1
-2
/
+2
*
moved props into usrp and multiple hpp files
Josh Blum
2010-04-01
1
-0
/
+1
*
Refactor ATR part of dboard interface (and some constants).
Josh Blum
2010-03-31
1
-7
/
+4
*
removed masks for ddr and gpio write in dboard interface
Josh Blum
2010-03-30
1
-4
/
+4
*
Added utility methods to device addr and mac addr to make them more usable.
Josh Blum
2010-03-29
1
-3
/
+3
*
Added tune helper to utils.
Josh Blum
2010-03-29
1
-1
/
+1
*
refactored types.hpp into types directory
Josh Blum
2010-03-27
1
-1
/
+1
*
Split utils.hpp into subdir with multiple files.
Josh Blum
2010-03-27
1
-2
/
+3
*
massaged some of the dboard calls
Josh Blum
2010-03-22
1
-4
/
+4
[next]