Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-05-04 | 2 | -0/+39 |
|\ | |||||
| * | Removed the boost exception stuff, replaced it with macro that formats the ↵ | Josh Blum | 2010-05-05 | 5 | -24/+52 |
| | | | | | | | | | | | | | | throw site information. SWIG didnt handle the boost exception stuff, even with custom exception wrappers. Now the boost requirement can be lowered back to 3.6. | ||||
* | | fix files before pull | Josh Blum | 2010-05-04 | 3 | -40/+14 |
| | | |||||
* | | spi working, talked to ad9522 | Josh Blum | 2010-05-03 | 1 | -1/+8 |
| | | |||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-05-02 | 8 | -71/+103 |
|\| | |||||
| * | windows tweaks to config | Josh Blum | 2010-05-03 | 1 | -13/+9 |
| | | |||||
| * | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 2 | -10/+64 |
| | | | | | | | | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities. | ||||
| * | Replaced the dboard base constructor args with an opaque type. | Josh Blum | 2010-05-02 | 2 | -10/+9 |
| | | |||||
| * | Cleaned up some dboard manager construction logic. | Josh Blum | 2010-05-02 | 1 | -6/+7 |
| | | | | | | | | Moved the dboard base private stuff into a forward declaration. | ||||
| * | Code tweaks and added unit test for dict and error message. | Josh Blum | 2010-05-01 | 4 | -37/+19 |
| | | |||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-04-29 | 2 | -1/+12 |
|\| | |||||
| * | made buffer size args part of constructor | Josh Blum | 2010-04-30 | 1 | -16/+8 |
| | | |||||
| * | setting size of buffers from device args | Josh Blum | 2010-04-27 | 1 | -4/+4 |
| | | |||||
| * | work on controlling the socket buffer sizes from the front end api | Josh Blum | 2010-04-27 | 2 | -0/+19 |
| | | |||||
* | | removed boost exception stuff that makes it incompadible with 1.36, remember ↵ | Josh Blum | 2010-04-25 | 3 | -3/+11 |
| | | | | | | | | this diff | ||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-04-28 | 16 | -83/+355 |
|\| | |||||
| * | added to the time spec documentation | Josh Blum | 2010-04-26 | 1 | -6/+17 |
| | | |||||
| * | added simple usrp api to read rssi and get LO lock status | Josh Blum | 2010-04-26 | 1 | -0/+11 |
| | | |||||
| * | Renamed the prop set/get error macros so they make sense for not-implemented ↵ | Josh Blum | 2010-04-26 | 1 | -6/+6 |
| | | | | | | | | properties. | ||||
| * | added lock detect status to dboards | Josh Blum | 2010-04-26 | 1 | -4/+4 |
| | | |||||
| * | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -1/+1 |
| | | |||||
| * | Got eeprom read/write dboard ids working. | Josh Blum | 2010-04-26 | 1 | -9/+20 |
| | | | | | | | | | | Moved named prop implementation into cpp, and made named prop a struct (tuples are trouble). | ||||
| * | Added i2c interface to serial.hpp, using in usrp2_iface for i2c and eeprom. | Josh Blum | 2010-04-26 | 1 | -0/+61 |
| | | |||||
| * | Work on exceptions. | Josh Blum | 2010-04-25 | 3 | -18/+47 |
| | | | | | | | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert. | ||||
| * | set dboard eeprom from dboard properties | Josh Blum | 2010-04-24 | 4 | -13/+18 |
| | | |||||
| * | Moved reading the eeprom (dboard ids) onto the host. | Josh Blum | 2010-04-23 | 2 | -0/+56 |
| | | | | | | | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code. | ||||
| * | Created args string contructor for device address. | Josh Blum | 2010-04-20 | 2 | -10/+57 |
| | | | | | | | | | | Using the args string for the find devices app. Added documentation to simple usrp. | ||||
| * | added comments to cmakelists, makedir in file generation script so python ↵ | Josh Blum | 2010-04-19 | 1 | -2/+8 |
| | | | | | | | | doesnt have to | ||||
| * | moved spi and i2c api into serial.hpp, its used for more than the dboard ↵ | Josh Blum | 2010-04-16 | 4 | -29/+64 |
| | | | | | | | | interfacing | ||||
| * | added automatic ref source enum | Josh Blum | 2010-04-16 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-04-16 | 18 | -294/+438 |
|\| | | | | | | | | | Conflicts: .gitignore | ||||
| * | removed some windows warnings | Josh Blum | 2010-04-14 | 1 | -2/+2 |
| | | |||||
| * | Added gain control to rfx. Switched string constants to caps (gains, ↵ | Josh Blum | 2010-04-14 | 2 | -5/+9 |
| | | | | | | | | | | | | antennas, subdevs). Made dboard interface for aux dac and adc use volts. | ||||
| * | removed clock rate prop, we dont need to expose that since ticks are in nsecs | Josh Blum | 2010-04-14 | 2 | -2/+0 |
| | | |||||
| * | renamed dxc to dsp for tune result | Josh Blum | 2010-04-14 | 2 | -4/+4 |
| | | |||||
| * | renamed dboard interface to dboard iface, the lengthy name was getting to be ↵ | Josh Blum | 2010-04-14 | 3 | -17/+17 |
| | | | | | | | | a burden | ||||
| * | Moved clock control into abstraction clock control class. | Josh Blum | 2010-04-13 | 1 | -8/+0 |
| | | |||||
| * | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp2 | Josh Blum | 2010-04-13 | 2 | -49/+0 |
| |\ | |||||
| | * | forgot dangling file | Josh Blum | 2010-04-13 | 2 | -49/+0 |
| | | | |||||
| * | | merged unit type and gpio bank for dboard interface into one type, expanded ↵ | Josh Blum | 2010-04-12 | 1 | -35/+44 |
| | | | | | | | | | | | | dboard clock config api | ||||
| * | | moved spi transact to usrp2 impl, and removed spi read | Josh Blum | 2010-04-12 | 1 | -41/+27 |
| | | | |||||
| * | | Merge branch 'rfx' of git@ettus.sourcerepo.com:ettus/uhd into io | Josh Blum | 2010-04-12 | 5 | -61/+86 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp | ||||
| | * | | converted timespec to use nanoseconds for fractional part | Josh Blum | 2010-04-08 | 3 | -15/+30 |
| | | | | |||||
| | * | | Reworked the spi part of the dboard interface. | Josh Blum | 2010-04-07 | 1 | -45/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | It turns out to be more complicated. The integer type is better for holding the bits. The edges can be different, so the spi config hold 2 edge setting for mosi and miso. | ||||
| | * | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into rfx | Josh Blum | 2010-04-06 | 9 | -32/+100 |
| | |\| | |||||
| | * | | some work on rfx board code | Josh Blum | 2010-04-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Added data type conversion routines to transport api. | Josh Blum | 2010-04-12 | 3 | -1/+61 |
| | | | | |||||
| * | | | Created zero copy interface/framework, made use of it in usrp2 udp transport ↵ | Josh Blum | 2010-04-12 | 4 | -69/+139 |
| | |/ | |/| | | | | | | | stuff. | ||||
* | | | Merge branch 'master' into usrp_e | Josh Blum | 2010-04-12 | 9 | -32/+100 |
|\| | | |||||
| * | | handle tx fragment eob flag case | Josh Blum | 2010-04-05 | 1 | -0/+1 |
| | | |