Statistics
| Branch: | Tag: | Revision:

root / gr-uhd @ master

# Date Author Comment
cc12277f 04/26/2013 04:38 pm Mike Jameson

uhd: enhanced version of usrp_spectrum_sense.py

669614b0 04/17/2013 10:31 pm Johnathan Corgan

Merge remote-tracking branch 'jblum/uhd_work'

39c8fd8c 04/13/2013 12:37 am Josh Blum

uhd: added getters for bandwidth setting and range

4f35e2c0 04/13/2013 12:23 am Josh Blum

uhd: added a usrp PC sync option

9b47ed5a 03/24/2013 05:12 pm Mike Jameson

uhd: updated usrp_spectrum_sense with frequency readout

f2e1c500 03/13/2013 07:36 pm Tom Rondeau

log: replacing log4cxx with log4cpp.

53ff88a6 03/05/2013 11:51 pm Nicholas Corgan

Added Windows DLL resource files

ce211603 03/01/2013 06:19 pm Tom Rondeau

Merge branch 'master' into gr_log

Conflicts:
cmake/Modules/GrMiscUtils.cmake
docs/doxygen/other/main_page.dox
gnuradio-core/gnuradio-core.conf.in
gnuradio-core/src/lib/swig/CMakeLists.txt
gr-digital/lib/CMakeLists.txt
gr-howto-write-a-block/CMakeLists.txt...

ae042063 02/13/2013 06:13 pm Tom Rondeau

Merge remote-tracking branch 'm0mik/m-updates'

c1e4886a 02/11/2013 08:55 pm Mike Jameson

uhd: added click to change freq

07b686fe 02/11/2013 08:35 pm Mike Jameson

uhd: fixed receive_path()

48f0d2c9 02/11/2013 08:18 pm Mike Jameson

uhd: fixed default midpoint gain

1ec148d3 02/11/2013 07:24 pm Mike Jameson

uhd: fixes audio_alsa_sink busy

e828e31f 02/08/2013 03:18 pm Mike Jameson

uhd: reset gain defaults to None

e788c523 01/02/2013 02:42 am Michael Dickens

Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).

ea430013 12/12/2012 04:03 pm Tom Rondeau

Merge branch 'maint'

b928f8bd 12/12/2012 04:02 pm Tom Rondeau

build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the cause of the parallel build woes.

afea463f 11/20/2012 03:42 am Johnathan Corgan

Merge branch 'maint'

9b8bbbb8 11/20/2012 03:37 am Josh Blum

uhd: include gnuradio paths for swig build first

This fixes a potential issue where swig sees old installed headers,
where it should be seeing in-tree headers.

13605032 10/13/2012 06:55 pm Johnathan Corgan

Merge branch 'maint'

5b97216d 10/13/2012 06:50 pm Josh Blum

uhd: fix pmt tuple ref namespace issue

The pmt_tuple_ref should be prefixed with pmt:: just like all of the other calls.
I am uncertain as to why this is compiling (we are not using namespace pmt),
unless there is a hidden using namespace somewhere in a global header....

1e614345 10/03/2012 04:26 pm Ben Hilburn

UHD: improved capabilities for uhd_fft.grc.

692890cd 09/30/2012 04:52 am Josh Blum

uhd: work does not block, OK to return 0 on ERROR_CODE_TIMEOUT

3795a17b 09/30/2012 04:47 am Josh Blum

uhd: provide source block hook for issue stream cmd

c9dc5824 09/06/2012 04:01 pm Tom Rondeau

Merge branch 'master' into gr_log

Conflicts:
CMakeLists.txt
cmake/Modules/GrMiscUtils.cmake
docs/doxygen/other/build_guide.dox
gnuradio-core/CMakeLists.txt
gr-digital/lib/CMakeLists.txt

791eb5de 07/04/2012 12:14 am Johnathan Corgan

Merge branch 'maint'

Conflicts:
gruel/src/swig/CMakeLists.txt

06c325cb 07/03/2012 09:22 pm Johnathan Corgan

swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds

I have not encountered an issue, however this is the correct thing to do.
Now individual components swig builds depend on the gr core swig target.

Conflicts:

gr-filter/swig/CMakeLists.txt
e56c2c75 06/20/2012 08:15 pm Josh Blum

uhd: added rx tagging for changes in sample rate and center freq

1827d7fa 06/20/2012 08:05 pm Josh Blum

uhd: source will loop for samples forever until thread interrupt

This should solve the case of stopping the receiver,
while leaving the work thread in a live state.
It also makes set stream time work for times > timeout.

