aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/mboard_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* usrp2: clock_sync_delay_cycles adjustment for the image sizeJosh Blum2011-01-121-1/+1
* uhd: replace all the instances of float not pertaining to io types with doubl...Josh Blum2011-01-111-1/+1
* uhd: use internal() to default clock configs, dont use PPS_INT, theres no suc...Josh Blum2011-01-111-11/+4
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
* Merge branch 'cordic_policy' into nextJosh Blum2011-01-041-9/+15
|\
| * usrp2: implemented get time last ppsJosh Blum2010-12-301-9/+15
* | usrp2: print mimo master/slave mode on initJosh Blum2010-12-221-0/+2
* | Merge branch 'udp_ports' into nextJosh Blum2010-12-221-1/+6
|\ \
| * | usrp2: brought err0 transports into device and mboard constructorsJosh Blum2010-12-161-1/+6
| * | usrp2: pulled some changes from the next branch to make merging easierJosh Blum2010-12-151-8/+4
| |/
* | usrp2: added mimo_mode address arg and documented itJosh Blum2010-12-131-5/+19
* | usrp2: set time over serdes when slave, added constants to top of cpp fileJosh Blum2010-12-111-6/+13
* | usrp2: configured clock delay over mimo cableJosh Blum2010-12-111-1/+18
* | usrp-n: configure clocking over the serdes cableJosh Blum2010-12-111-3/+10
* | usrp-n: removed serdes control, its not needed, fw must set this upJosh Blum2010-12-111-1/+0
|/
* usrp2: provided way to disable flow control updates by setting to zeroJosh Blum2010-12-111-10/+13
* usrp-n: some rx path fixesJosh Blum2010-11-291-6/+0
* usrp_nxxx: software workarounds for weird power up stateJosh Blum2010-11-231-4/+4
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-171-44/+68
|\
| * usrp-n: populated name properties to use the generated cname from ifaceJosh Blum2010-11-111-5/+5
| * usrp2: made enums for the rev types and implemented in codeJosh Blum2010-11-111-7/+12
| * U2P: Ripped out the mboard_rev_t structure in favor of an enum in usrp2_regs....Nick Foster2010-11-101-3/+2
| * Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-nextNick Foster2010-11-101-65/+24
| |\
| | * uhd: renamed enums to reflect new conventionJosh Blum2010-11-101-2/+2
| * | 2+: moved mboard_rev to usrp2/ in preparation for merging upstreamNick Foster2010-11-101-1/+1
| * | Moved mboard rev detection to iface.cpp.Nick Foster2010-10-201-4/+0
| * | USRP2P: mboard rev works through props interface.Nick Foster2010-10-121-8/+10
| * | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ...Nick Foster2010-10-121-9/+21
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-10-081-4/+4
| |\ \
| * | | USRP2P: internal reference selected by default.Nick Foster2010-10-051-2/+2
| * | | U2P: 32/64Mbit FLASH support, internal reference support for U2P r2Nick Foster2010-10-051-5/+15
| * | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-09-151-6/+5
| |\ \ \
| * | | | Removing the GPS search stuff until I have time to figure out why the firmwar...Nick Foster2010-08-261-2/+2
| * | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-08-181-22/+15
| |\ \ \ \
| * | | | | Support for NMEA reads. Uses NMEA parsing instead of Jackson Labs parsing.Nick Foster2010-08-131-0/+4
| * | | | | first stab at a GPS driver in gps_ctrl.cpp. not the most expandable thing in ...Nick Foster2010-08-131-6/+1
| * | | | | Host-side fixes for GPS UART.Nick Foster2010-08-121-7/+6
| * | | | | Added host-side support for UART messaging.Nick Foster2010-08-121-0/+7
| * | | | | Merge branch 'master' into usrp2pNick Foster2010-08-101-0/+49
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-07-291-0/+1
| |\ \ \ \ \ \
| * | | | | | | This is a manual merge of codec_gains2 into usrp2py.Nick Foster2010-07-271-0/+3
| * | | | | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2pxNick Foster2010-07-271-0/+6
| |\ \ \ \ \ \ \
| * | | | | | | | Host-side changes to work with the USRP2+.Nick Foster2010-07-261-24/+27
* | | | | | | | | usrp2: implemented clear state for RX and TX control, and zero sample command...Josh Blum2010-11-081-8/+5
* | | | | | | | | Merge branch 'master' into flow_ctrlJosh Blum2010-11-051-51/+16
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | uhd: for eeprom writeback, write and set only those values changedJosh Blum2010-11-051-2/+4
| * | | | | | | | usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-041-6/+5
| * | | | | | | | Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-041-0/+8
| |\ \ \ \ \ \ \ \
| * | | | | | | | | usrp2: implemented mboard eeprom into usrp2 mboardJosh Blum2010-11-041-51/+15
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'usrp2_overflow' into flow_ctrlJosh Blum2010-10-211-0/+8
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |