Activity
From 03/07/2011 to 05/05/2011
05/05/2011
- 10:35 pm Revision a7927ae9: Make log locking work with picky boost
- 09:58 pm Revision c9bf4798: usrp1: overload read_eeprom to handle multi-byte reads
- 06:14 pm Revision 5092a25a: usrp1: added more logging to usrp1 iface for debugging
- 03:40 am Revision 9734a743: uhd: various tweaks to log and msg, replaced a few remaining stdio
- 02:53 am Revision 09be0518: uhd: removed more iostream stuff from usrp* implementations
- 02:13 am Revision 805da3ef: usrp-e100: removed stdio prints from implementation
- 01:36 am Revision 7f01386f: uhd: replaced warning post with calls to UHD_MSG(warning)
- The message api can support warnings, error, and status messages.
The default handler is to stdio, but the user can c... - 12:01 am Revision e71d2833: uhd: added interprocess file lock to the logger file
05/04/2011
- 10:27 pm Revision c8dca30d: uhd: replaced many conditional prints with UHD_LOG usage
- 09:34 pm Revision 94399062: uhd: tweaks for logger file entries
- 09:34 pm Revision 0de4f165: usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often)
- 09:34 pm Revision 8426a72b: uhd: moved the logger into the utils subdir
- 09:34 pm Revision 0ac4fe4e: uhd: added configurable default log level and thread safety
- 09:34 pm Revision 400a8542: uhd: work on the backend for a logging facility
05/03/2011
- 11:55 pm Revision 4e0b42af: Merge branch 'master' into next
- 08:35 pm Revision b4fc0d61: usrp2: added REF_MIMO and PPS_MIMO for USRP2 clock config
- Basically, one can tell a MIMO master to lock to MIMO ref and/or time.
This is an alternative to the mimo_mode=slave/...
05/02/2011
- 11:58 pm Revision d66766f8: Merge branch 'rfx_rssi'
- 11:51 pm Revision 4c6394f1: Added docs for sbx
- 10:38 pm Revision cbf58037: Added RSSI sensor for RFX series (not rfx400)
- 06:09 am Revision 3ac502d0: usrp1: toggle the FPGA reset and RX reset registers at init
- 01:21 am Revision 6f0a98ee: USRP1: added support for setting clock rate from EEPROM
- Basically, same deal as the previous changeset but for USRP1.
Modified previous changes so that the key is shorter (m... - 12:26 am Revision 5c6c1796: usrp-e100: add ability to set/get default master clock rate from EEPROM
- Mboard eeprom map class can parse the setting (4 byte float).
The clock control will try to set the eeprom rate if pr...
05/01/2011
- 10:42 pm Revision e75919bc: usrp2: added the concept of device locking to usrp2/nseries devices
- Each iface instance can lock itself to a particular device.
When the device is locked, it cannot be discovered throug... - 09:18 pm Revision 11e856eb: usrp2: combined peek and poke commands and added virtual firmware registers
- It would be nice to have persistent registers in the device to do things like device locking.
Rather than invent a ne... - 04:38 pm Revision 4b18ab84: uhd: fixed typo in tune request/result inter_freq -> rf_freq
- For some reason, the code said intermediate frequency,
however, it was used and treated as RF frequency.
It was alwa... - 01:09 am Revision 46b20f25: usrp2: use default mtu as upper limit unless user specifies
- 12:11 am Revision 493ed897: Merge branch 'master' into next
- Conflicts:
host/lib/usrp/usrp2/usrp2_regs.cpp
04/29/2011
- 10:56 pm Revision 1e57d1c0: usrp2: move card burner code out of get_options so get_options can be used by ...
- 09:27 pm Revision 0479162a: usrp2: allow devices to be discovered when usrp2_iface::make throws
- If the discovery throws an exception, we can still yeild a discovered device.
The error (which is a problem) will re-... - 06:02 pm Revision 6bd7281f: usrp2: added support for GPSDO configuration bits in EEPROM
- Added instructions to install and burn eeprom to documentation.
Made gps_ctrl and gps_time sensor optional.
Added se... - 04:58 pm Revision 4d73aae4: GPS parser fixes for get_time.
- 04:58 pm Revision 44c80698: USRP2/N210: firmware UART read no longer drops 20th char
- 04:58 pm Revision b31cefc5: USRP2: enable GPS by default
- 04:58 pm Revision 4df082cb: N210: implemented mboard sensors for ref lock and MIMO lock
- 04:58 pm Revision a4aa89ed: USRP2: Added GPS time support to the sensors interface. gps_time sensor return...
- 04:55 pm Revision 36314331: uhd: make benchmark example take a rate, and give special warning for usrp1
- 06:00 am Revision 35d88b50: usrp2: card burner protections when the user specifies a device not in the list
- 05:44 am Revision f289d03d: usrp2: include dd.exe in windows installers
- uhd build system downloads dd.exe from ettus.com so we dont have to check it in
- 04:11 am Revision 424462cb: dbsrx: implement SUBDEV_PROP_ANTENNA to give users a better error
04/28/2011
- 02:12 am Revision caff65d7: usrp1: fix for tx under remainder conditions
- The remainder was accidentally lost because the offset to the buffer
was not propagated outside of the commit function.
04/27/2011
- 08:17 pm Revision 1e722731: usrp1: the rx mux was reversed (fixed multi-channel rx)
- 06:27 pm Revision 9daf1f0a: uhd: switch vita unpacker over to using proper vita length
- 01:43 am Revision 3dfdda7c: uhd: updated readme for WBX/SBX work
- 12:54 am Revision 3ff2780a: Merge branch 'gdb_support'
- Conflicts:
host/lib/usrp/dboard/CMakeLists.txt - 12:40 am Revision 190d7cd9: Merge branch 'sbx-adi'
04/26/2011
- 11:37 pm Revision 1a81e2a3: Enhance WBX IQ balance performance through LO drive
- 09:47 pm Revision f92821a2: wbx: split wbx into daughterboard and granddaughterboard implementation
- 09:18 pm Revision 7c70958c: xcvr2450: initialize the max_power variable
- 09:15 pm Revision 7450a658: usrp: support for grand daughter board eeprom
- 09:15 pm Revision 40feb62b: usrp: work on dboard_manager to register an ID for multiple xcvr combinations
- 07:04 pm Revision 4335003e: uhd: added scoped lock to device find and make (for thread safety)
- 01:43 am Revision 59eae14d: usrp1: rmmod usbtest because it interferes
- 01:42 am Revision 2370fa21: uhd: added more hw params to rx_ascii_art_dft
04/24/2011
- 04:56 am Revision a0cfc903: Handle antenna switching and LEDs
- 04:51 am Revision cf7449ef: Updating SBX to latest UHD
- 04:51 am Revision 49ea6363: Makes 2nd SBX proto work
- 04:51 am Revision 625126b5: SBX enable LO LPF at 1.5GHz
- 04:51 am Revision 8882a667: Capture characterization changes
- 04:51 am Revision 941ef7cf: Initial SBX-ADI driver
04/23/2011
- 12:02 am Revision 627075e6: uhd: move thread loop condition flag to before barrier (prevents race condition)
04/22/2011
- 07:02 pm Revision 4834b1a1: N210: Bootloader includes TXRX. No longer uses safe firmware as backup fw.
- 06:47 pm Revision 7b509d6f: N210 fw: Move spif_init into bootload_utils
- 06:45 pm Revision 0366d611: N210: Minor rearranging of bootloader impl in txrx
- 06:28 pm Revision 36130032: N210: TXRX_UHD now has bootloader #ifdef'ed into it. Safe firmware now embedde...
- Also did some cleanup of unused source files and consolidated bootloader stuff into bootloader_utils.
- 02:45 am Revision 3dd74062: N210: Moved u2p_init into main app and changed bootloader behavior to not load...
- 01:57 am Revision aad70cc0: N210: Make new bootloader ignore safe firmware when safe mode button is pushed.
- 01:13 am Revision 9c2e8e19: N210: bootram expanded to 16KB (8 BRAMs) and UDP bootloader added
04/21/2011
- 11:46 pm Revision e1f86cf3: N210: UDP bootloader first stab (16K boot RAM)
- 11:12 pm Revision f9080d0a: N210: UDP bootloader
- 11:12 pm Revision 03a60917: N210: Created UDP bootloader and modified RMI generation to 16K
- 11:12 pm Revision b1c9e4c3: uhd: use int() casts on enum constants to help swig2 parse it as int
- 11:12 pm Revision 737f0100: N210: Additional checks on both the host and firmware sides of the firmware up...
- 06:34 pm Revision ef9ca5f9: N210: Additional checks on both the host and firmware sides of the firmware up...
04/20/2011
- 06:50 pm Revision f5390a18: uhd: use int() casts on enum constants to help swig2 parse it as int
- 12:47 am Revision fdee3ba8: Merge branch 'master' into next
- Conflicts:
fpga/usrp2/top/u2plus/Makefile.N200 - 12:37 am Revision cf5b7b03: usrp-e100: shrink name field to git mcr into eeprom
- 12:18 am Revision 290bb75d: Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv
04/19/2011
- 11:58 pm Revision 00bc8d50: uhd: removed constants.hpp.in, replaced w/ per source compile defines
- 09:20 pm Revision 06e10b5f: uhd: use UHD_PKG_DATA_PATH environment variable to override the one in constants
- The installer sets UHD_PKG_DATA_PATH, we can can handle transplanted builds.
- 07:17 pm Revision 8212f220: Merge branch 'usrp2/discover_with_old_fw'
- 06:17 pm Revision 30a6d480: Merge branch 'usrp2/discover_with_old_fw'
- 06:17 pm Revision 9521c024: Merge branch 'rfx_use_clock_divider'
- 04:36 pm Revision a28099fe: usrp2: improve the compatibility error messages
- 12:17 am Revision 46d0e648: uhd: use UHD_PKG_DATA_PATH environment variable to override the one in constants
- The installer sets UHD_PKG_DATA_PATH, we can can handle transplanted builds.
04/18/2011
04/16/2011
- 06:12 pm Revision 905a681a: uhd: added option for nsis installer to set PATH
- 04:57 pm Revision 76fb9508: usrp_e100: added recv/send_frame_size xport args
- 04:51 pm Revision 546b5b88: rfx: reverted change, now prefer R divider to clock divider
- There seems to be some issue using lower clock rates, at least on E100,
I am reverting this now until I can figure ou...
04/14/2011
- 09:14 pm Revision 98a05d85: Updated documentation and improved XCVR RSSI calculation
- Documented dboard sensors
Documented DBSRX2
Added description of direct conversion vs low IF for each dboard
... - 06:54 pm Revision d24d9d9b: uhd: only set UHD_BUILD_INFO on successful return (also removed unused cruft)
- 04:34 pm Revision 291a46b8: uhd: specify the UHD_PKG_DATA_PATH once (since images shipped w/ drivers)
04/13/2011
- 11:10 pm Revision 5e8b0752: uhd: python messages more verbose + print boost configuration info
- 08:30 pm Revision 44013b92: Merge branch 'thread_prio_warning'
- 07:32 pm Revision 2a002234: GPS parser fixes for get_time.
- 07:21 pm Revision 356a4e42: USRP2/N210: firmware UART read no longer drops 20th char
- 06:12 pm Revision 3f336dc9: Merge branch 'fix/usrp_e100_clock'
- 05:59 pm Revision 668402f2: usrp2: use the firmware's discovered compat number
- 05:04 pm Revision f9e1f06e: usrp2: add check for holler protocol, we can support backwards
04/09/2011
04/08/2011
- 10:07 pm Revision e2104395: USRP2: enable GPS by default
- 10:00 pm Revision 9314a842: Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into gps_sensors
- 09:59 pm Revision d7d3197e: USRP2: Added GPS time support to the sensors interface. gps_time sensor return...
- 09:59 pm Revision 2f102fbf: usrp2: support fw protos with older compats for various parts
- i2c, spi, and uart are long time no changing
registers changed recently (think re-map)
also, perform the fpga compa...
04/07/2011
- 08:46 pm Revision ee705a42: usrp-e100: reset dboard clocks on rate change, and dont cache in dboard iface
- 08:45 pm Revision abb57f86: usrp1: fix path to firmware files for fpga top level
- 05:01 pm Revision f0a2601d: Merge branch 'mingw_cygwin'
04/06/2011
- 04:55 pm Revision 74fc8946: uhd: always link winsock2 on windows, disable pthread SCHED_RR for cygwin
- 03:01 pm Revision e2cd276d: Merge branch 'python3_work'
- 03:01 pm Revision cab1746e: usrp2: restore executable permission on python scripts
- 02:37 pm Revision 529297b9: usrp2_card_burner: decode byte strings into ascii for parsing
- 03:37 am Revision d07870f6: usb: mark libusb callbacks with LIBUSB_CALL to ensure correct calling convention
- 03:15 am Revision 60669a28: usrp2_card_burner: change the padding string to bytes
- 02:53 am Revision 3a588c59: usrp_n2xx_net_burner: working on python3 (string is not the same as bytes)
- 02:02 am Revision cbc62e4a: usrp_n2xx_net_burner: remove thread from gui
- tkinter is far too confused to handle threading and events
the calls to update in the progress/sttus callbacks keep ... - 12:19 am Revision 07222254: usrp2: ran 2to3 on python apps and make corrections for old imports to work
04/05/2011
- 11:32 pm Revision dbfbc497: uhd: tweaks for cygwin/mingw, always link winsock2, findusb1, __USE_W32_SOCKETS
- 10:32 pm Revision af2ab1c6: uhd: replace <prefix> with <install-path> in docs for clarity
- 04:18 pm Revision 3affeb29: N210: implemented mboard sensors for ref lock and MIMO lock
04/04/2011
- 11:51 pm Revision 6a2fbe07: uhd: a few minor changes to get uhd building under mingw or cygwin
- 11:22 pm Revision dcd55563: uhd: set CPACK_PACKAGE_INSTALL_DIRECTORY on NSIS so we dont get an inconsisten...
- 11:09 pm Revision 1ba366a9: usb: newer libusb1 does not need to link with setupapi.lib
- 08:10 pm Revision 7cd216e9: uhd: specify msvc for implementations known only to work on msvc
04/02/2011
04/01/2011
- 10:54 pm Revision 83c608e1: uhd: define LINUX in build system to simplify some checks
- 07:06 pm Revision 81e891f3: uhd: setup INSTALLER_PKG_DATA_DIR for windows systems
- 07:02 pm Revision 3a1f6c51: uhd: added images and readme installer component
- 05:42 pm Revision 6e61e3e4: uhd: increment patch number for next release
- 05:40 pm Revision baaa2c55: Merge branch 'use_boost_barrier'
- 05:40 pm Revision daf91c0a: Merge branch 'rfx400_tx'
- 05:40 pm Revision 70e014df: Merge branch 'images_install'
- 05:40 pm Revision cb9080c3: Merge branch 'fix/usrp1_spi_read'
- 05:28 pm Revision 592af4a8: uhd: disable visibility=hidden on non-dll platforms (cygwin)
- 05:27 pm Revision 1721352e: uhd: install dlls into runtime path, updated docs
03/31/2011
- 10:00 pm Revision 1c5076ea: uhd: implemented boost barriers on all code that creates threads
- The barrier ensures that the thread must spawn before the caller exits.
Some of the code already used a mutex to acc... - 07:36 pm Revision f64dad9d: Correct RFX400 div2 logic, makes RFX400 TX work
- 07:30 pm Revision 9f72695e: uhd: added UHD_IMAGES_DIR option to include images in the package
03/30/2011
- 11:51 pm Revision 6f70d17b: usrp1: fixed codec ctrl aux adc read (didnt start conversions) + cleaned-up logic
- 11:50 pm Revision 0f64366d: usrp1: reverted spi transaction changes to the usrp1 firmware (broken and not ...
- 11:48 pm Revision 1d29ee10: usrp1: switch usrp1 iface to use spi read (transact never worked)
- It detects the number of header bytes by searching for non-zero bytes.
- 12:27 am Revision 48f6e1f8: usrp1: ignore claimed interfaces, avoids the problem of discovery when one dev...
03/29/2011
- 08:42 pm Revision 32357927: uhd: remove build information in the version string (just major.minor.patch)
- Add the build info as an additional string to the get_version function().
- 06:38 pm Revision a2a78451: usrp-e100: set the ticks-per-second every time we change clock rate
- 06:22 pm Revision 9d91d551: usb: tweaks to the build guide (libusb + windows)
- 06:41 am Revision 2d1bd00b: usb: changes to allow for static linking of libusb on windows
- 04:17 am Revision 1ff8aaea: uhd: revert VERSION setting for libuhd, macosx does not like patch level
- 01:38 am Revision 834bcbad: uhd: set LIB_SUFFIX automatically (all 64-bit redhats)
- Check for and define DEBIAN and REDHAT detection vars.
Added LIB_SUFFIX check in top level cmakelists.
Use CMAKE_SYST...
03/28/2011
- 11:53 pm Revision 2ce39c4d: uhd: expand UHD_RELEASE_MODE setup to all debian and redhats
- 08:44 pm Revision 69d19fed: uhd: various packing fixes (lib suffix, and library components)
- 1) setup lib suffix for fedora 64
2) specify component for all library target types (should fix missing library files... - 05:11 am Revision 81e5fd49: Merge branch 'master' into next
- * master:
u2p: N200 Makefile
u1e: use icarus verilog for lint
clean up a bunch of warnings and incorrect bus wi...
03/27/2011
- 10:04 pm Revision c6c4b01e: uhd: swapped UHD_PACKAGE_MODE with UHD_RELEASE_MODE (boolean)
- 12:03 pm Revision d078d4f5: uhd: work on versioning technique for the releases
- 11:18 am Revision f5390d04: Merge branch 'usrp_n2xx_net_burner_gui'
- 11:17 am Revision eb077781: Merge branch 'mac_packaging'
- 11:17 am Revision feeca812: Merge branch 'fix/usrp_n2xx_serial_bootloader'
- 06:10 am Revision ae8fd100: usrp2: added usrp_n2xx_net_burner_gui to build system installation
- 06:03 am Revision 8d8c694b: usrp2: created net burner gui wrapper for N series
- The gui looks and works much like the card burner gui.
However, the possible devices are not enumerated.
Handles erro...
03/26/2011
03/25/2011
- 11:07 pm Revision 9a52bc09: usrp2: fix typo, now building n200 fpga images
- 10:04 pm Revision 2249acd9: uhd: work on mac osx packaging
- Renamed README type files to have .txt extension (needed for CPACK_RESOURCE_FILE_*).
Tweaks to the cpack setup on CPA... - 08:42 pm Revision 8a14b6c2: usrp2: modified firmware build rules to chain the dependencies (better for mak...
- 06:50 pm Revision ed020d76: uhd: added USRP-N200 build support to images Makefile
- 06:35 pm Revision b7f1b87f: Merge branch 'fpga_master' into n200_support
- 06:34 pm Revision a82830bf: u2p: N200 Makefile
03/24/2011
- 02:35 am Revision 8fa7187c: u2p: N200 Makefile
- 01:48 am Revision 95b966a5: uhd: update copyright headers with automated script
03/23/2011
03/22/2011
- 07:10 pm Revision c7bd55e2: uhd: added libusb1 to CPACK_RPM_PACKAGE_REQUIRES
- 06:57 pm Revision 52d66cca: uhd: work on debian package requirements in cpack setup
- 05:37 pm Revision 55b4ca73: uhd: setup UHD_VERSION and CPACK_PACKAGE_FILE_NAME
03/21/2011
- 11:40 pm Revision a963caab: uhd: setup cpack components for component based installers
- 06:52 pm Revision 3938de0c: usrp2: use the discovered mtu to clip the user specified mtu
- 05:44 pm Revision 2183c502: uhd: added comments/documentation to clock_config
- 05:34 pm Revision fb205994: usb: fix callback cast in libusb zero copy under msvc
03/18/2011
- 12:50 am Revision e460ae41: usrp: dboard iface can inherit from i2c iface
- 12:41 am Revision fb65f85e: uhd: whoops, spi convenience functions have 32 bit data
03/17/2011
- 09:32 pm Revision fc6280df: Merge branch 'usb-cancel' into next
- Conflicts:
host/lib/transport/libusb1_zero_copy.cpp - 09:18 pm Revision dd1571aa: Merge branch 'boost_fs_string' into next
- 09:17 pm Revision 420491d4: Merge branch 'master' into next
- 08:53 pm Revision ee424d79: Merge branch 'fpga_memory_reorg' into usrp2/new_reg_map
- 08:47 pm Revision 2d906e67: Merge branch 'fpga_master' into next
- 08:28 pm Revision be2c1b95: reverted zpu stack pointer change, incremented fpga compat number
- 08:28 pm Revision b52877b3: usrp2: increment fpga and fw compat numbers
- 12:38 pm Revision 31953ec5: usrp_e : Check packet length received from FPGA in case of corruption.
- If the packet length in invalid, do not calculate the checksum to avoid
segfaulting. - 11:41 am Revision a5731060: usrp_e : Add usrp e1xx gpio test program the usrp e100 utils directory.
- 12:21 am Revision c0cfc699: usrp2: use new and common slave base map for usrp2/n210
- 12:20 am Revision 37fa8da5: memory_reorg: new bootloader.rmi for n210
03/16/2011
- 11:50 pm Revision 226ca69c: u1e: use icarus verilog for lint
- 11:42 pm Revision b357b627: clean up a bunch of warnings and incorrect bus widths
- 11:26 pm Revision da0c1ae4: u2p: fixed bootloader remapping
- 09:07 pm Revision f2c07ca0: u2/u2p: reorganized memory map
- 09:05 pm Revision 2044de4e: u2/u2p: fixed instance name
- 07:45 pm Revision a44d2495: udp: alternate udp ports
- 07:34 pm Revision a49811fc: usrp2: cleanup checksum code and fix precompute checksum bug
- 07:26 pm Revision 8f0b8049: udp: look for checksum in the right place
- 07:26 pm Revision 5ebb3729: eth: the danger of cut and paste
- 07:26 pm Revision 8ec25602: simple_gemac: fixed typo for tx_clk and tweaked ethtx_realign.v
- 07:26 pm Revision 487f693e: udp: fix precomputation of ip header checksum
- 07:26 pm Revision a3caf028: moved the eth realignment stuff into the simple_gemac
- 07:26 pm Revision 2b4f49ea: eth: add padding on incoming packets, remove on outgoing packets
- 07:26 pm Revision 61e351ac: udp: speed up checksum calculation to meet timing
- 07:26 pm Revision 4f0b3bff: prot eng should work, ethtx is a skeleton
- 07:26 pm Revision 243e8483: udp: short fifos on prot_eng in and out
- 07:26 pm Revision ac0f0796: udp: new 32 bit wide udp state machine seems to work
- 07:26 pm Revision 4eba6ddc: udp: this one removes half a line, used on transmit side
- 07:26 pm Revision 3594a61d: udp: this one adds a half line, useful on receive side
- 07:26 pm Revision 807dbffb: udp: checkpoint
- 07:26 pm Revision bea538ba: u2/u2p: reworked settings bus addresses
- 05:34 pm Revision 71e82fb3: E100: fix test clock output enable
- 05:31 pm Revision 9d752805: USB zero copy impl: proper cleanup for canceled transfers -- wait for cancel b...
- 12:25 pm Revision a8f7839a: usrp_e100: Move gpio test program to utils.
- Still needs changing to use the new register map header.
- 12:22 pm Revision 5287fd58: usrp_e100: Delete old test scripts.
- 02:32 am Revision 3faf872d: usrp2: use the proper lwip macros to set the ip header
- 02:18 am Revision 2f12295f: usrp2: moved sregs in host code, simplfy reg struct a little
- 02:17 am Revision d47bc1e0: usrp2: moved sregs in fw memory map, new framer register table
- 01:21 am Revision 0d0d03d0: uhd: replace file_string() with string() for deprecation reasons
- Patch from moritz.fischer@student.kit.edu
[1] http://www.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/deprecated...
03/15/2011
- 10:23 pm Revision 74979af6: u1e: removed old directory from make
- 10:21 pm Revision 18d1c39b: u1e: keep up with fixes made for u2/u2p, make it compile again
- 07:52 pm Revision 3a1ad3f1: uhd: copied examples changes from next onto master branch
- 07:30 pm Revision 232a398f: uhd: added missing set_tx_antenna() in tx waveforms
- 05:28 pm Revision 77481462: usrp2: common memory map, define slave bases in different headers
- 03:22 am Revision d3e336f4: usrp2: minor fix to use more ntohl
03/14/2011
- 11:31 pm Revision b3d6f86d: usrp2: fixed mtu discovery bug, was using the last failed value
- 07:32 pm Revision f8225c05: Merge branch 'windows_fix' into next
- 11:47 am Revision b0fefbe4: usrp_e1xx : Remove reset offset from register map.
- 10:13 am Revision c6c65f50: usrp_e : Remove commented out FPGA reset code.
- The reset is done in the device driver open. Reseting from uhd is bad
because the driver has to re-initialize the spi... - 01:08 am Revision e5b625a5: usrp2: clip the mtu discovery if its within default MTU + a few
- 01:07 am Revision 663af458: uhd: make CMAKE_BUILD_TYPE a visible variable in the gui
03/12/2011
- 04:45 am Revision 93aae6f5: usrp2: also store expected_time in-between states
- 04:30 am Revision f7687f06: uhd: created rx_multi_samples for multi-channel example
- 12:22 am Revision cadafd4c: uhd: cleanup/tweaks on timed samples examples
03/11/2011
- 08:46 pm Revision e49f94f4: uhd: offer alternative named for python binary (seen on ubuntu server)
- 08:17 pm Revision 9b2ae7e0: uhd: added continuous streaming and new options to tx_waveforms
- 08:02 pm Revision 60db6edf: uhd: a lot of tweaking, new parameters, and sig handler for to/from file examples
- 07:14 pm Revision 1ab38031: uhd: created tx_samples_from_file.cpp and added to rx_samples_to_file.cpp
- 05:33 pm Revision ab263488: usrp2: bump up timeout on mtu discovery (seen to be a bit too small on windows...
- 05:29 pm Revision 2da8a0ae: uhd: only specify BOOST_SP_USE_QUICK_ALLOCATOR for the lib, apps can be built ...
- 05:02 pm Revision 6fc9a384: usrp-e100: added module compat num check, made fpga compat constant more obvious
- 01:58 am Revision 4dd34ae6: uhd-images: specify CPACK_PACKAGE_FILE_NAME so files names are platform indepe...
- 01:57 am Revision 414b7771: usrp-e100: fpga fix removed missing directory from include
03/10/2011
- 10:57 pm Revision db2b8061: Merge branch 'packet_router_2nd_dsp' into next
- 10:47 pm Revision 6d744744: uhd: revert changes to rx_timed_samples
- 10:45 pm Revision 928e3a7d: uhd: fix safe call header cuz it was moved on the next branch
- 10:44 pm Revision fd35b0fd: Merge branch 'master' into next
- 10:42 pm Revision 4c7cc6b1: uhd: fixed include in safe call, added quotes for SET_SOURCE_FILES_PROPERTIES
- 10:37 pm Revision 09149bbf: usrp1: safe destruction for usrp1 device
- 10:35 pm Revision 0336db12: usrp1: also replaced control error prints w/ throws
- 10:08 pm Revision 552caa69: Merge branch 'master' into next
- Conflicts:
host/lib/usrp/usrp2/mboard_impl.cpp - 10:07 pm Revision 11e9d7e8: usrp1: throw in control calls that fail rather than print the error
- 08:52 pm Revision 7d140b02: usrp2: created safe call macro and handle usrp2 ~mboard throwing
- 08:49 pm Revision e2847fd9: usrp2: created safe call macro and handle usrp2 ~mboard throwing
- 07:56 pm Revision aa619a76: usrp: moved wrapper utils into multi-usrp
- 02:39 am Revision 5f4e14e8: usrp2: save alignment indexes between state to fix the lost packet problem
- 02:37 am Revision 1d9c3aa7: usrp2: save alignment indexes between state to fix the lost packet problem
03/09/2011
- 02:35 am Revision 668bdcad: TVRX: no longer muxing in noise on Q channel
- 02:34 am Revision 54acf544: usrp: fix for mux calculation when using real q
- 02:31 am Revision 74bc8297: usrp2: comments for buffer size setting
03/08/2011
- 11:33 pm Revision 912a697a: fix: vita_rx_chain1 should use unit2 (since err0 uses unit1)
- 08:47 pm Revision de76b046: packet_router: created packet dispatcher component to replace packet inspector...
- 08:41 pm Revision ab6fc734: uhd: thread safety notes and moved some docs to general
- 02:22 am Revision bb9d849d: first cut at 36:72 and 72:36 for extra wide fifos. untested
03/07/2011
Also available in: Atom