Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | next: generalized the GPS interface to any USRP device. just give it a ↵ | Nick Foster | 2011-01-17 | 1 | -1/+4 |
| | | | | | | | function to write/read strings to UART. not sure if i'm happy with the interface; maybe inheriting is cleaner. this works though. gps interface for usrp2 is disabled right now in mboard_impl. | ||||
* | next: fngets() fixed for GPS driver. polling/timeout moved to host side. ↵ | Nick Foster | 2011-01-17 | 1 | -1/+1 |
| | | | | small changes to GPS output text. | ||||
* | usrp2: different clock delays for usrp2 and usrp-n210 | Josh Blum | 2011-01-13 | 1 | -2/+6 |
| | |||||
* | usrp2: calibrated mimo clock delay for n210 (same as usrp2 classic) | Josh Blum | 2011-01-13 | 1 | -9/+3 |
| | |||||
* | usrp2: clock_sync_delay_cycles adjustment for the image size | Josh Blum | 2011-01-12 | 1 | -1/+1 |
| | |||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 1 | -1/+1 |
| | | | | double, simplifies life | ||||
* | uhd: use internal() to default clock configs, dont use PPS_INT, theres no ↵ | Josh Blum | 2011-01-11 | 1 | -11/+4 |
| | | | | such thing | ||||
* | uhd: update copyright dates | Josh Blum | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'cordic_policy' into next | Josh Blum | 2011-01-04 | 1 | -9/+15 |
|\ | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_regs.cpp host/lib/usrp/usrp2/usrp2_regs.hpp | ||||
| * | usrp2: implemented get time last pps | Josh Blum | 2010-12-30 | 1 | -9/+15 |
| | | | | | | | | | | | | | | | | | | renamed the enum for the pps time added calls to single and multi wrappers set time unknown pps now simpler removed peek64 stuff from host + fw please test | ||||
* | | usrp2: print mimo master/slave mode on init | Josh Blum | 2010-12-22 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'udp_ports' into next | Josh Blum | 2010-12-22 | 1 | -1/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/apps/txrx_uhd.c host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp | ||||
| * | | usrp2: brought err0 transports into device and mboard constructors | Josh Blum | 2010-12-16 | 1 | -1/+6 |
| | | | |||||
| * | | usrp2: pulled some changes from the next branch to make merging easier | Josh Blum | 2010-12-15 | 1 | -8/+4 |
| |/ | |||||
* | | usrp2: added mimo_mode address arg and documented it | Josh Blum | 2010-12-13 | 1 | -5/+19 |
| | | |||||
* | | usrp2: set time over serdes when slave, added constants to top of cpp file | Josh Blum | 2010-12-11 | 1 | -6/+13 |
| | | |||||
* | | usrp2: configured clock delay over mimo cable | Josh Blum | 2010-12-11 | 1 | -1/+18 |
| | | |||||
* | | usrp-n: configure clocking over the serdes cable | Josh Blum | 2010-12-11 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | added status to register to readback master/slave mode removed mimo enum from clock config, its not relevant added serdes clock config to the update clock config method | ||||
* | | usrp-n: removed serdes control, its not needed, fw must set this up | Josh Blum | 2010-12-11 | 1 | -1/+0 |
|/ | |||||
* | usrp2: provided way to disable flow control updates by setting to zero | Josh Blum | 2010-12-11 | 1 | -10/+13 |
| | |||||
* | usrp-n: some rx path fixes | Josh Blum | 2010-11-29 | 1 | -6/+0 |
| | | | | | | removed stop streaming command from init (taken care of by reset) fixed incoming packet filter to pass inline message packets | ||||
* | usrp_nxxx: software workarounds for weird power up state | Josh Blum | 2010-11-23 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrl | Nick Foster | 2010-11-17 | 1 | -44/+68 |
|\ | | | | | | | | | | | | | | | Conflicts: host/lib/transport/udp_simple.cpp host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_regs.hpp | ||||
| * | usrp-n: populated name properties to use the generated cname from iface | Josh Blum | 2010-11-11 | 1 | -5/+5 |
| | | |||||
| * | usrp2: made enums for the rev types and implemented in code | Josh Blum | 2010-11-11 | 1 | -7/+12 |
| | | |||||
| * | U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵ | Nick Foster | 2010-11-10 | 1 | -3/+2 |
| | | | | | | | | | | | | usrp2_regs.hpp and some logic. Also change ethernet.c to move generic code to eth_lib. | ||||
| * | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-next | Nick Foster | 2010-11-10 | 1 | -65/+24 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/lib/u2_init.c host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/fw_common.h host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_iface.hpp | ||||
| | * | uhd: renamed enums to reflect new convention | Josh Blum | 2010-11-10 | 1 | -2/+2 |
| | | | |||||
| * | | 2+: moved mboard_rev to usrp2/ in preparation for merging upstream | Nick Foster | 2010-11-10 | 1 | -1/+1 |
| | | | |||||
| * | | Moved mboard rev detection to iface.cpp. | Nick Foster | 2010-10-20 | 1 | -4/+0 |
| | | | | | | | | | | | | This fixes the incorrect FPGA compat number readback bug. We were trying to read before the register set had been loaded. | ||||
| * | | USRP2P: mboard rev works through props interface. | Nick Foster | 2010-10-12 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | | | | Added usrp2_burn_mb_rev.cpp to utils. It is not installed to the utils install dir. Not all happy with the mboard_rev setup -- is_usrp2p() is too specific for a generalized mboard_rev concept. I'm not sure where else to put it so for now it stays. | ||||
| * | | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ↵ | Nick Foster | 2010-10-12 | 1 | -9/+21 |
| | | | | | | | | | | | | with hardware revisions. | ||||
| * | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-10-08 | 1 | -4/+4 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp host/lib/usrp/usrp2/mboard_impl.cpp | ||||
| * | | | USRP2P: internal reference selected by default. | Nick Foster | 2010-10-05 | 1 | -2/+2 |
| | | | | |||||
| * | | | U2P: 32/64Mbit FLASH support, internal reference support for U2P r2 | Nick Foster | 2010-10-05 | 1 | -5/+15 |
| | | | | |||||
| * | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-09-15 | 1 | -6/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/CMakeLists.txt host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp | ||||
| * | | | | Removing the GPS search stuff until I have time to figure out why the ↵ | Nick Foster | 2010-08-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | firmware side keeps timing out. | ||||
| * | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-08-18 | 1 | -22/+15 |
| |\ \ \ \ | |||||
| * | | | | | Support for NMEA reads. Uses NMEA parsing instead of Jackson Labs parsing. | Nick Foster | 2010-08-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | No multibaud support yet. read/write_uart() now do multiple-packet writes in multiples of 20 bytes (hardcoded). | ||||
| * | | | | | first stab at a GPS driver in gps_ctrl.cpp. not the most expandable thing in ↵ | Nick Foster | 2010-08-13 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | the world but there's only so many GPS interfaces out there. | ||||
| * | | | | | Host-side fixes for GPS UART. | Nick Foster | 2010-08-12 | 1 | -7/+6 |
| | | | | | | |||||
| * | | | | | Added host-side support for UART messaging. | Nick Foster | 2010-08-12 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Have not yet added GPS control library. Debug crap in mboard_impl.cpp constructor. | ||||
| * | | | | | Merge branch 'master' into usrp2p | Nick Foster | 2010-08-10 | 1 | -0/+49 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this was the merge from hell Conflicts: firmware/microblaze/Makefile.am firmware/microblaze/bootstrap firmware/microblaze/configure.ac firmware/microblaze/lib/Makefile.inc host/lib/CMakeLists.txt host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/codec_impl.cpp host/lib/usrp/usrp2/dboard_impl.cpp host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.hpp host/lib/usrp/usrp2/usrp2_impl.hpp host/lib/usrp/usrp2/usrp2_regs.hpp host/test/CMakeLists.txt | ||||
| * \ \ \ \ \ | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-07-29 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp | ||||
| * | | | | | | | This is a manual merge of codec_gains2 into usrp2py. | Nick Foster | 2010-07-27 | 1 | -0/+3 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2px | Nick Foster | 2010-07-27 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp | ||||
| * | | | | | | | | Host-side changes to work with the USRP2+. | Nick Foster | 2010-07-26 | 1 | -24/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change summary: Added clock register selection between USRP2/USRP2+ Added memory map selection between USRP2/USRP2+ Added ADS62P44 support for USRP2+ | ||||
* | | | | | | | | | usrp2: implemented clear state for RX and TX control, and zero sample ↵ | Josh Blum | 2010-11-08 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command support | ||||
* | | | | | | | | | Merge branch 'master' into flow_ctrl | Josh Blum | 2010-11-05 | 1 | -51/+16 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp | ||||
| * | | | | | | | | uhd: for eeprom writeback, write and set only those values changed | Josh Blum | 2010-11-05 | 1 | -2/+4 |
| | | | | | | | | |