aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp1: work on usrp1 hardware compat with the apiJosh Blum2011-01-171-8/+21
| | | | | | 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
* usrp1: fixed compile time warning, tweaked fw load messageJosh Blum2010-09-291-2/+2
|
* usb: submit should return ssize_t, usrp1: set hash before reset after fw loadJosh Blum2010-09-281-1/+1
|
* usrp1: modify fpga file load to use read (readsome seems to not work here in ↵Josh Blum2010-09-281-2/+3
| | | | windows land)
* usrp1: add print out messages when loading imagesJosh Blum2010-09-261-1/+6
|
* usrp1: modified control to use the c++ ifstream over fopenJosh Blum2010-09-231-8/+9
|
* usrp1: fixes to remove warnings and errors for usrp1 + libusb windowsJosh Blum2010-09-231-2/+2
|
* EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵Nick Foster2010-08-311-1/+62
| | | | usrp_init_eeprom.cpp. Hacked up the firmware makefile to behave and to generate .bin EEPROM images instead of IHX.
* usrp1: Wait for USB device renumeration only when necessaryThomas Tsou2010-08-271-0/+4
| | | | | | Waiting for FX2 renumeration is only needed after a firmware load so move it out of the main device discovery loop and into the firmware load itself.
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+381