Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'codec_gains' | Josh Blum | 2010-08-06 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt | ||||
| * | Merge branch 'master' into codec_gains | Josh Blum | 2010-08-04 | 1 | -6/+12 |
| |\ | | | | | | | | | | | | | | | | Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp | ||||
| * | | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-27 | 1 | -0/+3 |
| | | | |||||
* | | | usrp: tweaks to subdev spec printing | Josh Blum | 2010-08-06 | 1 | -2/+0 |
| | | | |||||
* | | | uhd: created subdevice pair struct for subdev spec (easier than first/second) | Josh Blum | 2010-08-06 | 1 | -8/+8 |
| | | | |||||
* | | | uhd: implemented subdev spec in mimo and simple usrp wrappers. | Josh Blum | 2010-08-06 | 1 | -0/+46 |
| |/ |/| | | | | | | | | | implemented subdev spec in usrp2 mboard impl removed subdevs used in dboard impl | ||||
* | | usrp2: reorganized firmware directory | Josh Blum | 2010-07-30 | 1 | -6/+6 |
| | | |||||
* | | usrp2: stop streaming and drain buffer (if left running) | Josh Blum | 2010-07-30 | 1 | -0/+5 |
| | | |||||
* | | usrp2: added tx policy register and changed fw to not handle error in buffer ↵ | Josh Blum | 2010-07-29 | 1 | -0/+1 |
|/ | | | | pool | ||||
* | usrp2: added registers and handling for tx async reports | Josh Blum | 2010-07-19 | 1 | -1/+6 |
| | |||||
* | uhd: setup metadata for fragment case (not in general case) | Josh Blum | 2010-07-12 | 1 | -1/+7 |
| | | | | usrp2: print rev number in mboard name | ||||
* | usrp: moved stream cmd word calculation into common dsp utils | Josh Blum | 2010-07-07 | 1 | -23/+3 |
| | |||||
* | usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64 | Josh Blum | 2010-07-05 | 1 | -6/+8 |
| | | | | also added a templated host to/from network conversion in byteswap.hpp (didnt use it though) | ||||
* | usrp2: bug fix for readback registers | Josh Blum | 2010-07-05 | 1 | -0/+10 |
| | | | | | | added readback for time64 fixed bug for fragment flag in vrt packet handler | ||||
* | usrp2: moved calculations for max packet size and otw types into shared ↵ | Josh Blum | 2010-07-05 | 1 | -19/+19 |
| | | | | object between device and mboards | ||||
* | usrp2: split mboard impl into its own class, usrp2 device can instantiate N ↵ | Josh Blum | 2010-07-05 | 1 | -12/+66 |
| | | | | mboard impls for mimo setup (works with 1 for now) | ||||
* | uhd: fix for windows warning, tweaks for msvc optimization flags | Josh Blum | 2010-06-25 | 1 | -2/+2 |
| | |||||
* | uhd: reworked time_spec_t to be more flexible: arithmetic, comparison ↵ | Josh Blum | 2010-06-24 | 1 | -4/+4 |
| | | | | | | | | | operators... Replaced nsecs with fractional seconds in units of seconds. Replaced nsecs and secs members with public function members. time_spec_t has a more diverse set of constructors and methods. It can handle the cases where frac secs are greater than 1 second. | ||||
* | usrp2 regs naming convention | Josh Blum | 2010-06-04 | 1 | -16/+16 |
| | |||||
* | fix for time64 register write order | Josh Blum | 2010-05-24 | 1 | -3/+5 |
| | |||||
* | Added tx timed samples example. | Josh Blum | 2010-05-18 | 1 | -1/+1 |
| | | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet. | ||||
* | calculate max samples per packet using otw type | Josh Blum | 2010-05-17 | 1 | -1/+1 |
| | |||||
* | Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ↵ | Josh Blum | 2010-05-11 | 1 | -38/+12 |
| | | | | | | | | | | calls. No longer part of the dude/bro protocol. Simplified the mac and ip addr read write code in mboard impl. Modified the mac addr type to take byte_vector_t from serial.hpp types. | ||||
* | Added a place for serdes control on the host. | Josh Blum | 2010-05-10 | 1 | -4/+0 |
| | | | | | Fix bug in codec control. Comment out some clock control in fw code. | ||||
* | Moved adc and dac control into codec control source file. | Josh Blum | 2010-05-10 | 1 | -31/+1 |
| | | | | The codec control powers down the chips on destruction. | ||||
* | Moved some misc setting registers into host. | Josh Blum | 2010-04-28 | 1 | -3/+10 |
| | |||||
* | Added reload flag to the stream cmd. | Josh Blum | 2010-04-28 | 1 | -34/+25 |
| | | | | | This reloads the last command to handle continuous streaming in hardware. Moved rx control register setup and stream command issuing to the host. | ||||
* | Renamed the prop set/get error macros so they make sense for not-implemented ↵ | Josh Blum | 2010-04-26 | 1 | -2/+2 |
| | | | | properties. | ||||
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -9/+9 |
| | |||||
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -6/+2 |
| | | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert. | ||||
* | added automatic ref source enum | Josh Blum | 2010-04-16 | 1 | -0/+1 |
| | |||||
* | removed clock rate prop, we dont need to expose that since ticks are in nsecs | Josh Blum | 2010-04-14 | 1 | -4/+0 |
| | |||||
* | Created a usrp2 interface class with the control, spi, peek/poke functionality. | Josh Blum | 2010-04-13 | 1 | -19/+18 |
| | | | | Its used in all the implementation level code | ||||
* | Moved ad9777 control 100% on to the host | Josh Blum | 2010-04-13 | 1 | -0/+25 |
| | |||||
* | added more clock config, takes care of external reference | Josh Blum | 2010-04-13 | 1 | -1/+10 |
| | |||||
* | Moved clock control into abstraction clock control class. | Josh Blum | 2010-04-13 | 1 | -0/+6 |
| | |||||
* | converted timespec to use nanoseconds for fractional part | Josh Blum | 2010-04-08 | 1 | -6/+2 |
| | |||||
* | simplified the usage of dboard, dsp, and mboard proxies. | Josh Blum | 2010-04-05 | 1 | -13/+13 |
| | | | | removed the dict structure for each, we are just going to have one. | ||||
* | paradigm shift for the dsp abstraction | Josh Blum | 2010-04-05 | 1 | -17/+45 |
| | |||||
* | added 16 bit peek and poke, 16 bit register defs for gpios and atrs | Josh Blum | 2010-04-05 | 1 | -4/+4 |
| | |||||
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -0/+2 |
| | |||||
* | use defined constants for the register addresses | Josh Blum | 2010-04-01 | 1 | -10/+9 |
| | |||||
* | Moved dsp (rx and tx), time config, and clock config (mostly) into the host. | Josh Blum | 2010-03-31 | 1 | -36/+20 |
| | |||||
* | Added utility methods to device addr and mac addr to make them more usable. | Josh Blum | 2010-03-29 | 1 | -3/+3 |
| | |||||
* | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 1 | -1/+2 |
| | |||||
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | Overhaullllllled the way we do streaming. There is an odd bug where | Josh Blum | 2010-03-25 | 1 | -41/+36 |
| | | | | | | | | | 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. | ||||
* | Moved typedefs from props.hpp into new file types.hpp. | Josh Blum | 2010-03-21 | 1 | -46/+28 |
| | | | | | | | 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. | ||||
* | added install path for dll, fixed idiotic msvc error where making a vector ↵ | Josh Blum | 2010-03-19 | 1 | -5/+5 |
| | | | | with proxies crashes the app, seems to be ok with the sptr fix, in other good news, discover usrps works in my vm for the usrp2 | ||||
* | Replaced uses of wax:cast with the templated as method (like in boost ↵ | Josh Blum | 2010-03-15 | 1 | -13/+13 |
| | | | | program options). |