[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jabele branch, usrp-eeprom, created
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jabele branch, usrp-eeprom, created. 75e55b8112db3de830401270ea4e21b6f636191b |
Date: |
Wed, 14 Apr 2010 23:10:02 +0100 (BST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/jabele".
The branch, usrp-eeprom has been created
at 75e55b8112db3de830401270ea4e21b6f636191b (commit)
- Log -----------------------------------------------------------------
commit 75e55b8112db3de830401270ea4e21b6f636191b
Author: Jason Abele <address@hidden>
Date: Wed Apr 14 15:07:24 2010 -0700
Increase sleep to prevent eeprom problems
commit ad973608d979675755cb537f14ae0a53f71e6489
Author: Johnathan Corgan <address@hidden>
Date: Tue Apr 13 13:51:33 2010 -0700
Add gruel::thread as synonym to boost::thread for convenience
commit 290fc2315a6b7f2d2bc6b98318783e3278a97453
Author: Johnathan Corgan <address@hidden>
Date: Sun Apr 11 13:30:45 2010 -0700
Removed omnithreads dependency from libusrp2
commit 1ae689ff9238dcffbf65881b8ca03aa8df3844aa
Author: Johnathan Corgan <address@hidden>
Date: Sun Mar 21 16:17:15 2010 -0700
Add new block gr.additive_scrambler_bb()
This block performs scrambling by XORing the input sequence with
the output of an LFSR. Repeating this operation restores the original
sequence.
(This differs from gr.scrambler_bb(), which convolves the input sequence
with the LFSR output.)
The additive scrambler allows an optional bit count after which the LFSR
is reset to its initial seed. This allows use with, e.g., packetized
fixed length payloads.
commit 769b8bbe0aed088b6d1582d2d81d0966cee4c604
Merge: f322a2af4e9ac58a10e263cd6d8299e0c6547470
645768d1b067fe83ccc65f4a834ee384ea4560d9
Author: Johnathan Corgan <address@hidden>
Date: Sun Mar 21 09:09:13 2010 -0700
Merge branch 'grc/dualusrp' of git://gnuradio.org/jblum
commit f322a2af4e9ac58a10e263cd6d8299e0c6547470
Merge: 29971e477e79fedce0730b4ece91bae468544e5c
d844c4f06dc10c8499eb2b8f1cb5b55f55a5b48d
Author: Johnathan Corgan <address@hidden>
Date: Sun Mar 21 09:07:39 2010 -0700
Merge branch 'grc/menu' of git://gnuradio.org/jblum
commit 29971e477e79fedce0730b4ece91bae468544e5c
Author: Juha Vierinen <address@hidden>
Date: Sun Mar 21 08:58:22 2010 -0700
Fix extraneous import in gr-gpio
Signed-off-by: Johnathan Corgan <address@hidden>
commit dc56ffae0e22141e0acc3a9976c12de0cbd121a2
Author: Johnathan Corgan <address@hidden>
Date: Sun Mar 21 08:40:39 2010 -0700
Added missing header includes for memcpy
commit ac422b700282e21956dbf7643ee2dfbeeebdaf45
Merge: 1bec5c5eaef7ff2e98f37ff60d6b61c1310e582d
a34f397a4ba7e150268d40f87fede4e3663a9853
Author: Tom Rondeau <address@hidden>
Date: Sun Mar 14 22:55:25 2010 -0400
Merge branch 'fftfilt'
commit a34f397a4ba7e150268d40f87fede4e3663a9853
Author: Tom Rondeau <address@hidden>
Date: Sun Mar 14 22:53:53 2010 -0400
Removing SSE version of FFT filter until we work out how we want to handle
the SSE the use of intrinics. Code for the SSE versions is still there just
disabled.
commit 1bec5c5eaef7ff2e98f37ff60d6b61c1310e582d
Merge: 18ecca1b9e57f047130a124bd8cc90cbe34feff0
6de98961cf9b93c486c8c6825789de94dc79afae
Author: Tom Rondeau <address@hidden>
Date: Sun Mar 14 18:39:03 2010 -0400
Merge branch 'digital'
commit 6de98961cf9b93c486c8c6825789de94dc79afae
Author: Tom Rondeau <address@hidden>
Date: Sun Mar 14 18:37:23 2010 -0400
Fixing copyright of a couple of stragglers.
commit c11ce18def574dabf46532baba924429d421b565
Author: Tom Rondeau <address@hidden>
Date: Sun Mar 14 17:36:37 2010 -0400
Fixing copyright dates.
commit b53bc1395bd2e8b1ad8a34c583d36fb4ddda7629
Author: Tom Rondeau <address@hidden>
Date: Sun Mar 14 17:32:23 2010 -0400
Making old and new digital modulations completely seperable by adding
modulation_utils2 so only new modulator blocks work with the version 2 of
everything. Also changed some internal names for clarity.
commit 8c163c9cca7aa39862c8c8eb19a3e0a18c61a661
Merge: 6a617516e0678df0c6cb94319cb5980556d49793
d7aa018010c828b2bedf0e3974c9d11d41088258
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 13 20:16:46 2010 -0500
Merge branch 'digital' of vps.gnuradio.org:trondeau into digital
commit d7aa018010c828b2bedf0e3974c9d11d41088258
Merge: 52ae8be371d71f8c0817b2a88593ff6c378b9613
1ba78b5f4c6bc2468b6fb798f41837a8ab2be89b
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 13 20:15:37 2010 -0500
Merge branch 'digital' of address@hidden:trondeau into digital
Conflicts:
gnuradio-examples/python/digital/benchmark_qt_rx2.py
commit 6a617516e0678df0c6cb94319cb5980556d49793
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 13 20:13:01 2010 -0500
Fixing call to usrp_receive_path2.
commit ec8e9c7e113046c66176498f12ec79f11d3da65e
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 13 20:08:50 2010 -0500
Adding version 2 of receive path so as not to affect old dbpsk and dqpsk
operations.
commit 52ae8be371d71f8c0817b2a88593ff6c378b9613
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 13 20:08:02 2010 -0500
Making a version 2 of transmit path so as not to affect old dbpsk and dqpsk
operations.
commit c7b26f667de792209225b8244e92842b2399368c
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 13 16:23:34 2010 -0500
Now have a FFT filter implemented in SSE and generic version that can be
switched into FFT filter block.
commit 1933148ce1c78a81b1299c05d540a77b31325d92
Author: Tom Rondeau <address@hidden>
Date: Thu Mar 11 22:54:50 2010 -0500
Adding SSE version of fft filters. Complex (ccc) version working.
commit 645768d1b067fe83ccc65f4a834ee384ea4560d9
Author: Josh Blum <address@hidden>
Date: Wed Mar 10 00:12:47 2010 -0800
Trial feature for different source sides for usrp dual source.
commit d844c4f06dc10c8499eb2b8f1cb5b55f55a5b48d
Author: Josh Blum <address@hidden>
Date: Tue Mar 9 12:40:43 2010 -0800
added a right click context menu for the flow graph elements
commit 18ecca1b9e57f047130a124bd8cc90cbe34feff0
Author: Eric Blossom <address@hidden>
Date: Mon Mar 8 17:21:43 2010 -0800
Replace some calls to pmt constructors with mp(foo) shorthand.
commit cbbe4816f99ac934427823c43d2f6f3f1c5f7995
Author: Eric Blossom <address@hidden>
Date: Mon Mar 8 17:08:09 2010 -0800
Convert pmt_dict type into an immutable data structure.
This change allows us to safely pass dicts in messages.
commit 324971d366b9b194d9a6af4ddd581f434d02cb43
Author: Eric Blossom <address@hidden>
Date: Sun Mar 7 14:06:17 2010 -0800
Add check_topology, delete d_diff_filters in dtor, cleanup init and use of
logging output streams.
commit 1ba78b5f4c6bc2468b6fb798f41837a8ab2be89b
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 6 17:17:29 2010 -0500
Changing FLL parameter range for use with new code.
commit ebd5449ebf8c08f78cada720eb47769bdfaa4bde
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 6 17:16:19 2010 -0500
Small fixes for loopback with new code.
commit ff876f7cc310bbdf1c5d05f85daba0afdb33561a
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 6 17:15:33 2010 -0500
Fixing how new pick_bitrate is used.
commit 5b0fbc73d7e35b617df517a5182c00731f4c66d7
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 6 17:12:46 2010 -0500
Using better defaults for new FLL implementation.
commit a5ee5af754abd66a7d7751868e0dcea8c8299264
Author: Tom Rondeau <address@hidden>
Date: Sat Mar 6 17:11:58 2010 -0500
Improved performance of FLL using a more robust error term.
commit 901e0ad28d1f65eb10362fffd00693426db84ed4
Author: Eric Blossom <address@hidden>
Date: Thu Mar 4 17:00:20 2010 -0800
Add command that builds a new 'out-of-tree' project.
commit 821fab6294f69de6c4b5daf49a969a1904749c48
Author: Eric Blossom <address@hidden>
Date: Thu Mar 4 13:55:22 2010 -0800
doc fix (in generated file)
commit 642252d8aa82f88a3789c31079bc7ff8538465da
Author: Eric Blossom <address@hidden>
Date: Thu Mar 4 11:59:39 2010 -0800
doc fix
commit d3e95c965048bb7fe232f53219baff5d9d182fcc
Author: Johnathan Corgan <address@hidden>
Date: Thu Mar 4 07:51:57 2010 -0800
Fix distcheck failure in gr-howto-write-a-block
Some of the swig include files were not getting put into the dist tarball
commit 72edafee64f906f4e5db07ac66032492c6a7a617
Merge: eb6ff48d9b5894d1662f361d82d2c7cd80b35218
6c3b6396bc420228215072b2fc1b83c82eaeb291
Author: Eric Blossom <address@hidden>
Date: Thu Mar 4 07:06:30 2010 -0800
Merge branch 'howto'
* howto:
Refactor gr-howto-write-a-block such that it no longer installs into
commit 6c3b6396bc420228215072b2fc1b83c82eaeb291
Author: Eric Blossom <address@hidden>
Date: Thu Mar 4 07:02:42 2010 -0800
Refactor gr-howto-write-a-block such that it no longer installs into
the gnuradio python namespace, but rather in the howto namespace.
This allows it to be installed under a separate --prefix in the common
case where the user doing the "out of tree build" is going to be
installing their new and/or modified code somewhere other than the
system installation directories.
Any code that uses these blocks should now import them using:
import howto
instead of
from gnuradio import howto
commit eb6ff48d9b5894d1662f361d82d2c7cd80b35218
Author: Josh Blum <address@hidden>
Date: Wed Mar 3 16:42:50 2010 -0800
Fixed bug in checking if path is writable.
Some moron put quotes around the variable name...
commit e259d4d2eeb0b152e1e042333a8b36e07f5ad094
Author: Josh Blum <address@hidden>
Date: Wed Mar 3 10:00:27 2010 -0800
If the directory is read-only, use the systems tmp directory for generated
py files.
commit b811e8749dcd7c96f1af2d98caba403e50c1602b
Merge: 97275c32783a8831c7eac3786257fe2e142d95c0
4c296bd1f0e7769db69ca15bcc528802b06f752c
Author: Johnathan Corgan <address@hidden>
Date: Tue Mar 2 09:15:09 2010 -0800
Merge branch 'usrp2_set_ant' of git://gnuradio.org/jblum
commit 97275c32783a8831c7eac3786257fe2e142d95c0
Author: Johnathan Corgan <address@hidden>
Date: Tue Mar 2 08:08:18 2010 -0800
Add README for new FPGA hosting location
commit 4c296bd1f0e7769db69ca15bcc528802b06f752c
Author: Josh Blum <address@hidden>
Date: Mon Mar 1 17:38:21 2010 -0800
set antenna defaults to 0
commit bc8a3bde9b1e6c30ec5fd3d18fea299ac613f404
Author: Tom Rondeau <address@hidden>
Date: Sun Feb 28 18:39:59 2010 -0500
Adding Doxygen comments to new FFT filter blocks.
commit 72c47024f4b4677f116222a0adfadeedf180122c
Author: Tom Rondeau <address@hidden>
Date: Sun Feb 28 17:37:48 2010 -0500
New fft filter base class to handle complex data types. Passes make check.
commit f35a7d31f6650752dac693e3f412e5e0dcaf66fa
Author: Tom Rondeau <address@hidden>
Date: Sun Feb 28 17:36:59 2010 -0500
Renaming ffft filter base class to reflect its use with floats.
commit a2c00f5cff7407ff10fc6c812d06fefe52c0b6a3
Author: Johnathan Corgan <address@hidden>
Date: Sun Feb 28 12:47:43 2010 -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 94a853ab5eaca2afc6ac7c5f33406d8299ed3bcf
Author: Tom Rondeau <address@hidden>
Date: Sat Feb 27 21:03:46 2010 -0500
Adding a base class to handle FFT filters for use in other blocks. Old
fft_filter_fff now uses new class successfully and passes make check.
commit b532f4b7b6030665cbd03a19dd776932d31a1734
Author: Tom Rondeau <address@hidden>
Date: Sat Feb 27 17:37:45 2010 -0500
Fixing use of pick_bitrate2 in QT Rx2.
commit b45af8e91d37ac660f24f858a672a69952cc0e49
Author: Tom Rondeau <address@hidden>
Date: Sat Feb 27 17:34:34 2010 -0500
Fixing logging in new DBPSK and DQPSK.
commit 598924aa8be0740583d9d32f99269e1e55134b6e
Author: Tom Rondeau <address@hidden>
Date: Fri Feb 26 10:11:39 2010 -0500
Fixing a few bugs in handling of real samples per symbol.
commit 93c51f5c02311f89dc6eb47923b34b13038c805c
Author: Tom Rondeau <address@hidden>
Date: Fri Feb 26 09:58:39 2010 -0500
Fixes pick_bitrate2 for use on receiver side.
commit 752df2b84454756685dc2a05c232b59e3ebdaa2e
Author: Josh Blum <address@hidden>
Date: Thu Feb 25 16:50:44 2010 -0800
setting xcvr antennas through api
commit 85aad96915db5f53897f91257794c85eb67f39d4
Author: Tom Rondeau <address@hidden>
Date: Thu Feb 25 18:50:24 2010 -0500
Fixing pick_bitrate2 for transmit side with all cases tested.
commit 803cb1d7974ed7d419550cc66480c107c2f0d454
Author: Josh Blum <address@hidden>
Date: Thu Feb 25 15:46:01 2010 -0800
Added call to set antenna. Split XCVR into new thing cuz size.
commit db29a2cfc18554ae0a3c55a4e13dc4cbfa86317f
Author: Josh Blum <address@hidden>
Date: Wed Feb 24 13:48:36 2010 -0800
updated wiki url
commit 48850cce5609941289c00fea9cd3493624bf7376
Merge: b2117ee60e60a7e7cf27c6b88d45195e70185175
ab207bece948af27e4772cb482ba9a7973b9565e
5c4b47526413c6793463fc3bd1f408e21f65b132
Author: Johnathan Corgan <address@hidden>
Date: Sun Feb 21 10:32:22 2010 -0800
Merge branches 'wbx_usrp2' and 'wbx_usrp1' of git://gnuradio.org/jabele
commit b2117ee60e60a7e7cf27c6b88d45195e70185175
Merge: ceeccd034f16f0e74cde8bad57f8975159b0d217
8daf6e19c11184fcc8e61b00a9f17fa2ad6718fa
Author: Matt Ettus <address@hidden>
Date: Sat Feb 20 09:59:15 2010 -0800
Merge branch 'db_default'
commit 7d5e47e14126e37ad78164df448d0fcc4b04c558
Author: Tom Rondeau <address@hidden>
Date: Mon Feb 15 15:31:52 2010 -0800
New pick_bitrate2 will take any combination of bitrate, samples per symbol,
and converter rate.
commit 8daf6e19c11184fcc8e61b00a9f17fa2ad6718fa
Author: Matt Ettus <address@hidden>
Date: Sun Feb 14 15:18:24 2010 -0800
remove reference to nonexistant include
commit 82dd3940e79adbebe5b05edd8ee6499be017018f
Author: Matt Ettus <address@hidden>
Date: Sun Feb 14 10:05:36 2010 -0800
test the ability to read default eeprom values, for D. Symeonidis
commit b845770e33b584a88150dc97b45c7b0807791693
Author: Tom Rondeau <address@hidden>
Date: Wed Feb 10 16:12:32 2010 -0800
Working on pick_bitrate.
commit 9f966c1f5123de5a16c810c52c2895ba0db8e2dc
Author: Tom Rondeau <address@hidden>
Date: Tue Feb 9 12:27:30 2010 -0800
Arbitrary bit rates seems to be working.
commit 33a573f76291a32585f85df0c8a5a9f894bd27fd
Author: Tom Rondeau <address@hidden>
Date: Tue Feb 9 09:58:11 2010 -0800
Removing resampler from usrp transmit path as its taken care of in the
modulators.
commit f6010974b8f0af65a8b1a875587bb4a7810565ce
Author: Tom Rondeau <address@hidden>
Date: Mon Feb 8 21:30:09 2010 -0800
Setting up code to handle setting of samples per symbol properly. Still
buggy in the transmitter due to the make packet padding to 512 bytes.
commit fe3150d5e5a0bb7bf98b5f44ad0b68a107bd7f9a
Author: Tom Rondeau <address@hidden>
Date: Mon Feb 8 21:12:39 2010 -0800
Adding a pick bitrate calculation for new tx/rx modulators with arbitrary
samples per second to allow and real valued bitrate.
-----------------------------------------------------------------------
hooks/post-receive
--
git://gnuradio.org/jabele
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jabele branch, usrp-eeprom, created. 75e55b8112db3de830401270ea4e21b6f636191b,
git repository hosting <=