Activity
From 02/21/2012 to 04/20/2012
04/20/2012
- 09:21 pm Revision a6ec6e25: mboard id's are now more concise (codenames are separated, for example), and d...
- 08:37 pm Revision 20ea7b7b: dboard: updated timed sync stuff for wbx* sbx*
- 07:34 pm Revision dc2f14d7: usrp2: cleanup for fifo control wraparound_lt16 routine
- 06:52 pm Revision 00f515da: N2x0: updated the bootloader w/ latest from fw
- 06:50 pm Revision b913183c: usrp2: add variable for wb/spi interface
- This variable gets set based on the rev type
so we can support the command fifo when present. - 05:24 pm Revision ed3624aa: usrp2: remove settings_fifo_ctrl, meets timing
- 01:08 am Revision ece88b4c: send: sph holdover from transport work
04/18/2012
- 10:12 pm Revision 7051b32b: Merge branch 'maint'
- 10:11 pm Revision 360681f2: master: Fixing comments that say SPI is LSB.
- 10:08 pm Revision 5ebbf8a8: n2x0: card burner fixes for python3.0 and IPv6
- has_key is not in python3.0, use key in dict
put try catch around interface enumeration, might be an ipv6 issue - 06:23 pm Revision 355101a1: usrp2: updated fifo command with to 16 (1 short fifo)
- 01:43 am Revision 1ddcad46: fifo ctrl: Nseries timing meets with a single shortfifo
04/17/2012
- 09:11 pm Revision 09df4536: Merge branch 'maint'
- 09:07 pm Revision 4a1ec80d: usb: do not release recv buffer in wrapper
- The actual recv buffer will be automatically released when dereferenced.
By releasing this buffer early we allowed fo... - 08:39 pm Revision a345c19c: recv: only inspect tsf on timestamp error check
- 07:19 pm Revision 1c61865d: multi_usrp: returns db_eeprom instead of gdb_eeprom in both TX/RX cases
- 12:10 am Revision 12958f67: Merge branch 'maint'
04/16/2012
- 11:49 pm Revision b221b3e3: convert: give SIMD conversions prio over table
- given performance benchmarks involving the converter,
when the driver is also doing other things
sc8 conversions wil...
04/13/2012
- 06:51 pm Revision 74963339: examples: added multi-channel and host format options to benchmark
- 02:49 pm Revision af9db955: Merge branch 'maint'
- 02:48 pm Revision 44b68ee8: cmake: UHDVersion.cmake gets rid of git commit number if 'release' is specifie...
04/12/2012
04/11/2012
- 02:10 am Revision e8dc9336: usrp: work on meeting timing constraints
- * fifo ctrl register the vita ticks and use late
* vita de/framer make nchans const since we dont change it
* simplif... - 02:05 am Revision 8af42ce3: usrp: updated nchan usage for vita rx change
- 01:57 am Revision 93d4a16f: Merge branch 'maint'
- 01:54 am Revision 3fb06756: uhd: bumped version num to 3.4.1 for release
04/10/2012
- 09:29 pm Revision 12ea8858: Merge branch 'master' into next
- 07:24 pm Revision cc421709: uhd: updated transport hammer
- 07:02 pm Revision 76f79433: Merge branch 'fpga_next' into next
- 06:12 pm Revision b9ea3170: Merge branch 'fpga_master'
- 02:53 am Revision 510632d8: Merge branch 'master' into next
- Conflicts:
usrp2/top/N2x0/u2plus_core.v
usrp2/top/USRP2/u2_core.v - 02:51 am Revision bcca5170: Merge branch 'maint'
- 12:29 am Revision c402ed8c: Merge branch 'maint'
04/09/2012
- 11:37 pm Revision 1e143bdd: Merge branch 'fpga_maint' into maint
- 11:35 pm Revision f136b062: vita: moved clear register to overlap with nchan register
- This fixes the bug where setting the format clears the vita RX.
This is only an issue when the noclear option is set ... - 09:30 pm Revision 00c24184: dsp: clear register now overlaps with numchan register.
- This fixes the bug of unwanted clearing when setting format.
04/06/2012
- 07:07 pm Revision c8a2e488: usrp: fix set_clock_config typo for external and mimo clock ref
- This is a typo in the set_clock_config implementation.
However, the enum values are the same, so this would not cause...
04/05/2012
- 09:58 pm Revision bd3eeb51: uhd: changed ABI compat string to 3.4.0-1 for new multi usrp additions
- 09:54 pm Revision e59bad03: multi_usrp: added subdev spec and antenna to get_usrp_info functions
- 09:54 pm Revision 5a678852: multi_usrp: added subdev spec and antenna to get_usrp_info functions
- 12:14 am Revision 10a38e23: lib: corrected multi_usrp docs
- 12:12 am Revision cf959252: lib: multi_usrp can now output motherboard and daughterboard data in a diction...
04/03/2012
- 10:53 pm Revision a1d8b946: Merge branch 'master' into next
- Conflicts:
host/examples/CMakeLists.txt - 09:41 pm Revision 51c81a39: Merge branch 'maint'
- 01:36 am Revision 5918cec1: Merge branch 'fpga_maint' into maint
- 01:34 am Revision 91f04983: Merge branch 'maint'
04/02/2012
- 06:22 am Revision 4c111800: b100: fix slave fifo data xfer exit condition
- When exiting the read/write data state,
when the transfer count maxes out/peaks,
the fifo read/write signals were get... - 05:12 am Revision 2cd44069: examples: fix bsd compilation for network relay example
- Fixes compilation on platforms that dont have one of the OS defines
by providing #else case for rx_dsp_buff_size cons...
03/31/2012
03/30/2012
- 04:27 pm Revision e8d9b4d9: docs: All instances of "the UHD" have been changed to "UHD". All paths, filena...
- 03:55 pm Revision 8630807c: uhd: windows fixes and formatting for hammer example
03/29/2012
- 11:03 pm Revision 86ff7466: Merge branch 'maint'
- 11:01 pm Revision 7ac203b3: usrp1: stop threads in deconstructor
- Its important to stop the threads before we let
the other smart point objects naturally deconstruct
to avoid thread-b... - 11:01 pm Revision 3e8e9dad: cmake: Binaries give notification before installing or uninstalling UHD. Bette...
- 09:47 pm Revision d1ad808f: docs: Format consistency, such as representation of program names or filepaths
- 04:00 pm Revision a67486ff: docs: Adding links to specific installation instructions for Windows and Linux...
03/27/2012
- 10:05 pm Revision 298d0ae5: examples: Transport Hammer - a stress test that calls for random or user-speci...
- 07:56 pm Revision 3f79cb0c: fpga: extract usage summary from map file
- 12:54 am Revision 40884c94: Merge branch 'master' into next
- 12:53 am Revision 74a9352c: Merge branch 'maint'
- 12:51 am Revision 097f20df: dbsrx: limit the USRP1 + DBSRX GPIO clock rate to 4MHz
- This fixes the lockup/clocking condition when the following hw combo is used:
USRP1 r4.5 + DBSRX + another i2c board - 12:51 am Revision 277d4d2f: usrp2: possible fix for invalid broadcast replies
03/26/2012
- 11:46 pm Revision 94872763: Merge branch 'maint'
- 10:11 pm Revision 95de4f73: Merge branch 'fpga_maint' into maint
- 10:09 pm Revision a40bb6e9: Merge branch 'master' into next
- 09:30 pm Revision c6fd517a: fx2: simplify i2c code and overload eeprom read/write
- Overload eeprom routines to do it in 1 transaction,
since default will split it up into many for each byte. - 07:23 pm Revision 842c54ec: B100: port cleanups from b100-txbug to this branch
- 05:25 pm Revision d966b217: Merge branch 'maint'
- 05:20 pm Revision 68510d56: uhd: use release mode and git count for stable and unstable builds
03/25/2012
- 08:23 pm Revision 6d2d62ca: fpga: fifo_2clock handles widths and sizes in-between corgens
- 07:46 pm Revision fe6c37c4: b100: cleanup redundant logic for slwr and slrd
- 08:17 am Revision fb8e1195: b100: extra data pktend cycle for fifo addr
- 04:20 am Revision 42a52c06: b100: slave fifo fix for dst/src ready signals
- Some of the changes my be overkill,
but the idea is to be more careful about
allowing FIFO IO to occur on transitions...
03/23/2012
- 11:43 pm Revision ef3deabe: Merge branch 'master' into next
- 11:42 pm Revision 793c8c00: Merge branch 'maint'
- 11:31 pm Revision 17068bc3: Changes preinst.in to 'echo' instead of 'ls'
- 11:07 pm Revision ae1ebd8a: uhd: updated sync docs for timed commands
- 09:41 pm Revision 672da0df: Merge branch 'fpga_next' into next
- 09:37 pm Revision 6acafe3a: Merge branch 'master' into next
- 09:37 pm Revision 7e395dab: Merge branch 'maint'
- 09:36 pm Revision 05a9c610: sbx: mods for PLL sync reset
- 09:36 pm Revision 035c1b39: sbx: various fixes and tweaks for locking
- 09:36 pm Revision 40576b23: sbx: no readback during tuning, cache lock detect status when read
- 09:36 pm Revision 6d649391: fifo ctrl: code reorganization and integer wrap-around arithmetic
- 09:36 pm Revision 6ff4100f: fifo ctrl: implement timed command feature detection
- 09:36 pm Revision cda81f58: usrp2: added vrt pack/unpacker to fifo ctrl
- 09:36 pm Revision ea659bd8: fifo ctrl: use regular iface for U2_REG_MISC_CTRL_CLOCK
- 09:36 pm Revision f3f64abc: fifo ctrl: various tweaks
- 09:36 pm Revision 672a7776: fifo ctrl: ~usrp2_fifo_ctrl acks, usrp2 DCM workaround, bootloader no blinkie
- 09:36 pm Revision 12223186: fifo ctrl: spi core work and host implementation
- 09:36 pm Revision 08e2432c: spi: work on fw support for simple spi core
- 09:36 pm Revision ee04c245: usrp2: permanent timeout increase for timed commands
- 09:36 pm Revision b1d82758: usrp2: implementation of timed commands working
- 09:36 pm Revision f59ef44a: usrp2: integrated fifo ctrl into usrp2 modules, implemented window'd acking
- 09:36 pm Revision d7a35346: uhd: added setup sleep to tx waveforms
- 09:36 pm Revision fe0a5162: usrp2: host and fw implementation for fifo control
- 09:36 pm Revision e4d3f63c: usrp2: work on alternative stream destination
- 07:14 pm Revision b60fccc5: usrp: fix for rx_frontend_core_200 dc offset
- Mask off upper bits when setting a constant offset (I and Q regs).
The sign bits (if negative) can flow off into the ...
03/22/2012
03/21/2012
- 06:37 pm Revision d97b9dee: docs: whitespace fixing usrp2 docs
- 06:36 pm Revision e69bcd3e: uhd: add calls to query an ABI compat string
- 06:31 pm Revision b22c32bd: usrp2: fw unlocks when ICMP dest unreachable
03/19/2012
03/16/2012
- 09:02 pm Revision 7e296167: Disabling the SBX mixer and baseband amp causes grief
- Some ADA4927 / AD5380 combinations do not appreciate
being disabled, so lets not disable them - 08:59 pm Revision 6d53b7eb: tx_bursts: set EOB on nsamps <= spb
- 08:11 pm Revision b5385fa7: docs: Just added a couple of clarifying notes to the N2Xx docs.
- 06:29 pm Revision fdf98d12: fifo ctrl: minor fixes for spi core, swap time define
- 06:29 pm Revision 28e0a0e3: fifo ctrl: parameterize having a proto header
- 06:29 pm Revision 56f37de8: fifo ctrl: rename fifo ctrl module and add sid ack param
- 06:29 pm Revision 6d70e5b3: spi core: ready logic low one cycle earlier
- FIFO ctrl can poke registers every other cycle,
the extra time to register not ready for spi core was too long.
And i... - 06:29 pm Revision f031d377: fifo ctrl: simplified perfs, added spi clock idle phase
- 06:29 pm Revision 9f1c107b: fifo ctrl: minor fixes from last commit
- 06:29 pm Revision c7adcbe4: fifo ctrl: spi core work, fifo ctrl perifs, usrp2 support
- Continued work on simple spi core.
Added peripherals input to fifo ctrl so perifs can backpressure fifo ctrl.
Copie... - 06:29 pm Revision 63e71a29: fifo_ctrl: switched to medfifo and separate result fifo
- 06:29 pm Revision 06654cac: fifo ctrl: simplified result packets (no tsf or sid)
- 06:29 pm Revision 46c612ea: spi: created simple spi core (sr based)
- 06:29 pm Revision 0d712ac8: fifo_ctrl: clear settings reg, and flow control
- 06:29 pm Revision d6da6c41: fifo ctrl: added time compare for timed commands
- 06:29 pm Revision 74ceca35: srb: created command queue, in and out state machines
- 06:29 pm Revision 78b9db58: usrp2: first pass implementation of fifo control
- 06:29 pm Revision 54e09f39: usrp2: added vrt pack/unpacker to fifo ctrl
- 06:27 pm Revision 63991f79: B100: enable_gpif(0) disables FIFO output clock on FX2. this prevents the "stu...
- 04:04 pm Revision f91e247d: usrp: fix from "rev iq correction"
- Must zero out the default IQ correction to have zero effect by default.
03/15/2012
03/14/2012
- 05:41 pm Revision 462b27e7: uhd: make atlbase options for msvc build
- 07:02 am Revision 8a33423a: uhd: rev iq correction numbers format
- 12:31 am Revision abab58f5: Add a toolchain file to build cross using e100 toolchain.
- This appears to build uhd cross using my toolchain. Run cmake with:
cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains... - 12:26 am Revision 927cf239: For Windows installers, CMake checks the size of void* to differentiate betwee...
03/13/2012
03/12/2012
- 08:54 pm Revision 7a95ea36: fpga: force -include_global for custom sources
- ISE will not recognize custom sources as part of the hierarchy,
and thus will not compile (unless its the first macro... - 07:10 pm Revision 6ba4e816: usrp: fix wildcard set for time/clock source
03/11/2012
- 10:56 pm Revision 72d78c6f: uhd: added fullscale option stream arg
- 10:54 pm Revision b2c0d1f5: Make DBSRX* set default bandwidth based on codec rate
- 10:53 pm Revision 715fd038: Fix RSSI measurement
- Improve incorrect calculation in XCVR
Remove RFX rssi sensor due to limited dynamic range giving strange
... - 09:06 pm Revision 38b138b3: Merge branch 'fpga_master'
03/09/2012
02/29/2012
- 10:26 pm Revision b61f4ad6: usrp1: fix for cordic init, cant do it that way on tx
- 06:01 pm Revision 757dd091: Changes Windows installer filename to match naming convention of Ubuntu and Fe...
- 05:52 pm Revision a58ee6e2: uhd: fix sc16 to sc8 conversion table
- 1) this was registered as the sc8 to sc16 converter,
probably messed that up as well
2) the cast to index was wrong,... - 05:31 pm Revision fedad063: usrp2: device locking tweaks
- 1) use bottom bit for force lock condition,
that way we never check the time after proper shutdown
2) dont allow loc...
02/28/2012
- 11:54 pm Revision 84567c20: Changing UHD to 'USRP HD' in one last place.
- 09:35 pm Revision bd7e53d3: usrp: reset cordics on init after tick rate update
- 09:31 pm Revision aa422ece: Changes images CMakeLists.txt to be consistent with new UHD version naming system
- 09:20 pm Revision dfaf1f93: uhd: fixed some compile warnings for msvc
- 06:36 pm Revision 2033713d: cmake:
- More git info used for build info
UHD version incorporates build info
apt/yum repos use new version number
New instal...
02/27/2012
- 11:40 pm Revision f591c4a8: uhd: fixed send pkt handler, vrt packet type was uninitialized
- This fixes a bug where the sc8 engine will not interpret
the packet as an IF data packet due to uninitialized bits.
I... - 07:37 pm Revision 12260e71: usrp2: removed unused memory map entries
02/25/2012
- 01:44 am Revision c8c8df3c: uhd: added fullscale option stream arg
- 12:56 am Revision a967cbd3: usrp2: work on alternative stream destination
02/24/2012
- 06:06 pm Revision 11e9429b: usrp1: fix to use the db connection type to determine DAC sign
- Unlike the other products, usrp1 uses the DAC and not DSP
to perform baseband frequency shifting in the hardware.
The...
02/22/2012
- 01:42 am Revision 1156d9b2: usrp1: fix advertised samples per packet in send streamer
- Must subtract off the 511 for 512 modulus remainder commit.
This bug was introduced by the conversion to streamer API.
02/21/2012
- 07:34 pm Revision 1c29b595: Try really hard to get cmake to use compiler flags from the toolchain file.
- See: http://www.mail-archive.com/cmake@cmake.org/msg33248.html
Also credit to OpenEmbedded for doing something simil... - 04:48 pm Revision f0ac072a: usb: added /opt/local to libusb search path
- For OSX from MLD
Also available in: Atom