aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard_eeprom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-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 warningsJosh Blum2010-04-261-1/+1
|
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-3/+3
|
* Got eeprom read/write dboard ids working.Josh Blum2010-04-261-4/+17
| | | | | Moved named prop implementation into cpp, and made named prop a struct (tuples are trouble).
* set dboard eeprom from dboard propertiesJosh Blum2010-04-241-7/+18
|
* Moved reading the eeprom (dboard ids) onto the host.Josh Blum2010-04-231-0/+78
Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code.