Activity

From 03/07/2011 to 05/05/2011

05/05/2011

10:35 pm Revision a7927ae9: Make log locking work with picky boost
Jason Abele
09:58 pm Revision c9bf4798: usrp1: overload read_eeprom to handle multi-byte reads
Josh Blum
06:14 pm Revision 5092a25a: usrp1: added more logging to usrp1 iface for debugging
Josh Blum
03:40 am Revision 9734a743: uhd: various tweaks to log and msg, replaced a few remaining stdio
Josh Blum
02:53 am Revision 09be0518: uhd: removed more iostream stuff from usrp* implementations
Josh Blum
02:13 am Revision 805da3ef: usrp-e100: removed stdio prints from implementation
Josh Blum
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...
Josh Blum
12:01 am Revision e71d2833: uhd: added interprocess file lock to the logger file
Josh Blum

05/04/2011

10:27 pm Revision c8dca30d: uhd: replaced many conditional prints with UHD_LOG usage
Josh Blum
09:34 pm Revision 94399062: uhd: tweaks for logger file entries
Josh Blum
09:34 pm Revision 0de4f165: usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often)
Josh Blum
09:34 pm Revision 8426a72b: uhd: moved the logger into the utils subdir
Josh Blum
09:34 pm Revision 0ac4fe4e: uhd: added configurable default log level and thread safety
Josh Blum
09:34 pm Revision 400a8542: uhd: work on the backend for a logging facility
Josh Blum

05/03/2011

11:55 pm Revision 4e0b42af: Merge branch 'master' into next
Josh Blum
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/...
Josh Blum

05/02/2011

11:58 pm Revision d66766f8: Merge branch 'rfx_rssi'
Josh Blum
11:51 pm Revision 4c6394f1: Added docs for sbx
Jason Abele
10:38 pm Revision cbf58037: Added RSSI sensor for RFX series (not rfx400)
Jason Abele
06:09 am Revision 3ac502d0: usrp1: toggle the FPGA reset and RX reset registers at init
Josh Blum
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...
Josh Blum
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...
Josh Blum

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...
Josh Blum
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...
Josh Blum
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...
Josh Blum
01:09 am Revision 46b20f25: usrp2: use default mtu as upper limit unless user specifies
Josh Blum
12:11 am Revision 493ed897: Merge branch 'master' into next
Conflicts:
host/lib/usrp/usrp2/usrp2_regs.cpp
Josh Blum

04/29/2011

10:56 pm Revision 1e57d1c0: usrp2: move card burner code out of get_options so get_options can be used by ...
Josh Blum
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-...
Josh Blum
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...
Josh Blum
04:58 pm Revision 4d73aae4: GPS parser fixes for get_time.
Nick Foster
04:58 pm Revision 44c80698: USRP2/N210: firmware UART read no longer drops 20th char
Nick Foster
04:58 pm Revision b31cefc5: USRP2: enable GPS by default
Nick Foster
04:58 pm Revision 4df082cb: N210: implemented mboard sensors for ref lock and MIMO lock
Nick Foster
04:58 pm Revision a4aa89ed: USRP2: Added GPS time support to the sensors interface. gps_time sensor return...
Nick Foster
04:55 pm Revision 36314331: uhd: make benchmark example take a rate, and give special warning for usrp1
Josh Blum
06:00 am Revision 35d88b50: usrp2: card burner protections when the user specifies a device not in the list
Josh Blum
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 Josh Blum
04:11 am Revision 424462cb: dbsrx: implement SUBDEV_PROP_ANTENNA to give users a better error
Josh Blum

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.
Josh Blum

04/27/2011

08:17 pm Revision 1e722731: usrp1: the rx mux was reversed (fixed multi-channel rx)
Josh Blum
06:27 pm Revision 9daf1f0a: uhd: switch vita unpacker over to using proper vita length
Josh Blum
01:43 am Revision 3dfdda7c: uhd: updated readme for WBX/SBX work
Josh Blum
12:54 am Revision 3ff2780a: Merge branch 'gdb_support'
Conflicts:
host/lib/usrp/dboard/CMakeLists.txt
Josh Blum
12:40 am Revision 190d7cd9: Merge branch 'sbx-adi'
Josh Blum

04/26/2011

11:37 pm Revision 1a81e2a3: Enhance WBX IQ balance performance through LO drive
Josh Blum
09:47 pm Revision f92821a2: wbx: split wbx into daughterboard and granddaughterboard implementation
Josh Blum
09:18 pm Revision 7c70958c: xcvr2450: initialize the max_power variable
Josh Blum
09:15 pm Revision 7450a658: usrp: support for grand daughter board eeprom
Josh Blum
09:15 pm Revision 40feb62b: usrp: work on dboard_manager to register an ID for multiple xcvr combinations
Josh Blum
07:04 pm Revision 4335003e: uhd: added scoped lock to device find and make (for thread safety)
Josh Blum
01:43 am Revision 59eae14d: usrp1: rmmod usbtest because it interferes
Josh Blum
01:42 am Revision 2370fa21: uhd: added more hw params to rx_ascii_art_dft
Josh Blum

04/24/2011

04:56 am Revision a0cfc903: Handle antenna switching and LEDs
Jason Abele
04:51 am Revision cf7449ef: Updating SBX to latest UHD
Jason Abele
04:51 am Revision 49ea6363: Makes 2nd SBX proto work
Jason Abele
04:51 am Revision 625126b5: SBX enable LO LPF at 1.5GHz
Jason Abele
04:51 am Revision 8882a667: Capture characterization changes
Jason Abele
04:51 am Revision 941ef7cf: Initial SBX-ADI driver
Jason Abele

04/23/2011

12:02 am Revision 627075e6: uhd: move thread loop condition flag to before barrier (prevents race condition)
Josh Blum

04/22/2011

07:02 pm Revision 4834b1a1: N210: Bootloader includes TXRX. No longer uses safe firmware as backup fw.
Nick Foster
06:47 pm Revision 7b509d6f: N210 fw: Move spif_init into bootload_utils
Nick Foster
06:45 pm Revision 0366d611: N210: Minor rearranging of bootloader impl in txrx
Nick Foster
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. Nick Foster
02:45 am Revision 3dd74062: N210: Moved u2p_init into main app and changed bootloader behavior to not load...
Nick Foster
01:57 am Revision aad70cc0: N210: Make new bootloader ignore safe firmware when safe mode button is pushed.
Nick Foster
01:13 am Revision 9c2e8e19: N210: bootram expanded to 16KB (8 BRAMs) and UDP bootloader added
Nick Foster

04/21/2011

11:46 pm Revision e1f86cf3: N210: UDP bootloader first stab (16K boot RAM)
Nick Foster
11:12 pm Revision f9080d0a: N210: UDP bootloader
Nick Foster
11:12 pm Revision 03a60917: N210: Created UDP bootloader and modified RMI generation to 16K
Nick Foster
11:12 pm Revision b1c9e4c3: uhd: use int() casts on enum constants to help swig2 parse it as int
Josh Blum
11:12 pm Revision 737f0100: N210: Additional checks on both the host and firmware sides of the firmware up...
Nick Foster
06:34 pm Revision ef9ca5f9: N210: Additional checks on both the host and firmware sides of the firmware up...
Nick Foster

04/20/2011

06:50 pm Revision f5390a18: uhd: use int() casts on enum constants to help swig2 parse it as int
Josh Blum
12:47 am Revision fdee3ba8: Merge branch 'master' into next
Conflicts:
fpga/usrp2/top/u2plus/Makefile.N200
Josh Blum
12:37 am Revision cf5b7b03: usrp-e100: shrink name field to git mcr into eeprom
Josh Blum
12:18 am Revision 290bb75d: Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv
Josh Blum

04/19/2011

