Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Brought in changes to SPI to match up with parallel branch so they share a ↵ | Nick Foster | 2010-08-16 | 1 | -1/+1 |
| | | | | common protocol. | ||||
* | usrp2: added fpga compat number, renamed firmware proto version to compat | Josh Blum | 2010-08-09 | 1 | -7/+17 |
| | |||||
* | usrp2: add a timeout to udp control and make it large for usrp2 control ↵ | Josh Blum | 2010-07-19 | 1 | -1/+13 |
| | | | | transactions | ||||
* | usrp2: moved common defined for udp mtu and implemented change. | Josh Blum | 2010-07-07 | 1 | -4/+5 |
| | | | | | | The uhp mtu is now defined in uhd_simple.hpp. The fw common code does not need to know this information. Fixed a calculation bug in the usrp2 impl code for max samples. | ||||
* | uhd: change pack/unpack for 64-bit numbers to reflect hardware implementation | Josh Blum | 2010-07-07 | 1 | -1/+1 |
| | |||||
* | usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64 | Josh Blum | 2010-07-05 | 1 | -5/+19 |
| | | | | also added a templated host to/from network conversion in byteswap.hpp (didnt use it though) | ||||
* | usrp2: increased transport buffer minimum size, and added warning | Josh Blum | 2010-07-05 | 1 | -1/+1 |
| | | | | | | added more notes on buffer size to the manual pulled in some firmware fixes from the mimo work, just to have them in here | ||||
* | usrp2: enlarged the i2c transaction size, rev-ed the firmware protocol ↵ | Josh Blum | 2010-06-17 | 1 | -1/+1 |
| | | | | number, added constants for packet sizes | ||||
* | move get clock rate into clock control | Josh Blum | 2010-06-04 | 1 | -7/+0 |
| | |||||
* | also use an mtu size recv buffer for the control packet recv | Josh Blum | 2010-06-04 | 1 | -6/+7 |
| | |||||
* | Added RSSI readback to XCVR2450. | Josh Blum | 2010-04-26 | 1 | -1/+1 |
| | | | | also fixed spi readback typo in u2 iface | ||||
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -8/+8 |
| | |||||
* | Added i2c interface to serial.hpp, using in usrp2_iface for i2c and eeprom. | Josh Blum | 2010-04-26 | 1 | -21/+0 |
| | |||||
* | set dboard eeprom from dboard properties | Josh Blum | 2010-04-24 | 1 | -5/+9 |
| | |||||
* | Moved reading the eeprom (dboard ids) onto the host. | Josh Blum | 2010-04-23 | 1 | -0/+61 |
| | | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code. | ||||
* | Added protocol version number to usrp2 common header and data struct. | Josh Blum | 2010-04-21 | 1 | -0/+8 |
| | |||||
* | moved spi and i2c api into serial.hpp, its used for more than the dboard ↵ | Josh Blum | 2010-04-16 | 1 | -1/+0 |
| | | | | interfacing | ||||
* | Created a usrp2 interface class with the control, spi, peek/poke functionality. | Josh Blum | 2010-04-13 | 1 | -0/+168 |
Its used in all the implementation level code |