d71d02d7 06/08/2012 04:15 pm Tom Rondeau

Fixing up the gr-log capabilities.

Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.

23bb2d99 06/07/2012 04:23 pm Johnathan Corgan

Revert "uhd: allow source work to be stopped while fg runs"

This reverts commit c78d307ecd5dac4e28190e5aa9b8377538f65ffa.

b7e2c8ba 06/02/2012 12:59 pm Johnathan Corgan

Merge remote-tracking branch 'jblum/wip_uhd_stopper'

19fed24f 05/30/2012 01:49 am Johnathan Corgan

Merge branch 'maint'

c78d307e 05/24/2012 06:34 pm Josh Blum

uhd: allow source work to be stopped while fg runs

11475bfd 05/17/2012 11:37 pm Nicholas Corgan

Fixed package dependencies for gnuradio-core and gr-wavelet, added support for Ubuntu 12.04 and Fedora 17

370425f1 04/27/2012 03:55 pm Johnathan Corgan

Merge branch 'maint'

4e3a0485 04/26/2012 09:53 pm Nicholas Corgan

gr-uhd: updated USRP Sink and USRP Source help messages

03d62861 04/25/2012 12:59 am Tom Rondeau

Merge branch 'maint'

8e89d238 04/25/2012 12:58 am Marcus Leech

uhd: updating/fixing WBFM example.

0711c532 04/23/2012 05:17 pm Nicholas Corgan

gr-uhd: uhd_fft and uhd_siggen_base.py now use subdev names instead of dboard id's

85bc95b0 04/16/2012 06:17 pm Nicholas Corgan

gr-uhd: uhd_rx_cfile outputs USRP configuration instead of args if user has that feature enabled

f919f9dc 04/13/2012 10:36 pm Tom Rondeau

Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.

The sed script was provided by Moritz Fischer.

c6ae4c28 04/05/2012 06:53 pm Johnathan Corgan

Merge branch 'master' into next

a69f2623 04/05/2012 06:29 pm Nicholas Corgan

gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has no serial

11d61c53 04/05/2012 04:09 pm Nicholas Corgan

gr-uhd: minor aesthetic and consistency changes

2f73fe22 04/05/2012 01:22 am Johnathan Corgan

Merge remote branch 'tom/cmake_builds' into next

29c887da 04/05/2012 12:08 am Johnathan Corgan

Merge branch 'master' into next

27dd737a 04/04/2012 11:56 pm Nicholas Corgan

gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the user's UHD version and USRP configuration

6522dd05 04/04/2012 01:18 am Johnathan Corgan

Merge branch 'master' into next

fc03a9b1 04/04/2012 01:06 am Nicholas Corgan

gr-uhd: corrected get_usrp_info description

20a083fe 04/03/2012 11:56 pm Nicholas Corgan

gr-uhd: get_usrp_info has help info and can only be called with a recent enough version of UHD

c5ad101e 04/03/2012 10:53 pm Nicholas Corgan

gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's list_property_tree and get_usrp_info functions

7c6361c8 04/03/2012 09:52 pm Tom Rondeau

Merge branch 'rm_python_ext' into cmake_builds

Conflicts:
CMakeLists.txt

7dc08ba2 04/03/2012 04:26 pm Tom Rondeau

examples: Reworked locations and installation of examples.

All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.

b7090a71 04/03/2012 01:24 am Tom Rondeau

Move uhd_siggen_base python file into gnuradio.uhd space.

f964938f 04/02/2012 11:54 pm Tom Rondeau

fixes to uhd_siggen with base class.

689699fb 04/02/2012 11:19 pm Tom Rondeau

build: removed .py extensions from uhd and shd installed Python programs.

fb829223 04/02/2012 11:08 pm Johnathan Corgan

Merge branch 'master' into next

Conflicts:
gr-uhd/swig/uhd_swig.i

27608bfc 04/02/2012 07:37 pm Nicholas Corgan

gr-uhd: Python users can now grab their current UHD version as a string

2bf64459 04/01/2012 08:13 pm Tom Rondeau

Removes all references to guile and scheme, which are no longer needed.

The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.

16d63a57 03/27/2012 09:28 pm Johnathan Corgan

Merge branch 'master' into next

79e341d9 03/27/2012 09:28 pm Johnathan Corgan

Merge branch 'maint'

d346cb28 03/27/2012 06:17 pm Josh Blum

uhd: fix dc offset call in uhd source

SWIG/python cannot differentiate the calls set_dc_offset
with an complex number or a boolean paramater.
It seems to take the boolean as a complex number 1 or 0.