11:58 pm Revision 00bc8d50: uhd: removed constants.hpp.in, replaced w/ per source compile defines
Josh Blum
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. Josh Blum
07:17 pm Revision 8212f220: Merge branch 'usrp2/discover_with_old_fw'
Josh Blum
06:17 pm Revision 30a6d480: Merge branch 'usrp2/discover_with_old_fw'
Josh Blum
06:17 pm Revision 9521c024: Merge branch 'rfx_use_clock_divider'
Josh Blum
04:36 pm Revision a28099fe: usrp2: improve the compatibility error messages
Josh Blum
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. Josh Blum

04/18/2011

05:58 pm Revision 1304340f: rfx: changes to pick from the dboard clock rates and use R=1
Josh Blum

04/16/2011

06:12 pm Revision 905a681a: uhd: added option for nsis installer to set PATH
Josh Blum
04:57 pm Revision 76fb9508: usrp_e100: added recv/send_frame_size xport args
Josh Blum
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...
Josh Blum

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
...
Jason Abele
06:54 pm Revision d24d9d9b: uhd: only set UHD_BUILD_INFO on successful return (also removed unused cruft)
Josh Blum
04:34 pm Revision 291a46b8: uhd: specify the UHD_PKG_DATA_PATH once (since images shipped w/ drivers)
Josh Blum

04/13/2011

11:10 pm Revision 5e8b0752: uhd: python messages more verbose + print boost configuration info
Josh Blum
08:30 pm Revision 44013b92: Merge branch 'thread_prio_warning'
Josh Blum
07:32 pm Revision 2a002234: GPS parser fixes for get_time.
Nick Foster
07:21 pm Revision 356a4e42: USRP2/N210: firmware UART read no longer drops 20th char
Nick Foster
06:12 pm Revision 3f336dc9: Merge branch 'fix/usrp_e100_clock'
Josh Blum
05:59 pm Revision 668402f2: usrp2: use the firmware's discovered compat number
Josh Blum
05:04 pm Revision f9e1f06e: usrp2: add check for holler protocol, we can support backwards
Josh Blum

04/09/2011

11:30 pm Revision e9ca5336: uhd: attempt to cleanup language in thread prio warning
Josh Blum

04/08/2011

10:07 pm Revision e2104395: USRP2: enable GPS by default
Nick Foster
10:00 pm Revision 9314a842: Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into gps_sensors
Nick Foster
09:59 pm Revision d7d3197e: USRP2: Added GPS time support to the sensors interface. gps_time sensor return...
Nick Foster
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...
Josh Blum

04/07/2011

08:46 pm Revision ee705a42: usrp-e100: reset dboard clocks on rate change, and dont cache in dboard iface
Josh Blum
08:45 pm Revision abb57f86: usrp1: fix path to firmware files for fpga top level
Josh Blum
05:01 pm Revision f0a2601d: Merge branch 'mingw_cygwin'
Josh Blum

04/06/2011

04:55 pm Revision 74fc8946: uhd: always link winsock2 on windows, disable pthread SCHED_RR for cygwin
Josh Blum
03:01 pm Revision e2cd276d: Merge branch 'python3_work'
Josh Blum
03:01 pm Revision cab1746e: usrp2: restore executable permission on python scripts
Josh Blum
02:37 pm Revision 529297b9: usrp2_card_burner: decode byte strings into ascii for parsing
Josh Blum
03:37 am Revision d07870f6: usb: mark libusb callbacks with LIBUSB_CALL to ensure correct calling convention
Josh Blum
03:15 am Revision 60669a28: usrp2_card_burner: change the padding string to bytes
Josh Blum
02:53 am Revision 3a588c59: usrp_n2xx_net_burner: working on python3 (string is not the same as bytes)
Josh Blum
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 ...
Josh Blum
12:19 am Revision 07222254: usrp2: ran 2to3 on python apps and make corrections for old imports to work
Josh Blum

04/05/2011

11:32 pm Revision dbfbc497: uhd: tweaks for cygwin/mingw, always link winsock2, findusb1, __USE_W32_SOCKETS
Josh Blum
10:32 pm Revision af2ab1c6: uhd: replace <prefix> with <install-path> in docs for clarity
Josh Blum
04:18 pm Revision 3affeb29: N210: implemented mboard sensors for ref lock and MIMO lock
Nick Foster

04/04/2011

11:51 pm Revision 6a2fbe07: uhd: a few minor changes to get uhd building under mingw or cygwin
Josh Blum
11:22 pm Revision dcd55563: uhd: set CPACK_PACKAGE_INSTALL_DIRECTORY on NSIS so we dont get an inconsisten...
Josh Blum
11:09 pm Revision 1ba366a9: usb: newer libusb1 does not need to link with setupapi.lib
Josh Blum
08:10 pm Revision 7cd216e9: uhd: specify msvc for implementations known only to work on msvc
Josh Blum

04/02/2011

10:22 pm Revision 721194ec: images: create a tag file to associate the version number w/ images
Josh Blum

04/01/2011

10:54 pm Revision 83c608e1: uhd: define LINUX in build system to simplify some checks
Josh Blum
07:06 pm Revision 81e891f3: uhd: setup INSTALLER_PKG_DATA_DIR for windows systems
Josh Blum
07:02 pm Revision 3a1f6c51: uhd: added images and readme installer component
Josh Blum
05:42 pm Revision 6e61e3e4: uhd: increment patch number for next release
Josh Blum
05:40 pm Revision baaa2c55: Merge branch 'use_boost_barrier'
Josh Blum
05:40 pm Revision daf91c0a: Merge branch 'rfx400_tx'
Josh Blum
05:40 pm Revision 70e014df: Merge branch 'images_install'
Josh Blum
05:40 pm Revision cb9080c3: Merge branch 'fix/usrp1_spi_read'
Josh Blum
05:28 pm Revision 592af4a8: uhd: disable visibility=hidden on non-dll platforms (cygwin)
Josh Blum
05:27 pm Revision 1721352e: uhd: install dlls into runtime path, updated docs
Josh Blum

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...
Josh Blum
07:36 pm Revision f64dad9d: Correct RFX400 div2 logic, makes RFX400 TX work
Jason Abele
07:30 pm Revision 9f72695e: uhd: added UHD_IMAGES_DIR option to include images in the package
Josh Blum

03/30/2011

