Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_e | Josh Blum | 2010-04-01 | 14 | -212/+348 |
|\ | | | | | | | | | Conflicts: host/include/uhd/usrp/CMakeLists.txt | ||||
| * | hardcoded values for enum props, added clock get/set for simple usrp | Josh Blum | 2010-04-01 | 6 | -44/+43 |
| | | |||||
| * | Moved usrp specific things into usrp directories and namespaces. | Josh Blum | 2010-04-01 | 6 | -19/+22 |
| | | | | | | | | | | Renamed simple device to simple usrp (it was usrp specific). Moved tune helper to usrp dir for same reason. | ||||
| * | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 12 | -151/+298 |
| | | |||||
| * | Refactor ATR part of dboard interface (and some constants). | Josh Blum | 2010-03-31 | 1 | -44/+31 |
| | | | | | | | | | | | | Added peek and poke to the dude/bro protocol. Started moving more control code through peek and poke. Added usrp_regs.hpp to be like memory map for slave perifs. | ||||
* | | filled in some gpio handling code, some mboard impl, added usrp_e_regs (like ↵ | Josh Blum | 2010-03-30 | 1 | -0/+1 |
| | | | | | | | | memory map) | ||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_e | Josh Blum | 2010-03-30 | 1 | -4/+2 |
|\| | |||||
| * | removed masks for ddr and gpio write in dboard interface | Josh Blum | 2010-03-30 | 1 | -4/+2 |
| | | |||||
* | | compiling with master merge, renamed usrp1e to usrp_e | Josh Blum | 2010-03-30 | 2 | -11/+11 |
| | | |||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_e | Josh Blum | 2010-03-30 | 38 | -373/+961 |
|\| | | | | | | | | | | | Conflicts: host/include/uhd/usrp/dboard_id.hpp host/lib/usrp/usrp2/usrp2_impl.cpp | ||||
| * | use find to discover devices | Josh Blum | 2010-03-30 | 3 | -13/+11 |
| | | |||||
| * | Added io type and otw type for describing types. | Josh Blum | 2010-03-30 | 5 | -13/+147 |
| | | |||||
| * | Added utility methods to device addr and mac addr to make them more usable. | Josh Blum | 2010-03-29 | 3 | -12/+67 |
| | | |||||
| * | use bb_rate and if_rate to handle dxc io rates | Josh Blum | 2010-03-29 | 1 | -2/+2 |
| | | |||||
| * | Added tune helper to utils. | Josh Blum | 2010-03-29 | 4 | -4/+84 |
| | | | | | | | | | | | | | | Takes a subdevice and dxc properties object and tunes them. Made use of tune helper in simple device. Moved gain handler into utils header dir. | ||||
| * | added some msvc notes, fixed line endings | Josh Blum | 2010-03-28 | 3 | -75/+80 |
| | | |||||
| * | minor fix to wax test to get unit testing working on windows, added missing ↵ | Josh Blum | 2010-03-28 | 1 | -0/+2 |
| | | | | | | | | config include to static.hpp to compile under windows | ||||
| * | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 16 | -229/+349 |
| | | |||||
| * | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 6 | -65/+173 |
| | | | | | | | | | | | | | | static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all | ||||
| * | library loading on windows, status message tweaks, warning tweaks | Josh Blum | 2010-03-26 | 1 | -1/+8 |
| | | |||||
| * | Merge branch 'addrs' of git@ettus.sourcerepo.com:ettus/uhd into timing | Josh Blum | 2010-03-26 | 5 | -3/+51 |
| |\ | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_impl.hpp | ||||
| | * | added interface address discovery | Josh Blum | 2010-03-26 | 5 | -3/+51 |
| | | | |||||
| * | | Overhaullllllled the way we do streaming. There is an odd bug where | Josh Blum | 2010-03-25 | 4 | -21/+47 |
| |/ | | | | | | | | | | | | | | | | | a zero length command (now, no chain) used to stop the streaming. Now it seems to do the reverse... must investigate. Made all clock configuration into enums. The strings were painful and there cant be that many variations that enums cant cover them. The enums will make more sense to developers than mystery strings. | ||||
| * | Reorganized apps dir into utils and examples dir. | Josh Blum | 2010-03-23 | 3 | -3/+3 |
| | | | | | | | | The files get installed into the pkg data directory. | ||||
| * | Added example app to receive timed samples. | Josh Blum | 2010-03-23 | 1 | -0/+7 |
| | | | | | | | | | | Added useful calls to simple device. Fixed vrt frac time usage (wrong word). | ||||
| * | massaged some of the dboard calls | Josh Blum | 2010-03-22 | 2 | -4/+3 |
| | | |||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhd | Josh Blum | 2010-03-22 | 23 | -108/+257 |
|\| | | | | | | | | | Conflicts: host/include/uhd/usrp/dboard_id.hpp | ||||
| * | Moved typedefs from props.hpp into new file types.hpp. | Josh Blum | 2010-03-21 | 6 | -50/+111 |
| | | | | | | | | | | | | | | Created structs to replace range tuples, and clock config struct. Merged clock config props into one property using config struct. Added templated dict construction to use the assign::map_list_of. Added gcc flag to set visibility to hidden and use the api macro. | ||||
| * | compiling under msvc (no idea if it works) | Josh Blum | 2010-03-18 | 2 | -1/+1 |
| | | |||||
| * | created config.hpp to handle export macros, added exports to public api stuff | Josh Blum | 2010-03-18 | 20 | -58/+146 |
| | | |||||
* | | added usrp1e implementation skeleton, began filling it in... | Josh Blum | 2010-03-18 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhd | Josh Blum | 2010-03-18 | 8 | -55/+46 |
|\| | |||||
| * | got uhd almost compiling in windowze. figured out special flags. also had to ↵ | Josh Blum | 2010-03-17 | 6 | -26/+25 |
| | | | | | | | | use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings | ||||
| * | reimplemented dict to preserve order of insertion | Josh Blum | 2010-03-16 | 1 | -25/+18 |
| | | |||||
| * | Added ability to set the subdevices in use for rx and tx dboards. | Josh Blum | 2010-03-16 | 1 | -4/+3 |
| | | | | | | | | | | This is used to calculate and set the ddc and duc muxes. Also, minor fix for burning addrs (wrong pointer....) | ||||
* | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhd | Josh Blum | 2010-03-15 | 22 | -233/+575 |
|\| | | | | | | | | | | | Conflicts: host/apps/CMakeLists.txt host/lib/usrp/usrp2/usrp2_impl.cpp | ||||
| * | Replaced uses of wax:cast with the templated as method (like in boost ↵ | Josh Blum | 2010-03-15 | 3 | -31/+16 |
| | | | | | | | | program options). | ||||
| * | Ability to burn mac addr and ip addr to usrp2 (over ip/udp for now). | Josh Blum | 2010-03-15 | 1 | -2/+12 |
| | | | | | | | | Added firmware support and usrp2 burner host app. | ||||
| * | Device sub classes can register themselves. Simplifies device.cpp internals. | Josh Blum | 2010-03-15 | 4 | -4/+34 |
| | | | | | | | | Added static instance macro for lazy instantiation of static variables. | ||||
| * | Removed freq min and max and gain min, max, and step... | Josh Blum | 2010-03-12 | 4 | -29/+17 |
| | | | | | | | | | | replaced it with gain and freq range tuples. This simplifies the api calls and subdev properties. | ||||
| * | Cleaned up the gain handler (thing that gets and sets wildcard gains) | Josh Blum | 2010-03-11 | 2 | -39/+36 |
| | | | | | | | | | | | | and made use of it in the dboard manager so it intercepts the sets and gets. While doing this, fixed something with nested links in wax obj. Added some useful macros and templates to the utils. | ||||
| * | Filled in dboard code for basics and lf type boards. | Josh Blum | 2010-03-10 | 5 | -9/+16 |
| | | | | | | | | | | | | The dboard is now just a uint16 (dont bother with the enums). The dboard manager now registers subdevs with a name. The basic board code uses a static block to register itself. | ||||
| * | Added simple device to handle wrapping general properties up into simple api. | Josh Blum | 2010-03-10 | 5 | -76/+180 |
| | | | | | | | | | | Added setting time capability to the usrp2 impl. Messing with props and time specs... | ||||
| * | Moved timeouts into the udp transports. | Josh Blum | 2010-03-04 | 3 | -4/+15 |
| | | | | | | | | | | | | Simplified the fast path checking in the fw, but it turns out this was not the issue. Fixed some bad bit operations with the 16sc words (dont forget sign extension). Added some more documentation to the headers.... | ||||
| * | Split metadata into rx and tx specific metadata. | Josh Blum | 2010-03-03 | 3 | -20/+46 |
| | | | | | | | | | | | | The rx metadata has fragment flags and the tx metatdata has burst flags. Made the io impl for usrp2 rx routine fill in the rx metatdata fragment flag. Added device documentation for send and recv in regards to fragmentation. | ||||
| * | Making use of vrt lib in the usrp2 io_impl. | Josh Blum | 2010-03-03 | 1 | -0/+4 |
| | | | | | | | | Added a packet size param to the vrt pack and unpack. | ||||
| * | Added a vrt library to pack and unpack from metadata. | Josh Blum | 2010-03-02 | 2 | -0/+67 |
| | | | | | | | | Added a vrt test app that packs and unpacks the data. | ||||
| * | Expanded the UDP api: | Josh Blum | 2010-03-02 | 5 | -23/+159 |
| | | | | | | | | | | | | | | | | We can make simple udp transports for discovery and control. We can support a udp zero copy transport (currently just asio). Reworked the io_impl for usrp2 to work with the zero copy api. So far, all of this untested other than compiling. A cut-down vrt library is in the works to simplify the io impl. | ||||
| * | Send the number of samples per datagram over the control. | Josh Blum | 2010-03-01 | 2 | -2/+8 |
| | | | | | | | | | | | | Worked on the io impl for usrp2 (added loop unrolls and 32 bit buffers). Added some vrt rx constants to the fw common used by host and fw. Removed the MTU prop and added a general device prop for num samples. | ||||
| * | Recv noise with uhd. | Josh Blum | 2010-03-01 | 2 | -6/+6 |
| | |