Commit graph

22 commits

Author SHA1 Message Date
Josh Blum
67cbce5891 uhd: conditionalize the eeprom check 2013-07-15 15:47:52 -07:00
Moritz Fischer
171e46cebe examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectively
instead of 0 and 1.
2012-10-26 14:00:29 -07:00
Josh Blum
a0ad50f925 uhd: added some more prints to the probe 2012-06-08 11:46:24 -07:00
Josh Blum
8315ab86b1 uhd: added readback of version and arbitrary string property to probe app 2011-08-17 10:30:35 -07:00
Josh Blum
da40a1aebc uhd: replaced boost filesystem path with fs_path in property tree 2011-07-22 13:59:47 -07:00
Josh Blum
9851de0713 uhd: add get_tree call directly to the device
Does away with the need for wax cast to get the tree.
You can still do this but it will eventually be removed.
There was some compiler issue on ubuntu 10.04 with any cast and a shared ptr to property tree.
2011-07-20 14:13:37 -07:00
Josh Blum
4bcab9c56a usrp: renamed ref_source to clock_source (terminology) 2011-07-02 09:32:00 -07:00
Josh Blum
adbe1a0efe uhd: loopback working on usrp2 2011-06-29 10:54:28 -07:00
Josh Blum
ebd2ecc6ff uhd: work getting multi-usrp working 2011-06-28 19:10:55 -07:00
Josh Blum
8308fb0eef usrp: got probe working w/ the new property tree 2011-06-28 16:05:08 -07:00
Josh Blum
3a61875156 usrp2: restored discovery and most of io_impl 2011-06-27 23:05:53 -07:00
Josh Blum
7450a6583f usrp: support for grand daughter board eeprom 2011-04-26 14:15:16 -07:00
Josh Blum
261bb80d73 uhd: update copyright dates on host code 2011-01-13 16:22:07 -08:00
Josh Blum
771b5cebda uhd: integrated boost split or tokenizer into source files, remove string split from algorithms header 2011-01-06 15:38:56 -08:00
Josh Blum
08dfff3798 uhd: created a meta range that is a range of ranges for gains and freqs
created a templated range that that holds a start, stop, and step

created a meta-range template that is a vector of ranges
meta-range can calculate the overall start, stop, step
or be indexed to get at components

replaced instances of range.min, max, step with the functions
start() stop() and step()

the xcvr frequency range is now expressed in as two ranges
(have to fix its clip function though)
2010-11-10 19:29:06 -08:00
Josh Blum
9dff7952f6 usrp: print eeprom key/value pairs in the probe app, fixed mac addr size 2010-11-04 21:25:25 -07:00
Josh Blum
805d4a0cff uhd: made split string utility function 2010-08-12 10:08:17 -07:00
Josh Blum
d769ff8cc3 usrp: removed gain handler code (replaced by gain group) 2010-07-27 15:45:49 -07:00
Josh Blum
c2b97490b7 usrp2: added codec impl for codec properties to usrp2 2010-07-27 15:45:49 -07:00
Josh Blum
9a9ca6dfad uhd: work on tune logic, and subdev connection logic 2010-07-16 16:51:30 -07:00
Josh Blum
2a3d0e653e usrp: removed spectrum inverted property from subdev code and tune helper (it wasnt used) 2010-07-16 16:51:30 -07:00
Josh Blum
ad95e45ab2 created uhd usrp probe 2010-06-09 18:30:10 -07:00