11:51 pm Revision 6f70d17b: usrp1: fixed codec ctrl aux adc read (didnt start conversions) + cleaned-up logic
Josh Blum
11:50 pm Revision 0f64366d: usrp1: reverted spi transaction changes to the usrp1 firmware (broken and not ...
Josh Blum
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. Josh Blum
12:27 am Revision 48f6e1f8: usrp1: ignore claimed interfaces, avoids the problem of discovery when one dev...
Josh Blum

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(). Josh Blum
06:38 pm Revision a2a78451: usrp-e100: set the ticks-per-second every time we change clock rate
Josh Blum
06:22 pm Revision 9d91d551: usb: tweaks to the build guide (libusb + windows)
Josh Blum
06:41 am Revision 2d1bd00b: usb: changes to allow for static linking of libusb on windows
Josh Blum
04:17 am Revision 1ff8aaea: uhd: revert VERSION setting for libuhd, macosx does not like patch level
Josh Blum
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...
Josh Blum

03/28/2011

11:53 pm Revision 2ce39c4d: uhd: expand UHD_RELEASE_MODE setup to all debian and redhats
Josh Blum
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...
Josh Blum
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...
Matt Ettus

03/27/2011

10:04 pm Revision c6c4b01e: uhd: swapped UHD_PACKAGE_MODE with UHD_RELEASE_MODE (boolean)
Josh Blum
12:03 pm Revision d078d4f5: uhd: work on versioning technique for the releases
Josh Blum
11:18 am Revision f5390d04: Merge branch 'usrp_n2xx_net_burner_gui'
Josh Blum
11:17 am Revision eb077781: Merge branch 'mac_packaging'
Josh Blum
11:17 am Revision feeca812: Merge branch 'fix/usrp_n2xx_serial_bootloader'
Josh Blum
06:10 am Revision ae8fd100: usrp2: added usrp_n2xx_net_burner_gui to build system installation
Josh Blum
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...
Josh Blum

03/26/2011

11:44 pm Revision 0ed7a9f2: usrp2: fixed serial bootloader for N series
Josh Blum

03/25/2011

11:07 pm Revision 9a52bc09: usrp2: fix typo, now building n200 fpga images
Josh Blum
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...
Josh Blum
08:42 pm Revision 8a14b6c2: usrp2: modified firmware build rules to chain the dependencies (better for mak...
Josh Blum
06:50 pm Revision ed020d76: uhd: added USRP-N200 build support to images Makefile
Josh Blum
06:35 pm Revision b7f1b87f: Merge branch 'fpga_master' into n200_support
Josh Blum
06:34 pm Revision a82830bf: u2p: N200 Makefile
Matt Ettus

03/24/2011

02:35 am Revision 8fa7187c: u2p: N200 Makefile
Matt Ettus
01:48 am Revision 95b966a5: uhd: update copyright headers with automated script
Josh Blum

03/23/2011

02:21 am Revision 585b0455: uhd: try to be smart when setting up cpack when UHD_PACKAGE_MODE=AUTO
Josh Blum

03/22/2011

07:10 pm Revision c7bd55e2: uhd: added libusb1 to CPACK_RPM_PACKAGE_REQUIRES
Josh Blum
06:57 pm Revision 52d66cca: uhd: work on debian package requirements in cpack setup
Josh Blum
05:37 pm Revision 55b4ca73: uhd: setup UHD_VERSION and CPACK_PACKAGE_FILE_NAME
Josh Blum

03/21/2011

11:40 pm Revision a963caab: uhd: setup cpack components for component based installers
Josh Blum
06:52 pm Revision 3938de0c: usrp2: use the discovered mtu to clip the user specified mtu
Josh Blum
05:44 pm Revision 2183c502: uhd: added comments/documentation to clock_config
Josh Blum
05:34 pm Revision fb205994: usb: fix callback cast in libusb zero copy under msvc
Josh Blum

03/18/2011

12:50 am Revision e460ae41: usrp: dboard iface can inherit from i2c iface
Josh Blum
12:41 am Revision fb65f85e: uhd: whoops, spi convenience functions have 32 bit data
Josh Blum

03/17/2011

09:32 pm Revision fc6280df: Merge branch 'usb-cancel' into next
Conflicts:
host/lib/transport/libusb1_zero_copy.cpp
Josh Blum
09:18 pm Revision dd1571aa: Merge branch 'boost_fs_string' into next
Josh Blum
09:17 pm Revision 420491d4: Merge branch 'master' into next
Josh Blum
08:53 pm Revision ee424d79: Merge branch 'fpga_memory_reorg' into usrp2/new_reg_map
Josh Blum
08:47 pm Revision 2d906e67: Merge branch 'fpga_master' into next
Josh Blum
08:28 pm Revision be2c1b95: reverted zpu stack pointer change, incremented fpga compat number
Josh Blum
08:28 pm Revision b52877b3: usrp2: increment fpga and fw compat numbers
Josh Blum
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.
Philip Balister
11:41 am Revision a5731060: usrp_e : Add usrp e1xx gpio test program the usrp e100 utils directory.
Philip Balister
12:21 am Revision c0cfc699: usrp2: use new and common slave base map for usrp2/n210
Josh Blum
12:20 am Revision 37fa8da5: memory_reorg: new bootloader.rmi for n210
Josh Blum

03/16/2011

11:50 pm Revision 226ca69c: u1e: use icarus verilog for lint
Matt Ettus
11:42 pm Revision b357b627: clean up a bunch of warnings and incorrect bus widths
Matt Ettus
11:26 pm Revision da0c1ae4: u2p: fixed bootloader remapping
Matt Ettus
09:07 pm Revision f2c07ca0: u2/u2p: reorganized memory map
Matt Ettus
09:05 pm Revision 2044de4e: u2/u2p: fixed instance name
Matt Ettus
07:45 pm Revision a44d2495: udp: alternate udp ports
Matt Ettus
07:34 pm Revision a49811fc: usrp2: cleanup checksum code and fix precompute checksum bug
Josh Blum
07:26 pm Revision 8f0b8049: udp: look for checksum in the right place
Matt Ettus
07:26 pm Revision 5ebb3729: eth: the danger of cut and paste
Matt Ettus
07:26 pm Revision 8ec25602: simple_gemac: fixed typo for tx_clk and tweaked ethtx_realign.v
Josh Blum
07:26 pm Revision 487f693e: udp: fix precomputation of ip header checksum
Matt Ettus
07:26 pm Revision a3caf028: moved the eth realignment stuff into the simple_gemac
Matt Ettus
07:26 pm Revision 2b4f49ea: eth: add padding on incoming packets, remove on outgoing packets
Matt Ettus
07:26 pm Revision 61e351ac: udp: speed up checksum calculation to meet timing
Matt Ettus
07:26 pm Revision 4f0b3bff: prot eng should work, ethtx is a skeleton
Matt Ettus
07:26 pm Revision 243e8483: udp: short fifos on prot_eng in and out
Matt Ettus
07:26 pm Revision ac0f0796: udp: new 32 bit wide udp state machine seems to work
Matt Ettus
07:26 pm Revision 4eba6ddc: udp: this one removes half a line, used on transmit side
Matt Ettus
07:26 pm Revision 3594a61d: udp: this one adds a half line, useful on receive side
Matt Ettus
07:26 pm Revision 807dbffb: udp: checkpoint
Matt Ettus
07:26 pm Revision bea538ba: u2/u2p: reworked settings bus addresses
Matt Ettus
05:34 pm Revision 71e82fb3: E100: fix test clock output enable
Nick Foster
05:31 pm Revision 9d752805: USB zero copy impl: proper cleanup for canceled transfers -- wait for cancel b...
Nick Foster
12:25 pm Revision a8f7839a: usrp_e100: Move gpio test program to utils.
Still needs changing to use the new register map header. Philip Balister
12:22 pm Revision 5287fd58: usrp_e100: Delete old test scripts.
Philip Balister
02:32 am Revision 3faf872d: usrp2: use the proper lwip macros to set the ip header
Josh Blum
02:18 am Revision 2f12295f: usrp2: moved sregs in host code, simplfy reg struct a little
Josh Blum
02:17 am Revision d47bc1e0: usrp2: moved sregs in fw memory map, new framer register table
Josh Blum
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...
Josh Blum

03/15/2011

10:23 pm Revision 74979af6: u1e: removed old directory from make
Matt Ettus
10:21 pm Revision 18d1c39b: u1e: keep up with fixes made for u2/u2p, make it compile again
Matt Ettus
07:52 pm Revision 3a1ad3f1: uhd: copied examples changes from next onto master branch
Josh Blum
07:30 pm Revision 232a398f: uhd: added missing set_tx_antenna() in tx waveforms
Josh Blum
05:28 pm Revision 77481462: usrp2: common memory map, define slave bases in different headers
Josh Blum
03:22 am Revision d3e336f4: usrp2: minor fix to use more ntohl
Josh Blum

03/14/2011

11:31 pm Revision b3d6f86d: usrp2: fixed mtu discovery bug, was using the last failed value
Josh Blum
07:32 pm Revision f8225c05: Merge branch 'windows_fix' into next
Josh Blum
11:47 am Revision b0fefbe4: usrp_e1xx : Remove reset offset from register map.
Philip Balister
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...
Philip Balister
01:08 am Revision e5b625a5: usrp2: clip the mtu discovery if its within default MTU + a few
Josh Blum
01:07 am Revision 663af458: uhd: make CMAKE_BUILD_TYPE a visible variable in the gui
Josh Blum

03/12/2011

04:45 am Revision 93aae6f5: usrp2: also store expected_time in-between states
Josh Blum
04:30 am Revision f7687f06: uhd: created rx_multi_samples for multi-channel example
Josh Blum
12:22 am Revision cadafd4c: uhd: cleanup/tweaks on timed samples examples
Josh Blum

03/11/2011

08:46 pm Revision e49f94f4: uhd: offer alternative named for python binary (seen on ubuntu server)
Josh Blum
08:17 pm Revision 9b2ae7e0: uhd: added continuous streaming and new options to tx_waveforms
Josh Blum
08:02 pm Revision 60db6edf: uhd: a lot of tweaking, new parameters, and sig handler for to/from file examples
Josh Blum
07:14 pm Revision 1ab38031: uhd: created tx_samples_from_file.cpp and added to rx_samples_to_file.cpp
Josh Blum
05:33 pm Revision ab263488: usrp2: bump up timeout on mtu discovery (seen to be a bit too small on windows...
Josh Blum
05:29 pm Revision 2da8a0ae: uhd: only specify BOOST_SP_USE_QUICK_ALLOCATOR for the lib, apps can be built ...
Josh Blum
05:02 pm Revision 6fc9a384: usrp-e100: added module compat num check, made fpga compat constant more obvious
Josh Blum
01:58 am Revision 4dd34ae6: uhd-images: specify CPACK_PACKAGE_FILE_NAME so files names are platform indepe...
Josh Blum
01:57 am Revision 414b7771: usrp-e100: fpga fix removed missing directory from include
Josh Blum

03/10/2011

10:57 pm Revision db2b8061: Merge branch 'packet_router_2nd_dsp' into next
Josh Blum
10:47 pm Revision 6d744744: uhd: revert changes to rx_timed_samples
Josh Blum
10:45 pm Revision 928e3a7d: uhd: fix safe call header cuz it was moved on the next branch
Josh Blum
10:44 pm Revision fd35b0fd: Merge branch 'master' into next
Josh Blum
10:42 pm Revision 4c7cc6b1: uhd: fixed include in safe call, added quotes for SET_SOURCE_FILES_PROPERTIES
Josh Blum
10:37 pm Revision 09149bbf: usrp1: safe destruction for usrp1 device
Josh Blum
10:35 pm Revision 0336db12: usrp1: also replaced control error prints w/ throws
Josh Blum
10:08 pm Revision 552caa69: Merge branch 'master' into next
Conflicts:
host/lib/usrp/usrp2/mboard_impl.cpp
Josh Blum
10:07 pm Revision 11e9d7e8: usrp1: throw in control calls that fail rather than print the error
Josh Blum
08:52 pm Revision 7d140b02: usrp2: created safe call macro and handle usrp2 ~mboard throwing
Josh Blum
08:49 pm Revision e2847fd9: usrp2: created safe call macro and handle usrp2 ~mboard throwing
Josh Blum
07:56 pm Revision aa619a76: usrp: moved wrapper utils into multi-usrp
Josh Blum
02:39 am Revision 5f4e14e8: usrp2: save alignment indexes between state to fix the lost packet problem
Josh Blum
02:37 am Revision 1d9c3aa7: usrp2: save alignment indexes between state to fix the lost packet problem
Josh Blum

03/09/2011

02:35 am Revision 668bdcad: TVRX: no longer muxing in noise on Q channel
Nick Foster
02:34 am Revision 54acf544: usrp: fix for mux calculation when using real q
Josh Blum
02:31 am Revision 74bc8297: usrp2: comments for buffer size setting
Josh Blum

03/08/2011

11:33 pm Revision 912a697a: fix: vita_rx_chain1 should use unit2 (since err0 uses unit1)
Josh Blum
08:47 pm Revision de76b046: packet_router: created packet dispatcher component to replace packet inspector...
Josh Blum
08:41 pm Revision ab6fc734: uhd: thread safety notes and moved some docs to general
Josh Blum
02:22 am Revision bb9d849d: first cut at 36:72 and 72:36 for extra wide fifos. untested
Matt Ettus

03/07/2011

06:56 pm Revision 88b6ef9a: u2/u2p: proper connections for dsp_framer
Matt Ettus
06:51 am Revision 942b7039: u2/u2p: fix off-by-one error in dsp_framer
Matt Ettus
« Previous
Next »
 

Also available in: Atom