Activity
From 12/23/2009 to 02/20/2010
02/20/2010
- 12:53 am Revision aab51fa4: DDC enable with stream at control OTW
- 12:22 am Revision ea9d55b1: DUC and DDC control packets OTW
02/19/2010
- 03:25 am Revision 18646825: added support for the duc (no control yet though)
- 03:13 am Revision bc3c1fb3: added gpio control to the wishbone
- 02:05 am Revision f3c61700: Added I2C, UART, debug pins, misc wishbone stuff
- 02:04 am Revision 7c31f8d2: allow default uart clock divider
- 02:03 am Revision e56b4767: Fixed paths to help icarus find opencores and xilinx models. Added Xilinx glo...
- 01:48 am Revision 6fdaccea: Added special case for empty dboard slot (none id 0xffff)
- Added error handling in the dboard base classes for mishandling the none id.
Added better to string function for the ...
02/18/2010
- 11:30 pm Revision b4e5df40: Flattened the usrp2 impl properties guts.
- Created init methods for various sub-parts.
Added the ddc control (still needs update transaction). - 02:29 am Revision f439fe82: Added control for usrp2 aux dac and adc control.
- 01:33 am Revision b9497ba5: Added i2c control transactions in fw and host
- 12:23 am Revision 4fb4572e: Worked out spi api for the dboard interface.
- Created usrp2 spi transaction control on host and fw
02/17/2010
- 11:00 pm Revision 1912ff60: speed up the presentation of registered wb data to the gpmc
- 08:41 am Revision eb7e709b: moved host code into host directory for clean (unambiguous) top level
- 06:49 am Revision d4649cae: wishbone bridge now with minimal functionality. Need to check
- timing and handle wait states.
- 03:17 am Revision d8d783ce: Added control code in the txrx.c and dboard interface for usrp2 to handle gpio...
- 02:47 am Revision b115e4d7: first cut at gpmc <-> wb bridge, split u1e into core, top, and tb
- 01:49 am Revision 6d891fdf: Setting the clock config over control
- 01:34 am Revision ac35b51e: Moved the usrp2 implementation files into a usrp2 dir within mboard.
- Filled in many of the properties for the mboard (including clock config).
- 12:29 am Revision c1ddc5c0: copied over from safe_u1e
- 12:21 am Revision 8e769520: block ram interface to GPMC
02/16/2010
- 11:31 pm Revision b942e603: Restored microblaze build (accidentally removed makefile ams and gitignores wh...
- 10:21 pm Revision d454ab4c: Created dboard wrapper in the usrp2 impl
- 08:25 pm Revision 429342fb: Added usrp2 impl for the guts of the usrp2 handling.
- The top level usrp2 will contain an impl and forward calls to it.
- 06:41 pm Revision 1b70ff30: added uninstall target
- 06:24 pm Revision 034eeacf: basic read support for the GPMC, responds with 16'hBEEF
- 03:11 am Revision 9d1041f8: CMake does not have convenience libraries like automake.
- Removed the nested lib CMakeLists.txt in favor of a single
top level lib/CMakeLists.txt for building the shared library. - 01:29 am Revision e8b60b03: Removed Autotools stuff and the git ignore files.
- Feeding cpack a readme and license file.
Added readme contents. - 12:53 am Revision b2dc873c: Added CMakeLists.txt for the include dir.
- Setting up the pkg config file through cmake.
Added stuff to cmake to add optional flags.
02/15/2010
- 10:10 pm Revision 8d76c9a4: Created CMakeLists.txt for a CMake build.
- Only created the files for building, install part missing.
- 01:23 am Revision e091b481: reorg pin defs
- 01:07 am Revision a6872631: connect GPMC pins to debug bus
02/13/2010
- 05:22 pm Revision 97785c83: Compiling under old fedora8 with boost 1.37.
- Fixed somethings that caused errors and warnings.
Cannot get rid of all warnings on this system. - 03:46 am Revision 51e53960: Reading the dboard ids from the usrp2.
- 02:43 am Revision 259f5bab: Made use of templated dict to replace used of map
- and to get rid of utility call.
- 02:07 am Revision 9fff25f4: Added a templated dictionary class because its more useful than map.
- Made the device addrs into a string:string dict.
If its all strings we dont have to change the top level caller for n...
02/12/2010
- 04:24 am Revision 350f5c5d: Getting hello packets from the usrp2 with ip and mac addrs.
- Cleaned up the mb build system a bit.
02/11/2010
- 02:44 am Revision 6c7d9f1f: removed unwanted/broken files
- 12:53 am Revision 2b6c895b: net_common working in this state with control udp packets
02/10/2010
- 08:30 pm Revision a61cc56b: removed dboard files
- 07:57 pm Revision d088a11b: Copied a snapshot of the usrp2 firmware into the microblaze firmware directory...
- Added erllc copyrights to the files created and modified at erllc.
- 05:09 am Revision 44d8aeb6: organized the pins in the ucf by function
- 03:04 am Revision 36138857: builds a successful led blinker
- 02:41 am Revision 3f2e589f: first cut at blinking leds
- 02:26 am Revision 2faaa1e3: skeletons that don't work yet
- 01:45 am Revision e2044e13: added transport directory and udp transport
- 12:28 am Revision c5480830: renamed usrp_uhd to uhd
02/09/2010
02/08/2010
- 11:05 pm Revision 023e5738: ignore emacs cruft
- 11:03 pm Revision e6e5c4c4: copied over from quad radio
02/05/2010
- 07:36 pm Revision 89152d1f: Made get_link the only way to create nested props.
- Removed the obj::ptr and sptr typedefs.
The dboard manager now must store not the subdevs, but their proxies.
02/02/2010
- 05:21 am Revision bff70172: comments
02/01/2010
- 08:35 pm Revision cc8caeb1: Work on the properties framwork with wax::obj.
- Now the obj handles all 3 things in 1, properties, polymorphic container, proxy.
01/30/2010
- 03:22 am Revision 5e455ca9: Minimal framework in place to handle udp discovery.
- Added usrp2 stuff, udp wrapper, discovery function.
Added app called discover usrps (usrp2 only for now). - 12:40 am Revision aa2c904d: added gpl license v3
- 12:07 am Revision 027cfcb1: added utility convenience tune function (wip)
01/29/2010
- 08:24 am Revision 30a8d2ec: Added dboard id enum.
- Moved timespec into its own header.
- 03:54 am Revision d5d9da31: Added gain handler class to manage wildcard gain settings.
- Gets overall gains and sets overall gains when used.
Wild card gain will be a gain with an empty string name.
01/27/2010
- 08:19 am Revision fc1bffcf: Added boost system (needed with asio) and date time (will need for threading/s...
- Added to dboard interface to get clock rates.
Added OTHERS properties and some documentation type notes.
Added more T...
01/26/2010
- 07:29 pm Revision a98e3875: Switched from indexed properties to named properties.
- Added some new properties for getting a list of antenna names,
pps sources, ref sources... - 12:07 am Revision 998aebf8: Various tweaks, switched to boost unit testing.
01/25/2010
- 09:24 pm Revision 058780d9: Merge commit '8d19387a8642caf74179bdcb7eddf1936f473e53' into udp
- Merge latest VRT changes into UDP branch. Merged from 1 behind the
head of VRT because the head moved things around ... - 08:45 pm Revision a8ceedc3: just debug pin changes
01/23/2010
- 09:05 am Revision ab2f3f78: typo caused the tx udp chain to be disconnected
- 12:00 am Revision 8b377a9d: moved into subdir
01/22/2010
- 07:58 pm Revision da57b53f: Merge branch 'usrp1' into usrp2
- Conflicts:
.gitignore - 07:56 pm Revision 7bf8a6df: Moved usrp2 fpga files into usrp2 subdir.
- 07:46 pm Revision a170b9b4: Moved usrp1 fpga files into usrp1 subdir.
- 03:05 am Revision 069a7ce0: Added more to the mboard test and the usrp device.
01/21/2010
- 11:30 pm Revision e3483c74: Added a usrp device abstration that creates usrp mboards.
- Added a usrp mboard named test, its empty for now.
01/20/2010
- 02:08 am Revision 8d19387a: speed up timing by ignoring the too_early error. We'll need to FIXME this later
01/19/2010
- 04:02 am Revision cb3b628f: Added set time and set time at next pps. Removed the old sync pps commands, th...
- Replaced the mimo config with clock config.
The clock config handles the pps and the reference.
Modified the memory ... - 02:01 am Revision 58e21876: moved around regs, added a bit to allow for alternate PPS source
- 01:56 am Revision 89045982: remove time_sync and master_timer.
- Master timer replaced with simple_timer which needs new memory map and control
functions. it allows onetime and peri... - 12:08 am Revision 7ebcf79e: allow setting time immediately in cases where there is no external pps input
- 12:07 am Revision 3df028c6: allow processor to read back vrt time over readback mux
- 12:03 am Revision 1dc61299: proper time sync to pps
01/18/2010
01/17/2010
01/16/2010
- 01:49 am Revision 379d486e: Integrated cppunit into the build system.
- Added new test for the usrp dboard stuff.
01/15/2010
- 11:45 pm Revision 92c76e57: Dboard base class that is no longer also the xcvr.
- The xcvr base inherits from this (as does rx and tx base).
Added m4 macro to check for compiler flags.
The configure... - 11:33 pm Revision 070c6229: yet another typo
- 11:32 pm Revision ffad1ae6: yet more debug lines
- 08:08 pm Revision e60bffc6: typo
- 08:05 pm Revision 34ea9cb4: add debug pins to find the problem with lost eof in the udp core
- 03:02 am Revision 3b47904f: Switched dboard ctor arguments with a tuple.
- Sub-classes only need to pass the single argument,
makes implementation cleaner.
Added a dboard registry and api for... - 02:20 am Revision 78430477: try a width that works...
- 02:13 am Revision 9d14a301: try proper reset
- 01:30 am Revision 47a8226e: forgot to declare wire
- 01:29 am Revision 0c44559d: debug state
- 01:00 am Revision 006532c5: empty file, it is actually located in the control directory
- 12:30 am Revision f525902c: make it match the 36 bit wide version
01/14/2010
- 03:35 am Revision b5288089: Added strict compiler flags.
- Made changes to meet compilation.
Added test to verify ip and mac addr code.
01/13/2010
- 01:31 am Revision 24d95c3f: Added the basic rx and tx skeleton wrapper.
- Made autotools mods so it passes distcheck.
- 12:59 am Revision 8fdffd2f: Added base classes for the usrp dboards to inherit.
- Added a manager class for the subdevs that will create devices,
and give out proxies to handle them. - 12:23 am Revision 087b97e0: added interface for usrp dboards to communicate to mboards
01/12/2010
- 10:43 pm Revision cbb8e474: Reorganized structure into include, lib, test, firmware, fpga.
- The fpga and firmware are empty placeholders for now.
01/09/2010
- 03:11 am Revision 4e94574a: Created subcomponent for usrp dboards.
- Only populated the interface though.
- 02:20 am Revision a478ffe7: removed test file
- 02:19 am Revision e05ee939: Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd
- 02:16 am Revision 751c2a85: Added stuff for usrp addresses, wax framework, build structure.
- 02:05 am Revision cd91b9de: empty commit
01/08/2010
01/06/2010
- 06:29 am Revision 114e8ea5: better debug pins
- 02:28 am Revision 52a27f2d: more typo fixes.
- 02:18 am Revision 5f057354: typo fix
- 02:10 am Revision 869b6bf2: actually connect the ports -- why this isn't flagged as an error I'll never know
01/05/2010
- 11:05 pm Revision 0512ccc1: place udp core in the memory space
- 10:40 pm Revision aa6ba027: Merge branch 'wip/usrp2' of http://gnuradio.org/git/matt into wip/usrp2
- 10:39 pm Revision 6b0dc91d: Merge branch 'udp' of http://gnuradio.org/git/matt into wip/usrp2
- Conflicts:
usrp2/fpga/top/u2_rev3/Makefile
Also available in: Atom