Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | USRP1: added support for setting clock rate from EEPROM | Josh Blum | 2011-05-01 | 1 | -2/+2 |
| | | | | | Basically, same deal as the previous changeset but for USRP1. Modified previous changes so that the key is shorter (mcr = master_clock_rate) | ||||
* | usrp-e100: add ability to set/get default master clock rate from EEPROM | Josh Blum | 2011-05-01 | 2 | -1/+22 |
| | | | | | | | | | Mboard eeprom map class can parse the setting (4 byte float). The clock control will try to set the eeprom rate if present, otherwise or under failure condition, it sets the default. Updated docs, example, and provided helpful verbose. I would prefer that users burn the desired rate to the eeprom (and they may too). | ||||
* | usrp_e100: added recv/send_frame_size xport args | Josh Blum | 2011-04-16 | 3 | -11/+23 |
| | |||||
* | usrp: support for grand daughter board eeprom | Josh Blum | 2011-04-26 | 2 | -2/+15 |
| | |||||
* | uhd: move thread loop condition flag to before barrier (prevents race condition) | Josh Blum | 2011-04-22 | 1 | -1/+1 |
| | |||||
* | usrp-e100: reset dboard clocks on rate change, and dont cache in dboard iface | Josh Blum | 2011-04-07 | 3 | -4/+32 |
| | |||||
* | uhd: define LINUX in build system to simplify some checks | Josh Blum | 2011-04-01 | 1 | -5/+1 |
| | |||||
* | uhd: implemented boost barriers on all code that creates threads | Josh Blum | 2011-03-31 | 1 | -5/+11 |
| | | | | | | | | | The barrier ensures that the thread must spawn before the caller exits. Some of the code already used a mutex to accomplish this, however cygwin chokes when a mutex is locked twice by the same thread. Mutex implementations were replaced with the barrier implementation. Also the barrier implementation is far cleaner. | ||||
* | usrp-e100: set the ticks-per-second every time we change clock rate | Josh Blum | 2011-03-29 | 2 | -5/+1 |
| | |||||
* | uhd: update copyright headers with automated script | Josh Blum | 2011-03-23 | 2 | -2/+2 |
| | |||||
* | usrp-e100: added module compat num check, made fpga compat constant more obvious | Josh Blum | 2011-03-11 | 3 | -6/+15 |
| | |||||
* | usrp-e100: reinstate the VCO calibration timeout message | Josh Blum | 2011-03-06 | 1 | -3/+0 |
| | |||||
* | usrp-e100: disabling VCO cal check, its not right, and the warning alarms people | Josh Blum | 2011-03-05 | 1 | -0/+3 |
| | |||||
* | Merge branch 'boost_fs_string' into next | Josh Blum | 2011-03-17 | 1 | -1/+1 |
|\ | |||||
| * | uhd: replace file_string() with string() for deprecation reasons | Josh Blum | 2011-03-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Patch from moritz.fischer@student.kit.edu [1] http://www.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/deprecated.html [2] http://www.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/index.htm Boost 1.36 appears to have string(), so this should be safe to use. | ||||
* | | Merge branch 'master' into next | Josh Blum | 2011-03-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | E100: fix test clock output enable | Nick Foster | 2011-03-16 | 1 | -1/+1 |
| |/ | |||||
| * | usrp-e100: disable the global reset for now | Josh Blum | 2011-02-25 | 1 | -1/+1 |
| | | |||||
* | | usrp_e1xx : Remove reset offset from register map. | Philip Balister | 2011-03-14 | 1 | -1/+0 |
| | | |||||
* | | usrp_e : Remove commented out FPGA reset code. | Philip Balister | 2011-03-14 | 1 | -3/+0 |
| | | | | | | | | | | | | The reset is done in the device driver open. Reseting from uhd is bad because the driver has to re-initialize the spi and i2c controllers after resetting the fpga. | ||||
* | | uhd: removed mb_eeprom from mboard iface (already exposed in property) | Josh Blum | 2011-03-03 | 2 | -2/+5 |
| | | | | | | | | also fixed some warnings with unused parameters | ||||
* | | Generalized mboard_iface and added a SPI convenience class a la I2C | Nick Foster | 2011-03-03 | 4 | -12/+12 |
| | | |||||
* | | Generalized the mboard_iface into mboard_iface.hpp and made each of the USRP ↵ | Nick Foster | 2011-03-01 | 2 | -49/+10 |
| | | | | | | | | devices inherit from it. | ||||
* | | usrp-e100: disable the global reset for now | Josh Blum | 2011-03-01 | 1 | -1/+1 |
| | | |||||
* | | usrp-e100: conditional code for when fpga downloader is externally included | Josh Blum | 2011-02-24 | 1 | -0/+8 |
| | | |||||
* | | uhd: switch algorithm namespace to uhd | Josh Blum | 2011-02-24 | 1 | -4/+4 |
| | | |||||
* | | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 6 | -13/+13 |
| | | |||||
* | | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 10 | -12/+11 |
| | | | | | | | | | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | | Merge branch 'usrp2_dual_dsp' into next | Josh Blum | 2011-02-24 | 2 | -13/+5 |
|\ \ | |/ |/| | | | | | Conflicts: host/include/uhd/usrp/mboard_props.hpp | ||||
| * | uhd: got all compiling w/ changes, changes to channel calculation in multi usrp | Josh Blum | 2011-02-17 | 2 | -13/+5 |
| | | |||||
* | | uhd: switch dboard id prop to whole eeprom struct | Josh Blum | 2011-02-22 | 1 | -8/+8 |
| | | | | | | | | | | | | modified implementation code and burner app also made dboard manager use safe constructor that will use none ids if construction fails | ||||
* | | uhd: simplify dboard eeprom code by passing iface into load/store | Josh Blum | 2011-02-22 | 1 | -5/+5 |
|/ | |||||
* | usrp-e100: use pre-bound get send/recv buffers in io impl | Josh Blum | 2011-02-03 | 1 | -18/+30 |
| | |||||
* | usrp-e100: replaced safe managed buffers in usrp-e100 mmap with custom ones | Josh Blum | 2011-02-15 | 1 | -48/+112 |
| | | | | | | | | the buffers are reusable and the overhead is reduced (nothing to malloc) also removed the zero_copy.cpp (not needed anymore) need to test on device... | ||||
* | Merge branch 'usrp_e100_devel' into next | Josh Blum | 2011-02-10 | 9 | -139/+373 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/usrp_e100/io_impl.cpp | ||||
| * | usrp-e100: tweak for clock control register calculation, works better | Josh Blum | 2011-01-27 | 1 | -30/+33 |
| | | |||||
| * | usrp-e100: added passthrough to images makefile, tweaks to usrp-e-utility | Josh Blum | 2011-02-03 | 1 | -1/+1 |
| | | |||||
| * | usrp-e100: changes for global reset and non-zero sids on rx | Josh Blum | 2011-01-22 | 4 | -10/+33 |
| | | |||||
| * | usrp-e100: combined clkconfig and fpga downloader into usrp-e-utility, ↵ | Josh Blum | 2011-01-31 | 2 | -28/+16 |
| | | | | | | | | simplified code | ||||
| * | usrp-e100: work on clock control | Josh Blum | 2011-01-30 | 1 | -53/+98 |
| | | | | | | | | | | | | | | added vco calibration routine and readback to check for calibrated changed the counters/dividers calculation to be event driven and more mathematically calculated. | ||||
| * | usrp-e100: tweaks to clock control and setting from api | Josh Blum | 2011-01-30 | 2 | -5/+15 |
| | | |||||
| * | Merge branch 'usrp_e100_devel' of ettus.sourcerepo.com:ettus/uhdpriv into ↵ | Philip Balister | 2011-02-01 | 2 | -46/+134 |
| |\ | | | | | | | | | | | | | | | | | | | usrp_e100_devel Conflicts: host/lib/usrp/usrp_e100/clock_ctrl.cpp | ||||
| | * | Merge branch 'multi_usrp_only' into usrp_e100_devel | Josh Blum | 2011-01-31 | 1 | -1/+1 |
| | |\ | |||||
| | * | | usrp-e100: clock control use boost math gcd for divider calculation | Josh Blum | 2011-01-29 | 1 | -4/+7 |
| | | | | |||||
| | * | | usrp-e100: working clock control 61.44, 52mhz | Josh Blum | 2011-01-29 | 1 | -8/+10 |
| | | | | |||||
| | * | | usrp-e100: so far internal vco code works w/ 64mhz | Josh Blum | 2011-01-29 | 1 | -62/+133 |
| | | | | |||||
| * | | | usrp-e100: remove unused clock control constants, enb test clock | Josh Blum | 2011-01-31 | 1 | -16/+1 |
| |/ / | |||||
| * | | usrp-e100: work on clock control | Josh Blum | 2011-01-30 | 2 | -22/+108 |
| | | | |||||
| * | | usrp-e100: added misc test register 32 bits | Josh Blum | 2011-01-25 | 1 | -0/+3 |
| | | | |||||
| * | | usrp-e100: changes to regs map for re-mapping of address space | Josh Blum | 2011-01-23 | 1 | -40/+43 |
| | | |