Commit graph

21 commits

Author SHA1 Message Date
Nick Foster
663808e847 Merge branch 'master' into usrp2p
this was the merge from hell

Conflicts:

	firmware/microblaze/Makefile.am
	firmware/microblaze/bootstrap
	firmware/microblaze/configure.ac
	firmware/microblaze/lib/Makefile.inc
	host/lib/CMakeLists.txt
	host/lib/usrp/mimo_usrp.cpp
	host/lib/usrp/simple_usrp.cpp
	host/lib/usrp/usrp2/clock_ctrl.cpp
	host/lib/usrp/usrp2/codec_impl.cpp
	host/lib/usrp/usrp2/dboard_impl.cpp
	host/lib/usrp/usrp2/mboard_impl.cpp
	host/lib/usrp/usrp2/usrp2_iface.hpp
	host/lib/usrp/usrp2/usrp2_impl.hpp
	host/lib/usrp/usrp2/usrp2_regs.hpp
	host/test/CMakeLists.txt
2010-08-10 17:02:47 -07:00
Josh Blum
55658336cf usrp: added api call to get the subdev spec 2010-08-09 15:16:07 -07:00
Josh Blum
03ccbeb641 Merge branch 'codec_gains'
Conflicts:
	host/lib/usrp/mimo_usrp.cpp
	host/lib/usrp/simple_usrp.cpp
	host/test/CMakeLists.txt
2010-08-06 15:18:02 -07:00
Josh Blum
187fe9d3e7 usrp: tweaks to subdev spec printing 2010-08-06 12:15:05 -07:00
Josh Blum
5ec42578fa uhd: created subdevice pair struct for subdev spec (easier than first/second) 2010-08-06 12:15:05 -07:00
Josh Blum
a333a01ac0 uhd: implemented subdev spec in mimo and simple usrp wrappers.
implemented subdev spec in usrp2 mboard impl

removed subdevs used in dboard impl
2010-08-06 12:15:05 -07:00
Nick Foster
41a36699e6 Interface access methods for users to access dboards. 2010-07-27 17:46:08 -07:00
Nick Foster
92e7a28de3 This is a manual merge of codec_gains2 into usrp2py. 2010-07-27 16:53:05 -07:00
Josh Blum
9775ddc521 usrp: added gain group support usrp2 dboard and to wrapper implementations 2010-07-27 15:45:49 -07:00
Josh Blum
b25e610868 usrp: added functions to derive tuned frequency, tweaked logic, added unit test 2010-07-16 16:51:30 -07:00
Josh Blum
cc087a3417 uhd: include code_rate/2 as part of the tunable frequency range 2010-07-16 13:11:10 -07:00
Josh Blum
549a0170a4 uhd: added get time now call to simple and mimo usrp 2010-07-05 13:49:04 -07:00
Josh Blum
6469d2419f uhd: filling in mimo usrp implementation, renamed get_name to get_pp_string for simple and mimo usrp 2010-07-05 13:45:16 -07:00
Josh Blum
695dd535d5 added set freq with lo offset to simple usrp wrapper 2010-05-14 13:02:04 -07:00
Josh Blum
a62ff5290a added simple usrp api to read rssi and get LO lock status 2010-04-26 18:13:09 -07:00
Josh Blum
eae0bec99b Created args string contructor for device address.
Using the args string for the find devices app.
Added documentation to simple usrp.
2010-04-20 12:05:33 -07:00
Josh Blum
5ac7a9e5d0 removed clock rate prop, we dont need to expose that since ticks are in nsecs 2010-04-14 14:57:12 -07:00
Josh Blum
97496ace66 simplified the usage of dboard, dsp, and mboard proxies.
removed the dict structure for each, we are just going to have one.
2010-04-05 16:36:51 -07:00
Josh Blum
1cc8c6c964 paradigm shift for the dsp abstraction 2010-04-05 14:37:21 -07:00
Josh Blum
f1f4865119 hardcoded values for enum props, added clock get/set for simple usrp 2010-04-01 16:37:25 -07:00
Josh Blum
54e8b566f6 Moved usrp specific things into usrp directories and namespaces.
Renamed simple device to simple usrp (it was usrp specific).
Moved tune helper to usrp dir for same reason.
2010-04-01 16:01:46 -07:00
Renamed from host/lib/simple_device.cpp (Browse further)