Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed clock rate prop, we dont need to expose that since ticks are in nsecs | Josh Blum | 2010-04-14 | 2 | -2/+0 |
| | |||||
* | renamed dxc to dsp for tune result | Josh Blum | 2010-04-14 | 2 | -4/+4 |
| | |||||
* | renamed dboard interface to dboard iface, the lengthy name was getting to be ↵ | Josh Blum | 2010-04-14 | 3 | -17/+17 |
| | | | | a burden | ||||
* | Moved clock control into abstraction clock control class. | Josh Blum | 2010-04-13 | 1 | -8/+0 |
| | |||||
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp2 | Josh Blum | 2010-04-13 | 2 | -49/+0 |
|\ | |||||
| * | forgot dangling file | Josh Blum | 2010-04-13 | 2 | -49/+0 |
| | | |||||
* | | merged unit type and gpio bank for dboard interface into one type, expanded ↵ | Josh Blum | 2010-04-12 | 1 | -35/+44 |
| | | | | | | | | dboard clock config api | ||||
* | | moved spi transact to usrp2 impl, and removed spi read | Josh Blum | 2010-04-12 | 1 | -41/+27 |
| | | |||||
* | | Merge branch 'rfx' of git@ettus.sourcerepo.com:ettus/uhd into io | Josh Blum | 2010-04-12 | 5 | -61/+86 |
|\ \ | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp | ||||
| * | | converted timespec to use nanoseconds for fractional part | Josh Blum | 2010-04-08 | 3 | -15/+30 |
| | | | |||||
| * | | Reworked the spi part of the dboard interface. | Josh Blum | 2010-04-07 | 1 | -45/+55 |
| | | | | | | | | | | | | | | | | | | It turns out to be more complicated. The integer type is better for holding the bits. The edges can be different, so the spi config hold 2 edge setting for mosi and miso. | ||||
| * | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into rfx | Josh Blum | 2010-04-06 | 9 | -32/+100 |
| |\| | |||||
| * | | some work on rfx board code | Josh Blum | 2010-04-02 | 1 | -1/+1 |
| | | | |||||
* | | | Added data type conversion routines to transport api. | Josh Blum | 2010-04-12 | 3 | -1/+61 |
| | | | |||||
* | | | Created zero copy interface/framework, made use of it in usrp2 udp transport ↵ | Josh Blum | 2010-04-12 | 4 | -69/+139 |
| |/ |/| | | | | | stuff. | ||||
* | | handle tx fragment eob flag case | Josh Blum | 2010-04-05 | 1 | -0/+1 |
| | | |||||
* | | renamed dict get key and value methods | Josh Blum | 2010-04-05 | 1 | -2/+2 |
| | | |||||
* | | some doxygen fixes after merge | Josh Blum | 2010-04-05 | 2 | -2/+2 |
| | | |||||
* | | paradigm shift for the dsp abstraction | Josh Blum | 2010-04-05 | 4 | -11/+19 |
| | | |||||
* | | added 16 bit peek and poke, 16 bit register defs for gpios and atrs | Josh Blum | 2010-04-05 | 1 | -4/+4 |
| | | |||||
* | | extended stream cmd with mode enum, and extended fragment flags in metadata | Josh Blum | 2010-04-03 | 3 | -17/+76 |
|/ | |||||
* | 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. | ||||
* | removed masks for ddr and gpio write in dboard interface | Josh Blum | 2010-03-30 | 1 | -4/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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....) | ||||
* | 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. |