Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidated byte_vector common code into single file | Nicholas Corgan | 2015-03-27 | 1 | -25/+2 |
| | |||||
* | usrp: added revision field to the dboard id class | Josh Blum | 2011-10-10 | 1 | -2/+19 |
| | |||||
* | usrp: populate a tree from a subdev | Josh Blum | 2011-06-27 | 1 | -1/+1 |
| | |||||
* | uhd: replaced many conditional prints with UHD_LOG usage | Josh Blum | 2011-05-04 | 1 | -11/+9 |
| | |||||
* | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -1/+2 |
| | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | uhd: added a bunch of custom exceptions, not used yet | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | uhd: simplify dboard eeprom code by passing iface into load/store | Josh Blum | 2011-02-22 | 1 | -7/+11 |
| | |||||
* | uhd: added 9 byte serial to dboard eeprom class | Josh Blum | 2011-02-22 | 1 | -0/+46 |
| | |||||
* | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 1 | -6/+7 |
| | | | | | | 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. | ||||
* | fixed windows warnings | Josh Blum | 2010-04-26 | 1 | -1/+1 |
| | |||||
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -3/+3 |
| | |||||
* | Got eeprom read/write dboard ids working. | Josh Blum | 2010-04-26 | 1 | -4/+17 |
| | | | | | Moved named prop implementation into cpp, and made named prop a struct (tuples are trouble). | ||||
* | set dboard eeprom from dboard properties | Josh Blum | 2010-04-24 | 1 | -7/+18 |
| | |||||
* | Moved reading the eeprom (dboard ids) onto the host. | Josh Blum | 2010-04-23 | 1 | -0/+78 |
Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code. |