Since the overloading is not working right:
renamed set_dc_offset to set_auto_dc_offset...

e91ae541 03/24/2012 05:19 pm Johnathan Corgan

Merge branch 'master' into next

Conflicts:
gr-uhd/lib/Makefile.am

87c8751c 03/24/2012 05:19 pm Johnathan Corgan

Merge remote branch 'jblum/mergeme_uhd'

60e31043 03/24/2012 05:18 pm Johnathan Corgan

Merge branch 'maint'

0aeee7ff 03/23/2012 09:10 pm Josh Blum

uhd: finite_acquisition_v timeout should be >> than stream time

38d0c4cf 03/23/2012 09:10 pm Josh Blum

uhd: add a flush to finite_acquisition_v

90213d65 03/23/2012 09:10 pm Josh Blum

uhd: perform abi compat check before making a block

a751e488 03/23/2012 09:10 pm Josh Blum

uhd: added set_start_time calls to source/sink

7954c7db 03/23/2012 09:10 pm Josh Blum

uhd: added multi-finite-aquisition

708b7e46 03/23/2012 09:08 pm Josh Blum

uhd: fix device_addr init issue

710f3dcc 03/16/2012 09:43 pm Johnathan Corgan

Merge branch 'master' into next

30adb881 03/16/2012 09:32 pm Johnathan Corgan

uhd: conditionalize set_user_register call on availability in UHD API

62c6323b 03/14/2012 12:38 am Johnathan Corgan

Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register

5977d900 02/20/2012 10:34 pm Marcus Leech

uhd: updated uhd programs to use stream_args concept from command line for more than just setting the scalar.

37021a4c 02/14/2012 07:23 pm Johnathan Corgan

Merge branch 'master' into next

dc266ca3 02/14/2012 07:19 pm Johnathan Corgan

Merge branch 'maint'

f69708ec 02/14/2012 07:08 pm Michael Dickens

uhd: fix source block xml file generation

0371e7b4 02/01/2012 10:21 pm Tom Rondeau

Merge branch 'master' into next

00518cac 02/01/2012 10:20 pm Tom Rondeau

Merge branch 'master' of gnuradio.org:gnuradio

9adfc42e 02/01/2012 10:19 pm Marcus Leech

uhd: fix for uhd_fft to work with basicRx d'board.

23f191c0 02/01/2012 10:15 pm Marcus Leech

uhd: fix for uhd_fft to work with basicRx d'board.

89d8421f 01/27/2012 10:01 pm Johnathan Corgan

Merge branch 'master' into next

40e186f9 01/26/2012 11:01 pm Johnathan Corgan

uhd: add async message print option to apps

b207aa2d 01/26/2012 10:06 pm Johnathan Corgan

uhd: add utility function to convert raw gr_message to async_metadata_t

4b1b276f 01/10/2012 06:21 pm Johnathan Corgan

uhd: add API call to set user registers

0cdc6e67 12/21/2011 03:56 pm Tom Rondeau

Merge branch 'master' into next

d0a7de06 12/21/2011 03:56 pm Tom Rondeau

Merge branch 'maint'

8b05eb2b 12/21/2011 03:55 pm Thomas Tsou

uhd: bug fix for GIL issues in bin_statistics. The usrp_spectrum_sense.py program looks like it's working again.

1ea43f51 12/20/2011 09:33 pm Johnathan Corgan

Merge branch 'master' into next

8af43d7d 12/17/2011 08:38 pm Marcus Leech

uhd: adds support for different over-the-wire data formats for UHD fft and siggen apps.

25c494b3 12/15/2011 03:24 am Tom Rondeau

Merge branch 'master' into next

f395bd63 12/15/2011 03:24 am Tom Rondeau

Merge branch 'maint'

e4cf0d1b 12/15/2011 03:23 am Tom Rondeau

uhd: fixes to instantiating UHD devices to set the antenna and subdevice properly (patch from Sam Bretheim).

aa0cca17 12/15/2011 03:21 am Tom Rondeau

uhd: removes usrpm that should not have been there anymore (patch from Sam Bretheim).

d29daf9d 12/13/2011 09:10 pm Johnathan Corgan

Merge branch 'master' into next

e1ad4180 12/13/2011 06:50 pm Josh Blum

uhd: added a finite acquisition call to usrp source

00420d32 12/08/2011 09:48 pm Johnathan Corgan

Removed autotools, gr-waveform, some cleanup

Nick Foster owes Nick Corgan a six-pack of beer!

67d0b6b3 12/07/2011 12:59 am Tom Rondeau

docs: fixes some warnings.

There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.