aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_ctrl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp1: apply conditional disables/enables to rx and txJosh Blum2011-05-141-0/+5
| | | | | | | | Scapped the old gnuradio code for information about VRQ_FPGA_SET_XX_ENABLE. It turns out that we should disabled + restore state when changing muxes or rates. The USRP seems to stream properly when receiving single and dual channel. Prior to this commit, tx was accicentally always disabled from a few commits ago.
* uhd: update copyright headers with automated scriptJosh Blum2011-03-231-1/+1
|
* usrp1: throw in control calls that fail rather than print the errorJosh Blum2011-03-101-43/+4
|
* usrp1: work on usrp1 hardware compat with the apiJosh Blum2011-01-171-14/+3
| | | | | | today we added shutoff the DAC when not transmitting using EOB as an indicator added various other features and cleaned up code for soft time control
* EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵Nick Foster2010-08-311-0/+31
| | | | usrp_init_eeprom.cpp. Hacked up the firmware makefile to behave and to generate .bin EEPROM images instead of IHX.
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+132