Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-24 | gr-uhd: remove unused _tmp_buffs variable | Thomas Tsou | |
The code section that used this variable was removed in Commit 081497e7 "uhd: work on gr_uhd_source work() function to reduce latency" | |||
2011-09-24 | uhd: added kwargs to construct individual struct elements in tune_request_t | Josh Blum | |
2011-09-05 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
Conflicts: gr-trellis/src/lib/trellis_permutation.h | |||
2011-08-22 | Merge branch 'master' into next | Johnathan Corgan | |
2011-08-22 | gr-uhd: readd displaced alias for single_usrp_sink | Thomas Tsou | |
Insert alias for single_usrp_sink mistakenly removed in Commit 893f946b "gr-uhd: add async metadata source block" | |||
2011-08-20 | uhd: changes to support amsg block w/ cmake | Josh Blum | |
2011-08-20 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
2011-08-19 | Merge branch 'master' into next | Johnathan Corgan | |
2011-08-19 | Merge remote branch 'ttsou/async' | Johnathan Corgan | |
2011-08-19 | Revert "gr-uhd: post received async messages to user supplied msg queue" | Johnathan Corgan | |
This reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655. | |||
2011-08-19 | gr-uhd: add async metadata source block | Thomas Tsou | |
Add asynchronous message "block" that is independent of normal gnuradio scheduler. The block instantiates a thread to wait for asynchronous messages from UHD and encapsulates them in a gr_message posted into a message queue. The interface is empty because the block is internally driven and accessed through the the constructor specified message queue. | |||
2011-08-13 | Merge branch 'master' into next | Johnathan Corgan | |
2011-08-13 | gr-uhd: post received async messages to user supplied msg queue | Johnathan Corgan | |
2011-08-02 | cmake: language tweak for component group description | Josh Blum | |
2011-07-28 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
2011-07-27 | Merge branch 'master' into next | Tom Rondeau | |
* master: Fixed warnings generated from improper includes in swig interface file. Fixed doxygen warning in gr-uhd | |||
2011-07-27 | Fixed doxygen warning in gr-uhd | Tom Rondeau | |
2011-07-26 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
2011-07-26 | Merge branch 'master' into next | Tom Rondeau | |
* master: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order. | |||
2011-07-26 | Merge branch 'maint' | Tom Rondeau | |
* maint: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order. Conflicts: volk/include/volk/volk_complex.h | |||
2011-07-26 | doxygen: fixed doxygen warnings. | Tom Rondeau | |
2011-07-22 | uhd: also setup uhd library linking for swig | Josh Blum | |
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-07-17 | Merge branch '8psk' into next | Tom Rondeau | |
Conflicts: gr-msdd6000/src/Makefile.swig.gen | |||
2011-07-03 | gr: added to the .gitignores to various components for in-tree builds | Josh Blum | |
2011-07-03 | uhd: typo fix for initing a new clock_config() | Josh Blum | |
2011-06-29 | uhd: added per motherboard reference source option (includes mimo cable) | Josh Blum | |
2011-06-14 | uhd: simplify the work function, added TODOs for tags | Josh Blum | |
2011-06-13 | Merge branch 'master' into 8psk | Tom Rondeau | |
Conflicts: gr-qtgui/lib/qtgui_time_sink_c.cc gr-trellis/src/lib/Makefile.am gr-trellis/src/lib/calc_metric.h gr-trellis/src/lib/trellis.i gr-trellis/src/lib/trellis_constellation_metrics_cf.i gr-trellis/src/lib/trellis_metric_type.h gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t | |||
2011-06-09 | gr-uhd: enable 8 channels in grc uhd blocks | Josh Blum | |
2011-06-03 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-05-17 | gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless ↵ | Tom Rondeau | |
specified; proper name for tune result. | |||
2011-05-13 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-05-10 | gr-uhd: fixed apps Makefile for distribution. | Tom Rondeau | |
2011-05-10 | gr-uhd: adding gitignore file to uhd apps dir. | Tom Rondeau | |
2011-05-10 | gr-uhd: Makefile.am for UHD apps. | Tom Rondeau | |
2011-05-10 | gr-uhd: UHD version of usrpx_rx_cfile.py. | Tom Rondeau | |
2011-05-10 | gr-uhd: adding antenna selection ability to uhd_fft.py. | Tom Rondeau | |
2011-05-10 | gr-uhd: adding uhd_fft.py app | Tom Rondeau | |
2011-05-08 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-05-08 | build: committing updated Makefile.swig.gen files. | Tom Rondeau | |
2011-04-18 | Expose named gain stages in gr-uhd via swig | Jason Abele | |
2011-04-18 | Added necessary swig to get i2c_writes through dboard_iface | Jason Abele | |
2011-04-13 | uhd: added package config file support for libgnuradio-uhd | Josh Blum | |
2011-03-30 | build: add missing linker defines for Win32 | Don Ward | |
2011-03-28 | uhd: cleanup uhd usrp source/sink with virtual inheritance | Josh Blum | |
The uhd block implementations now inherit from sync block. And the redundant constructor in source/sink has been removed. | |||
2011-03-12 | uhd: use %ignore to hide warnings and fix errors | Josh Blum | |
2011-03-07 | uhd: fix generation typo on uhd grc blocks io direction | Josh Blum | |
2011-03-01 | uhd: work on gr_uhd_source work() function to reduce latency | Josh Blum | |
Wait on a single packet to become ready, then receive available packets without timeout. | |||
2011-02-28 | uhd: only set has_time_spec when nchan > 1 | Josh Blum | |
Its important for multi-channel continuous, but not wanted in single-channel non-continuous. |