aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/mboard_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp2: work on mtu discoveryJosh Blum2011-03-031-4/+4
| | | | | | added echo routine to the firmware and discovery routine to host the implementation is integrated into the factory function and appears to work on linux
* Merge branch 'master' into nextJosh Blum2011-03-031-0/+1
|\ | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp
| * usrp2: only include fw_common when needed, remove virtual send/recv, not exposedJosh Blum2011-03-021-0/+1
| |
* | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-6/+6
| |
* | uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
| | | | | | | | | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* | usrp2: move buffer resize code and add rule for bsd/macJosh Blum2011-02-221-13/+2
| |
* | usrp2: 2nd dsp working, tweaks regs map and other bugsJosh Blum2011-02-211-0/+2
| |
* | uhd: moved indexed device addr routines into apiJosh Blum2011-02-211-7/+6
| | | | | | | | | | implement in usrp2, also combine non specified args into addr when initializing the mboard so we can use a single addr
* | usrp2: code working again in a completed form but did not test dual dspJosh Blum2011-02-201-13/+11
| |
* | usrp2: lot of work on dual dsp, grep for TODOs before continuingJosh Blum2011-02-191-21/+77
| |
* | usrp2: moved all dsp related code into dsp_impl and split for multiple dspsJosh Blum2011-02-181-67/+14
| |
* | usrp2: added indexed regs for rx dsp and ctrlJosh Blum2011-02-181-27/+12
| |
* | uhd: got all compiling w/ changes, changes to channel calculation in multi usrpJosh Blum2011-02-171-7/+4
| |
* | uhd: work on multiple dsp in host wrapperJosh Blum2011-02-171-3/+6
| |
* | usrp2: prefix the dsp and ctrl registers with 0 in preparation for 2nd dspJosh Blum2011-02-171-11/+11
|/
* usrp2: fix for lingering packet problemJosh Blum2011-02-081-0/+8
|
* usrp: added set and get master clock rates to usrp APIJosh Blum2011-01-311-0/+8
| | | | | | implemented set and get rates in usrp1 (its all soft) implemented set and get rates in usrp2 (only 100MHz)
* usrp2: dont set the time for slave devices, they always take from mimo cableJosh Blum2011-01-271-0/+3
|
* N210: longer GPS timeout, removed try/catch in safe_recv loop (since it ↵Nick Foster2011-01-251-3/+3
| | | | can't throw any more)
* next: generalized the GPS interface to any USRP device. just give it a ↵Nick Foster2011-01-171-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 Foster2011-01-171-1/+1
| | | | small changes to GPS output text.
* usrp2: different clock delays for usrp2 and usrp-n210Josh Blum2011-01-131-2/+6
|
* usrp2: calibrated mimo clock delay for n210 (same as usrp2 classic)Josh Blum2011-01-131-9/+3
|
* 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 ↵Josh Blum2011-01-111-1/+1
| | | | double, simplifies life
* uhd: use internal() to default clock configs, dont use PPS_INT, theres no ↵Josh Blum2011-01-111-11/+4
| | | | such thing
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
|
* Merge branch 'cordic_policy' into nextJosh Blum2011-01-041-9/+15
|\ | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_regs.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * usrp2: implemented get time last ppsJosh Blum2010-12-301-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 initJosh Blum2010-12-221-0/+2
| |
* | Merge branch 'udp_ports' into nextJosh Blum2010-12-221-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 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
| | | | | | | | | | | | | | | | 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 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
| | | | | | 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 stateJosh Blum2010-11-231-4/+4
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-171-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 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 ↵Nick Foster2010-11-101-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-nextNick Foster2010-11-101-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 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
| | | | | | | | | | | | 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 Foster2010-10-121-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.