| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 1 | -2/+2 |
* | uhd: Add ability to get and set command time through dboard_iface. | michael-west | 2015-04-03 | 1 | -1/+1 |
* | uhd: wb_iface is now a public interface | Josh Blum | 2013-10-04 | 1 | -3/+4 |
* | usrp2: created fw peek/poke functions | Josh Blum | 2012-06-18 | 1 | -1/+7 |
* | usrp2: print helpful message with burner command | Josh Blum | 2012-05-11 | 1 | -0/+3 |
* | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 1 | -8/+1 |
* | usrp2: added fw minor and moved ICMP dest error handling to txrx app | Josh Blum | 2011-07-18 | 1 | -0/+3 |
* | usrp2: moved impl back into usrp subdir | Josh Blum | 2011-06-29 | 1 | -6/+5 |
* | N210: changes for rev 4 support | Nick Foster | 2011-05-18 | 1 | -0/+2 |
* | usrp2: moved register map into #defines, entries for new dsp frontend | Josh Blum | 2011-05-17 | 1 | -5/+0 |
* | usrp2: added the concept of device locking to usrp2/nseries devices | Josh Blum | 2011-05-01 | 1 | -0/+6 |
* | uhd: update copyright headers with automated script | Josh Blum | 2011-03-23 | 1 | -1/+1 |
* | uhd: removed mb_eeprom from mboard iface (already exposed in property) | Josh Blum | 2011-03-03 | 1 | -0/+3 |
* | Merge branch 'mb_iface' into next | Josh Blum | 2011-03-03 | 1 | -56/+2 |
|\ |
|
| * | Generalized the mboard_iface into mboard_iface.hpp and made each of the USRP ... | Nick Foster | 2011-03-01 | 1 | -56/+2 |
* | | usrp2: only include fw_common when needed, remove virtual send/recv, not exposed | Josh Blum | 2011-03-02 | 1 | -8/+0 |
|/ |
|
* | next: generalized the GPS interface to any USRP device. just give it a functi... | Nick Foster | 2011-01-17 | 1 | -0/+9 |
* | usrp2: implemented get time last pps | Josh Blum | 2010-12-30 | 1 | -9/+0 |
* | usrp2: made enums for the rev types and implemented in code | Josh Blum | 2010-11-11 | 1 | -5/+17 |
* | U2P: Ripped out the mboard_rev_t structure in favor of an enum in usrp2_regs.... | Nick Foster | 2010-11-10 | 1 | -16/+5 |
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-next | Nick Foster | 2010-11-10 | 1 | -0/+3 |
|\ |
|
| * | usrp2: move mboard eeprom instance into iface to the clock control can access it | Josh Blum | 2010-11-04 | 1 | -0/+4 |
| * | usrp2: reorganized firmware directory | Josh Blum | 2010-07-30 | 1 | -16/+0 |
* | | 2+: moved mboard_rev to usrp2/ in preparation for merging upstream | Nick Foster | 2010-11-10 | 1 | -4/+4 |
* | | USRP2P: mboard rev works through props interface. | Nick Foster | 2010-10-12 | 1 | -0/+1 |
* | | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ... | Nick Foster | 2010-10-12 | 1 | -3/+3 |
* | | Support for NMEA reads. Uses NMEA parsing instead of Jackson Labs parsing. | Nick Foster | 2010-08-13 | 1 | -1/+1 |
* | | Host-side fixes for GPS UART. | Nick Foster | 2010-08-12 | 1 | -2/+2 |
* | | Added host-side support for UART messaging. | Nick Foster | 2010-08-12 | 1 | -0/+4 |
* | | Host-side changes to work with the USRP2+. | Nick Foster | 2010-07-26 | 1 | -16/+21 |
|/ |
|
* | usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64 | Josh Blum | 2010-07-05 | 1 | -0/+10 |
* | move get clock rate into clock control | Josh Blum | 2010-06-04 | 1 | -6/+0 |
* | Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ... | Josh Blum | 2010-05-11 | 1 | -0/+7 |
* | Added i2c interface to serial.hpp, using in usrp2_iface for i2c and eeprom. | Josh Blum | 2010-04-26 | 1 | -47/+1 |
* | Moved reading the eeprom (dboard ids) onto the host. | Josh Blum | 2010-04-23 | 1 | -0/+55 |
* | moved spi and i2c api into serial.hpp, its used for more than the dboard inte... | Josh Blum | 2010-04-16 | 1 | -2/+2 |
* | renamed dboard interface to dboard iface, the lengthy name was getting to be ... | Josh Blum | 2010-04-14 | 1 | -1/+1 |
* | Created a usrp2 interface class with the control, spi, peek/poke functionality. | Josh Blum | 2010-04-13 | 1 | -0/+103 |