Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp1: implemented properties interface on usrp1 | Josh Blum | 2011-07-01 | 1 | -98/+4 |
| | |||||
* | usrp1: moved fx2 control into its own directory | Josh Blum | 2011-06-14 | 1 | -3/+3 |
| | |||||
* | usrp1: overload read_eeprom to handle multi-byte reads | Josh Blum | 2011-05-05 | 1 | -0/+11 |
| | |||||
* | usrp1: added more logging to usrp1 iface for debugging | Josh Blum | 2011-05-05 | 1 | -0/+20 |
| | |||||
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 1 | -13/+10 |
| | |||||
* | usrp1: switch usrp1 iface to use spi read (transact never worked) | Josh Blum | 2011-03-30 | 1 | -17/+29 |
| | | | | It detects the number of header bytes by searching for non-zero bytes. | ||||
* | uhd: update copyright headers with automated script | Josh Blum | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | usrp1: also replaced control error prints w/ throws | Josh Blum | 2011-03-10 | 1 | -14/+5 |
| | |||||
* | uhd: removed mb_eeprom from mboard iface (already exposed in property) | Josh Blum | 2011-03-03 | 1 | -4/+4 |
| | | | | also fixed some warnings with unused parameters | ||||
* | Generalized mboard_iface and added a SPI convenience class a la I2C | Nick Foster | 2011-03-03 | 1 | -4/+4 |
| | |||||
* | Generalized the mboard_iface into mboard_iface.hpp and made each of the USRP ↵ | Nick Foster | 2011-03-01 | 1 | -0/+17 |
| | | | | devices inherit from it. | ||||
* | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | uhd: renamed enums to reflect new convention | Josh Blum | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ↵ | Josh Blum | 2010-11-05 | 1 | -1/+1 |
| | | | | to usrp2 | ||||
* | usrp: implement name checking on dicovery (all platforms), separate usb ↵ | Josh Blum | 2010-11-05 | 1 | -1/+3 |
| | | | | serial from serial (for now) | ||||
* | usrp1: replace byteswap with htonx (it was wrong to just swap) | Josh Blum | 2010-09-30 | 1 | -14/+2 |
| | | | | also removed unused poke and peek 16 bit calls | ||||
* | usrp1: fixes to remove warnings and errors for usrp1 + libusb windows | Josh Blum | 2010-09-23 | 1 | -2/+2 |
| | |||||
* | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵ | Nick Foster | 2010-08-31 | 1 | -11/+10 |
| | | | | usrp_init_eeprom.cpp. Hacked up the firmware makefile to behave and to generate .bin EEPROM images instead of IHX. | ||||
* | usrp1: Disable i2c error messages unless debug is enabled | Thomas Tsou | 2010-08-27 | 1 | -2/+4 |
| | | | | | | Failed i2c operations can be normal under certain situations. Notably, write failures are used to detect unpopulated daughterboard slots. | ||||
* | usrp1: Improve debug output readability | Thomas Tsou | 2010-08-24 | 1 | -1/+2 |
| | |||||
* | usrp1: Fix assertion that prevents 32-bit SPI transactions | Thomas Tsou | 2010-08-23 | 1 | -1/+1 |
| | |||||
* | usrp1: Return unknown (0xff) on invalid I2C read | Thomas Tsou | 2010-08-17 | 1 | -5/+2 |
| | | | | | This allows a dboard eeprom read to continue when reading from an empty slot. | ||||
* | usrp1: Add usrp1 implementation | Thomas Tsou | 2010-08-13 | 1 | -0/+262 |