commit bc019b203f61bd88d3a87162b82b7e1fddeebac2
Author: Harald Welte <laforge@gnumonks.org>
Date: 2019-01-13 10:13:57 +0100
debian: Add 'sdcc' package to BuildDepends
We recently re-introduced building the USRP1 FX2 firmware
using SDCC. This needs to be listed as requirement for building
the package, otherwise build are failing.
Change-Id: I23ca8d7ad26437f2c971608cd881a6f40e26a887
commit 0751a53cc53d4e109b640fa14e2ebd13dabddf63
Author: Harald Welte <laforge@gnumonks.org>
Date: 2019-01-11 17:58:30 +0100
debian: Make sure the FX2 firmware is packaged
Change-Id: Ide58bb2969a41f5ccb563b7e0ae13e4bf5932127
commit 820287e108c0d94334d923c2807bdc01497529f9
Author: Harald Welte <laforge@gnumonks.org>
Date: 2019-01-11 17:40:56 +0100
Re-enable build of usrp FX2 firmware
Back in df354005f35c072976bfd6f1b031827cf3fa2e98, for some reason
building the USRP1 FX2 firmware was disabled. Let's re-enable it, as
the FX2 firmware is required as an essential part of USRP1 device
operation. It's loaded into the FX2 RAM over USB after the initial USB
attach.
As the firmware code has meanwhile been ported to a more modern
SDCC dialect (SDCC 3.2 or later, released in 2012), we have to adjust
the required minimum SDCC version.
Change-Id: I66ecc66bca3e8c171d2dd0d15c71186e16e8cc3b
commit 0934c3785035459a869b0a34e65382ecaee89018
Author: Harald Welte <laforge@gnumonks.org>
Date: 2019-01-11 17:44:26 +0100
firmware: Port to more modern SDCC syntax.
SDCC, at least from version 3 onwards, has change the names of special
attributes like "at" or "sfr". They are now all prefixed with double-
underscores.
Upstream fx2lib has made that change in commit 3071389d9a868ed553b84809b399008648536fcf
which can be obtained from
https://github.com/djmuhlestein/fx2lib/pull/1/commits/3071389d9a868ed553b84809b399008648536fcf
Change-Id: I5df64bc3cc09402bdfacec9c256e96135e3688fd
commit a0014792256a4fe630fb6e895ea9e7230a3a04bb
Author: Harald Welte <laforge@gnumonks.org>
Date: 2019-01-11 17:46:30 +0100
firmware: Fix include directory path names
When we forked libusrp from the gnuradio source archive, we moved
around the directories, but failed to adjust the FW_INCLUDES.
Change-Id: I51a10da2325f7f6d158bb80f43e42b6ed29006f0
commit b1ad0157dcd73b74197262698496d5e17cde17f8
Author: Pau Espin Pedrol <pespin@sysmocom.de>
Date: 2018-09-17 10:44:17 +0200
debian/rules: Don't overwrite .tarball-version
The .tarball-version file should contain the *source version* uniquely
identifying the git commit, and not the Debian package name.
With https://gerrit.osmocom.org/#/c/osmo-ci/+/10343/ there is a correct
.tarball-version file in the .tar.xz of the nightly source packages.
Related: OS#3449
Change-Id: Idb187930d08b9e427ec07b4d27f138c106f69f99
commit 15bf18f5187db9f204b1e784654bd86e6da6a2dd
Author: Pau Espin Pedrol <pespin@sysmocom.de>
Date: 2018-04-28 01:27:20 +0200
build: use correct python version in generate_regs.py
AM_PATH_PYTHON is broken, we already dropped it in other osmocom
projects.
Change-Id: I17a79464718c9dcf8f4f579fb1871bfac22075e3
commit 52f0929e625e0f1fadd9572a40d5311190690f58
Author: Pau Espin Pedrol <pespin@sysmocom.de>
Date: 2018-04-26 19:26:58 +0200
Add debian directory
Related: OS#3218
Change-Id: I5ff1d76f533b9ac68ab3f2c70ead6b66f4413b4f
commit 85538b98d001e2c56242534a4b16ab1461cc90d7
Author: Pau Espin Pedrol <pespin@sysmocom.de>
Date: 2018-04-27 13:58:26 +0200
Makefile.par.gen: Fix .deps directory not present during build
Change-Id: I899cde47bb03ed6f00d431e7d744be6f663ae314
commit df354005f35c072976bfd6f1b031827cf3fa2e98
Author: Pau Espin Pedrol <pespin@sysmocom.de>
Date: 2018-04-27 13:09:42 +0200
build: Fix make distcheck
Change-Id: I8f71cf91d4cdbe0fdc4e451b89d95437ff800337
commit e9f1d62080997afa6f7c77c6a1e875d0a40f65c1
Author: Pau Espin Pedrol <pespin@sysmocom.de>
Date: 2018-04-24 17:29:01 +0200
usrp.pc.in: Drop unset LIBUSB_PKG_CONFIG_NAME
That variable is expected to be set by macro USRP_LIBUSB
from m4/usrp_libusb.m4, but it is never called in configure.ac.
Furthermore, the macro doesn't seem to be working fine in some
environments like debian9, while it works on others (ArchLinux), so
let's better drop it.
Change-Id: Ia5f7ec69701abff91ff8e903e0fd53f8d9fbfba6
commit 12196606d5d531c73546b7f8ae2c704f13554ade
Author: Pau Espin Pedrol <pespin@sysmocom.de>
Date: 2018-04-24 17:15:06 +0200
usrp.pc.in: Fix version in output pc file
Change-Id: If9906a54175146cf80ea793a5ae40a7b4a005775
commit fc8b77e303d4af30d1e6e1e01276f861679e054a
Author: Pau Espin Pedrol <pespin@sysmocom.de>
Date: 2018-04-24 17:08:44 +0200
gitignore: Remove and ignore libtool related m4 files
Change-Id: I05278c823ca76644ce4e494ff4c7de95e42d4f20
commit 46ac7d0df8ffa516544c3bf44a8e26249abf6301
Author: Pau Espin Pedrol <pespin@sysmocom.de>
Date: 2018-04-24 17:02:53 +0200
Makefile.common: Fix typo preventing build
Change-Id: Ib38f6c38e5a40bd11e7b42285d2e244b3f54e0b2
commit ce3b2fda09c5ee577f8eaf555ce7d0095ce154c8
Author: Martin Hauke <mardnh@gmx.de>
Date: 2018-01-23 22:12:14 +0100
build: Link libusrp_la also to boost_system
Change-Id: I184214c37251dde0ea9bd05f4a4cebfed35a8d9f
commit f6bdf4a410bdb9e797fce5922561b822417c4935
Author: Harald Welte <laforge@gnumonks.org>
Date: 2018-01-21 18:30:18 +0100
Add contrib/jenkins.sh for jenkins.osmocom.org integration
Change-Id: Ie186074b338314e560ccf7f87b17dae2617a0966
commit ec6adccbbdda1a4614089aaf52f9e1bab75494e7
Author: Alexander Huemer <alexander.huemer@xx.vu>
Date: 2018-01-21 01:30:14 +0100
Extract libusrp, adjust to be buildable standalone
* $ git \
filter-branch \
--prune-empty \
--tree-filter \
'find \! -path "./usrp/*" -a -type f -delete' \
HEAD
* Craft custom configure.ac
* Update m4 macros
* Small fixes here and there
The code in doc/, firmware/ and host/swig does _not_ build at the
moment, due to m4 macros not being adhered and is disabled therefore.
commit d73669241539988387db8d758fb306dfe8974836
Author: Eric Blossom <eb@comsec.com>
Date: 2011-08-13 16:06:21 -0700
Allocate 10 additional USB PIDs to Bdale.
commit 72457807d0885a9611732f459ef73e672c20107f
Author: Eric Blossom <eb@comsec.com>
Date: 2011-08-13 16:02:03 -0700
Update details on Bdale's existing USB PID allocation.
commit 39daad5310062fff4d8a6311105d1aaa7258a53e
Author: Don Ward <don2387ward@sprynet.com>
Date: 2011-03-30 15:36:36 -0700
usrp: cleanup misc usage
commit 9d9baa53864b93c10b89b6ef64733e747c892895
Merge: a75112f 83056e4
Author: Tom Rondeau <trondeau@vt.edu>
Date: 2011-03-25 13:53:09 -0400
Merge branch 'master' of gnuradio.org:gnuradio
commit 83056e43d70f02a8decb86f620ac1e24efb1b524
Author: Don Ward <don2387ward@sprynet.com>
Date: 2011-03-25 11:53:04 -0400
Fixing missing include files and various other patches for Windows build issues.
commit a75112feb7f9dc3243d22575f4ee824a6bba19e5
Merge: d694deb f2857f1
Author: Tom Rondeau <trondeau@vt.edu>
Date: 2011-03-20 12:31:10 -0400
Merge branch 'master' of gnuradio.org:gnuradio
commit d694deb33b679ac3e70adb17c90d25896517cf20
Author: Tom Rondeau <trondeau@vt.edu>
Date: 2011-02-27 17:35:05 -0500
Fixing missing header file (in prep for future GCC's). ptrdiff_t is defined in stddef.h.
commit f2857f18184dffd7f9a5f16b5cb0fbb0f070f5da
Merge: 6f9d7ad 1cab2ce
Author: Eric Blossom <eb@comsec.com>
Date: 2010-12-06 23:16:25 -0800
Merge branch 'next' into guile-next
* next: (116 commits)
Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted.
Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps.
uhd: reverting tag changes on uhd single usrp source, there seems to be issues with the work() logic
uhd: removed default value chan=0 in the cc files
WITH_INCLUDES _must_ be last
uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME
uhd: default channel params to zero for single source and sink blocks
Revert "Removed usrp2-firmware from being automatically built."
Remove generated file from repo
Removed usrp2-firmware from being automatically built.
uhd: added libdir to UHD CFLAGS (shared by lib and swig)
Swapping out preset keys until I work out some of their issues.
Modifying QA tests for the sample tags. By default, it only checks the sizes of the tags since order is not specified or guarenteed.
Block is a gr_block, so this sets its relative rate. Was required for using in the QA of the sample tags code.
Removing global pmt constants. Were causing segfaults during make check. Must fix this later.
Fixing up the UHD sample tag example to take command line options.
Swapping order of testing rrate.
Changing propagation policy enum type name and making a few other minor edits.
Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304.
Adding typedef for uint64_t and int64_t so we can use them through SWIG.
...
Passes make distcheck.
commit 1cab2ce24571044b1293d8fb8bb852a22055b1fc
Merge: 3ce5c6a c12f11b
Author: Tom Rondeau <trondeau@vt.edu>
Date: 2010-12-06 20:57:40 -0500
Merge branch 'master' into next
* master:
Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted.
Modifying blks2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps.
Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304.
Adding typedef for uint64_t and int64_t so we can use them through SWIG.
Removing warnings in portaudio source/sink.
Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't make a difference in the current uses of this class, but could in the future. Thanks to Achilleas Anastasopoulos for pointing this out.
first shot at Windows-compatible LIBUSB check
Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems)
Removing autogenerated file.
Updated doxygen Doxyfile for newer versions.
Adding file operations result checking.
Updating audio_jack to new interface for creating a client. Fixes depricated warning.
Potential fix to MSDD warnings by setting sequence number from buffer more explicitly.
Adding a bit more checking on file operations.
Fixing copyright date.
Fixed warning re defining GNU_SOURCE. Can probably just remove it since it's defined in config, but this won't hurt anyone.
Fixing signed/unsigned warnings.
first shot at Windows-compatible LIBUSB check
Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems)
Conflicts:
gnuradio-core/src/lib/swig/gnuradio.i
commit 6f9d7add08736c6bd310b38301fbf4e8ede519ce
Author: Eric Blossom <eb@comsec.com>
Date: 2010-12-03 23:34:24 -0800
Regenerated Makefile.swig.gen's
commit f0e7635c6affff44d27c1f82c95bdb9f6482042b
Author: Eric Blossom <eb@comsec.com>
Date: 2010-11-24 19:08:21 -0800
Update .gitignore's
commit dc2588910e750c81259e761b9a4a68b89f6a30de
Author: Eric Blossom <eb@comsec.com>
Date: 2010-11-24 17:29:11 -0800
Major Makefile.am housecleaning. Passes distcheck.
Move all occurrences of swig_built_sources out of Makefile.am's.
Move all SWIG related use of BUILT_SOURCES out of Makefile.am's.
Clean up 'if PYTHON' conditionalization in gr-*
Still left to do: fix Makefile.swig CLEANFILES and no_dist_files
such that they remove exactly the generated files.
commit 005c0c55a58b5d6bf5317f60b1519f7bed0bb009
Author: Rob Savoye <rob@welcomehome.org>
Date: 2010-11-19 08:07:52 -0700
regenerated
commit 5c9d25a206d894784d000f8f8a876d8ed3153d24
Merge: 01f050a 3ce5c6a
Author: Eric Blossom <eb@comsec.com>
Date: 2010-11-17 19:00:12 -0800
Merge remote branch 'gnuradio.org/next' into test
* gnuradio.org/next:
distcheck fix for gr-uhd
Keep doxygen 1.7.1 from crashing.
uhd: swig changes for templated ranges
commit 3ce5c6a3f0a086b6c633dbd077ff2cf989af5236
Author: Eric Blossom <eb@comsec.com>
Date: 2010-11-17 18:52:05 -0800
Keep doxygen 1.7.1 from crashing.
commit 01f050a935885b50fbcbb345244717b5104f62e4
Author: Eric Blossom <eb@comsec.com>
Date: 2010-11-16 21:40:55 -0800
Fix guile related problem with gr-usrp
commit f741fdab2b9ff22b93519d7febbd552add82d157
Author: Eric Blossom <eb@comsec.com>
Date: 2010-11-16 21:33:50 -0800
regenerated
commit a52aed2448c5f6d6fbf83d2b2cf35c9a06e59ef0
Author: Eric Blossom <eb@comsec.com>
Date: 2010-11-10 13:01:38 -0800
regenerated
commit 3f60d7f0ee0b37537929514fba5a8081f9199e46
Author: Rob Savoye <rob@welcomehome.org>
Date: 2010-11-01 16:06:37 -0600
regenerated
commit 1b40745d32e830bfda8077ff425aae38e2c5967d
Author: Eric Blossom <eb@comsec.com>
Date: 2010-10-31 10:12:43 -0700
additional regenerated files
commit 234fd4523306cfb13847e2fa90fe7b43ffa41e73
Author: Eric Blossom <eb@comsec.com>
Date: 2010-10-22 23:28:06 -0700
regenerate
commit b1f86e8b1a961cb659dd31513e9ded61ae91c580
Author: Eric Blossom <eb@comsec.com>
Date: 2010-10-22 22:00:09 -0700
Rengenerate Makefile.swig.gen's
commit 347bb61cf10b566da87def361bea434168833fff
Author: Eric Blossom <eb@comsec.com>
Date: 2010-10-18 20:40:54 -0700
gitignore swig generated files
commit 3699771aa9bff27109f8a46fab0bb316e4377502
Author: Eric Blossom <eb@comsec.com>
Date: 2010-10-18 19:24:49 -0700
Update generated files
commit 6f86a6851372e627ef45490d26fb203e4c12141a
Author: Rob Savoye <rob@welcomehome.org>
Date: 2010-10-14 12:34:08 -0600
regenerated after changes to the template
commit c12f11bb7205eff26f55007b9583dc2144aeb243
Author: Tom Rondeau <trondeau@vt.edu>
Date: 2010-11-10 00:25:37 -0500
Updated doxygen Doxyfile for newer versions.
commit c6f56e4d156a6599f7530c512665a0dbb11c240b
Author: Michael Dickens <mdickens@nd.edu>
Date: 2010-10-09 16:11:03 -0400
rearrange includes to always be: internal GR, external, with GR.
commit 32a1f42db7429d0cb51ca1cadd6896eb523d95db
Merge: 266afda d2529be
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2010-08-04 18:54:55 -0700
Merge branch 'maint'
* maint:
usrp2: fixes for gcc 4.5.0 compatibility
formatting change: move break statements
Fix unitialized variable pointed to by compiler warning
commit d2529be51be464b0cfad3be4db2c4d4a5befbb92
Author: Eric Blossom <eb@comsec.com>
Date: 2010-08-04 11:08:11 -0700
formatting change: move break statements
commit 50684991ff115aae8e20acf81d50eeef6f069bd4
Author: Eric Blossom <eb@comsec.com>
Date: 2010-08-04 11:05:38 -0700
Fix unitialized variable pointed to by compiler warning
commit 266afda2802575490ab25acc17d3e9cb16d767d5
Author: Jason Abele <jason@ettus.com>
Date: 2010-06-21 16:03:55 -0700
Add RFX2200 to burn-db-eeprom
commit b84513988d9d9218f6ebaccaf1e584a25e719f87
Author: Jason Abele <jason@ettus.com>
Date: 2010-06-18 14:00:00 -0700
Copy paste for RFX2200 in USRP1
commit 0994dfe70cef69929ed314d3b0308ddc123c1784
Author: Jason Abele <jason@ettus.com>
Date: 2010-06-04 15:34:27 -0700
Fixed WBX RX PLL enable
commit aff599e832ba40fcd6b2a102762065dac37610b1
Author: Jason Abele <jason@ettus.com>
Date: 2010-06-03 14:35:18 -0700
Refactor WBX and adf4350 to avoid passing usrp pointer
commit 87bbd984a527be1677f4f676e853a8b92ce48278
Author: Jason Abele <jason@ettus.com>
Date: 2010-06-03 13:25:42 -0700
Clean up annoying class structure in wbx
commit 0ba8eaa14215fe59e5e5fba7d2a1d78d87ee0742
Author: Jason Abele <jason@ettus.com>
Date: 2010-06-03 12:49:03 -0700
Fixing wbx to use _refclk_freq()
commit a27a7bb1f60927a83c0cf3970a5b3a76eb8da7aa
Author: Jason Abele <jason@ettus.com>
Date: 2010-06-03 12:24:13 -0700
Typo in error message
commit d6a7626babd786e66b61d0264106c90788e96db6
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2010-05-28 20:02:38 -0700
Make C++ shared libraries versioned
commit deea1393ef2feec5a4ed7453ad250285ffa17df8
Author: Eric Blossom <eb@comsec.com>
Date: 2010-05-19 15:26:08 -0700
Remove bogus check for existence of prefix directory.
commit fa46b23ddbc00ac8605c8fc05573ee8a2013b870
Merge: dd4afa6 6f3ac45
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2010-05-11 18:00:19 -0700
Merge branch 'master' into wip/burx_support
* master: (39 commits)
Add gru.hexshort to deal with short hex constants
Assign USB PID for Hans de Bok
Add missing buffer allocator hint to gr_ofdm_sampler.cc
Really fix the missing include for boost::bind
gr-wxgui: Added additional color table entries
Missed updates for omnithread/mblock removal
Remove omnithreads library.
Remove mblock library. We hardly knew 'ye.
Convert gr-audio-portaudio to Boost via gruel
Further updates for removing omnithreads
Update build configuration for OSX omnithreads changeover
Add missing include file for boost::bind
Convert gcell to use boost::threads instead of omnithread.
Fix sequence error indication after stopping then restarting streaming on USRP2.
initial move from mld_threads to gruel:: namespace threads and such
Initial changes to remove mld_thread and instead use gruel:: namespace classes
Fixing doxygen warnings from arb_resampler. Also, removed set_taps from public
Fixing doxygen warnings from channelizer block.
Fixing documentation to get rid of doxygen warnings.
Adding documentation for fff version of othe PFB clock sync algorithm.
...
commit dd4afa6919c42e3bd458cd7d5e7c5e3954a2e18d
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2010-05-11 14:13:52 -0700
usrp: Cleanup for merge of bitshark daughterboard code
Removed unused variable
Set default bandwidth to 8M in constructor
commit 6f3ac452ba45578f812c6f39da16679a43138764
Author: Eric Blossom <eb@comsec.com>
Date: 2010-05-10 10:42:32 -0700
Assign USB PID for Hans de Bok
commit 1815e300651fcaa6e8561ae0e80bdfa85ab42f51
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2010-04-26 22:41:19 -0700
Remove mblock library. We hardly knew 'ye.
commit 6ef29ec6b287b69e9e1c5822f48c6270f06a740e
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2010-04-26 13:04:23 -0700
Further updates for removing omnithreads
Updates README
Removes Darwin specific variable in usrp.pc
commit 5dbc6a3bcf47467be9b9450f85ae916edb9f186a
Author: Michael Dickens <mdickens@nd.edu>
Date: 2010-04-19 15:35:07 -0600
initial move from mld_threads to gruel:: namespace threads and such
commit b91b8b79ae93a1157d111c422e3bc9597a7d8736
Merge: 01f334c 2e21a12
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2010-04-16 15:32:55 -0700
Merge commit 'jabele/wbx_tuning'
* commit 'jabele/wbx_tuning':
Fix WBX tuning to allow DDC use in reaching 50MHz
commit 2e21a12b62830183e2ffbc1ec2cf939e7d5d0c5a
Author: Jason Abele <jason@ettus.com>
Date: 2010-04-16 15:00:51 -0700
Fix WBX tuning to allow DDC use in reaching 50MHz
commit 01f334c71210dc3265700e6c6e506cd1e86339d4
Merge: 9f813ee 57e1f68
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2010-04-15 08:05:23 -0700
Merge branch 'usrp-eeprom' of git://gnuradio.org/jabele
* 'usrp-eeprom' of git://gnuradio.org/jabele:
Increase sleep to prevent eeprom problems
commit 57e1f688e663fd5144c459a100c0e9cba8fd7299
Author: Jason Abele <jason@ettus.com>
Date: 2010-04-14 15:07:24 -0700
Increase sleep to prevent eeprom problems
commit 9f813ee5051b28ec4891ead8ab4728b0e3dd7af6
Author: Eric Blossom <eb@comsec.com>
Date: 2010-04-14 13:55:46 -0700
Add pid for ThinkRF
commit 656f2df7896ff9fb483c10d170c6505d4deb8d7b
Author: JohnOrlando <john@epiq-solutions.com>
Date: 2010-03-30 19:54:39 -0500
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.
commit 9d191f595187cdb9e33ae74f725df1290208df20
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2010-03-02 08:08:18 -0800
Add README for new FPGA hosting location
commit dc8d1a4973ecd437b46f53184d0c8d84afc976fc
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2010-02-28 12:47:43 -0800
Remove usrp1 and usrp2 FPGA files. These are now hosted at:
git://ettus.sourcerepo.com/ettus/fpga.git
...under the 'usrp1' and 'usrp2' top-level directories.
commit acd46373d40fac5c427482b0147b479349aabae8
Author: Jason Abele <jason@ettus.com>
Date: 2010-02-19 15:24:56 -0800
Clarified copyright and licensing
commit c61b82ff559042558b468deccc068dffba7569cb
Author: Jason Abele <jason@ettus.com>
Date: 2010-02-04 17:38:33 -0800
Fixed creation of burn-usrp2-eeprom, burn-usrp4-eeprom
Added $prefix from configure to paths
commit 299fec1a46e5263317390f385fa7d6a9f6c23aef
Author: Eric Blossom <eb@comsec.com>
Date: 2010-01-18 12:27:45 -0800
Remove unnecessary implementation of flexrf::refclk_freq.
Apply patch from Alexander Chemeris <alexander.chemeris@gmail.com>
commit cdb3df98bbe09f397ed18dbc0491911fc3e3446b
Author: Eric Blossom <eb@comsec.com>
Date: 2010-01-18 12:23:57 -0800
Remove assert(dac_rate() == 128000000).
Applied patch from Alexander Chemeris <alexander.chemeris@gmail.com>
that allows non 64MHz clocking on USRP1.
commit 53facbe9b5b939b79633770cbe0cc23a93036625
Author: Jason Abele <jason@gnuradio.org>
Date: 2010-01-05 15:12:36 -0800
Remove wbxng tx gain dependence on pga gain
commit 153bb9417fd177319358b719f49cc046095a74d5
Author: Jason Abele <jason@jasonabeleconsulting.com>
Date: 2010-01-04 11:30:52 -0800
Added antenna select support for new board rev
commit 9dfdd79bf724304251bd6b17a3bd39d25f895a20
Author: Jason Abele <jabele@gnuradio.org>
Date: 2009-11-06 17:40:16 -0800
Fixing bad tuning range code
commit ed7a822c3a3a1a35a46a9f30f386558423ea0986
Author: Jason Abele <jabele@gnuradio.org>
Date: 2009-11-05 15:42:49 -0800
WBXNG: Can not enable/disable ADF4350 from set_enable()
Incorrect powerdown in RX deconstructor
Expanded range of frequencies to attempt locking
commit f521a5977edf25cda163527f09efeb0683538835
Author: Jason Abele <jason@gnuradio.org>
Date: 2009-11-05 14:06:30 -0800
WBXNG: power on/off TXMOD and Synth/VCO with set_enable
No similar function on RX, so RX is always on?
commit dad9cad9bfdc01815ed7e5052f5b3dba8d0d2871
Author: Jason Abele <jason@gnuradio.org>
Date: 2009-11-05 13:31:46 -0800
WBXNG: set ADF4350 to low spur mode
commit 57e55a5a334dcf53b516038c969b1d96011366b4
Author: Thomas Tsou <ttsou@vt.edu>
Date: 2009-11-04 11:47:58 -0500
usrp: Corrected error message
commit 0d989b33d739666d9f1cefd60bfb0bca191def28
Author: Matt Ettus <matt@ettus.com>
Date: 2009-11-26 11:28:59 -0800
same bug as on the U2, found by Stephen Lai
commit bfc5222183d004954af8aebc74b8e7ac148f3fb7
Author: Eric Blossom <eb@comsec.com>
Date: 2009-11-11 12:38:41 -0800
Add USB PID for HPSDR HERMES device.
commit 593b69ca07430a5041357773b5aa17f6bd2436ba
Author: Thomas Tsou <ttsou@vt.edu>
Date: 2009-10-17 22:28:43 -0400
usrp: Cleanup of usrp_basic
Version specific libusb calls are pushed out of usrp_basic into
usrp_prims where they belong. This leads to a single usrp_basic
file. A new function in usrp_prims, usrp_deinit(), handles
shutdown specific to version 1.0.
commit e3ca79c2faa4a5cb14b17672891c72f6eaef63d1
Author: Thomas Tsou <ttsou@vt.edu>
Date: 2009-11-02 16:53:29 -0500
usrp: Check return value in fusb_libusb1 _reap()
The old fusb_libusb1 _reap() call always returned true except on
error. With this commit it checks that a transfer is actually
reaped and returns false otherwise.
commit 6619994b0ad1093e6ac9480ea43bec613b82afb8
Author: Jason Abele <jabele@gnuradio.org>
Date: 2009-10-29 19:26:47 -0800
Fixing prescaler and disable aux synth output on wbxng
commit 79245079c7480a9b20097606085717814a1d44af
Author: Michael <mlk@alum.mit.edu>
Date: 2009-10-27 12:13:59 -0400
updated usrp.pc file to reflect the correct version of libusb
commit 6eafa6b6b1d1898654932d1d8dc9f934e260e141
Merge: 7b81302 d04f732
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2009-10-19 08:25:35 -0700
Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelld
This merge adds support for OSX 10.6 in gr-audio-osx and usrp.
Conflicts:
usrp/host/lib/usrp_prims_libusb0.cc
commit d04f732630aaab46d1407030029864550aedadba
Author: Michael <mlk@alum.mit.edu>
Date: 2009-10-19 10:21:33 -0400
moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX printing of long and pointer types
commit 7b8130230d42ac406da41c488c344575a14411c8
Author: Thomas Tsou <ttsou@vt.edu>
Date: 2009-10-15 20:58:32 -0400
usrp: Fixed firmware load regression
This fixes a bug from "Applied libusb-1.0 patch set from Thomas
Tsou <ttsou@vt.edu>" b5aa407ec2b1bdebc1c950a9428789fe50327776
The bus rescan after firmware load was stomped with the addition of
libusb-1.0 support causing the subsequent device open to fail.
libusb-1.0 doesn't (appear to) require the bus to be explicity
rescanned. The rescan is added back for libusb-0.1. For libusb-1.0
the rescan nops.
commit 40053a696ca9ec9ad735b65ecc948100d4b8d2ee
Author: Thomas Tsou <ttsou@vt.edu>
Date: 2009-10-15 20:58:08 -0400
usrp: Corrected error message
commit b516518a93881843bd97d343348f6b509e4346e4
Author: Thomas Tsou <ttsou@vt.edu>
Date: 2009-10-15 20:56:54 -0400
usrp: Added missing return values
commit 0001665212ad2776f2691c926822c2b1493c4f79
Author: Michael <mlk@alum.mit.edu>
Date: 2009-10-15 09:43:20 -0400
OSX 10.6 x86_64 fixes for configure and libusb; Audio is next
commit ced8a50c393147b3511cffced18141a4192456bb
Merge: 955964d 4f074f4
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2009-10-13 13:32:39 -0700
Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou
This merge fixes libusb build machinery to work for Cygwin, Darwin, Ubuntu,
and F11.
* 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou:
usrp: Applied patch from Michael Dickens for Darwin libusb
usrp: Applied patch from Don Ward for Cygwin libusb
fix to restart libusbok checking for non-PKGCONFIG
usrp: Disabled libusb-1.0 debug output by default
merged updated libusb checks with older version
usrp: Enable debug output
usrp: Reorg of libusb error reporting
usrp: Added error checking on hash transfers
augmented search for libusb
commit 955964d34b166a13387a8d62ee8ffdad1f030a12
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2009-10-13 13:07:19 -0700
Change calculation of docdir to remove trailer when in git development
commit 4f074f479e94a969c8eb3991f6a3af962c7c4478
Author: Thomas Tsou <ttsou@vt.edu>
Date: 2009-10-12 13:22:24 -0400
usrp: Disabled libusb-1.0 debug output by default
Debug output may generate excessive amounts of information.
commit 990f456a3ce621bc539d1114dd5c8653953a6579
Author: Johnathan Corgan <jcorgan@corganenterprises.com>
Date: 2009-10-10 16:48:58 -0700
#include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.)
Patch-by: Don Ward <don2387ward@sprynet.com>
commit 1ff45f0d2beacf266a8e99908e003eea448bebc5
Author: Thomas Tsou <ttsou@vt.edu>
Date: 2009-10-09 15:10:13 -0400
usrp: Enable debug output
This only works if libusb-1.0 is compiled with debug logging.
commit 0bec945f497f50077ea28dbfeadcdebab3094c84
Author: Thomas Tsou <ttsou@vt.edu>
Date: 2009-10-03 12:26:24 -0400
usrp: Reorg of libusb error reporting
Error messages rather than error codes are reported. Version specific
libusb error messages originate from their respective calls.
commit be044ba6f1dc64b02fba52c9f72d3ec7c0763505
Author: Thomas Tsou <ttsou@vt.edu>
Date: 2009-10-02 12:37:06 -0400
usrp: Added error checking on hash transfers
...