aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard_eeprom.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-54/+53
* dboard_eeprom: Remove trace logs for EEPROM readoutMartin Braun2019-08-251-8/+0
* dboard eeprom: Demote byte sum message to TRACEMartin Braun2018-03-301-2/+6
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-1/+1
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-5/+2
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-1/+0
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-14/+14
* Consolidated byte_vector common code into single fileNicholas Corgan2015-03-271-25/+2
* usrp: added revision field to the dboard id classJosh Blum2011-10-101-2/+19
* usrp: populate a tree from a subdevJosh Blum2011-06-271-1/+1
* uhd: replaced many conditional prints with UHD_LOG usageJosh Blum2011-05-041-11/+9
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+2
* uhd: added a bunch of custom exceptions, not used yetJosh Blum2011-02-241-1/+1
* uhd: simplify dboard eeprom code by passing iface into load/storeJosh Blum2011-02-221-7/+11
* uhd: added 9 byte serial to dboard eeprom classJosh Blum2011-02-221-0/+46
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-6/+7
* 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
* 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