Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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). | ||||
* | handle getting and setting mac and ip addr from the host | Josh Blum | 2010-03-12 | 1 | -2/+67 |
| | |||||
* | Added simple device to handle wrapping general properties up into simple api. | Josh Blum | 2010-03-10 | 1 | -5/+30 |
| | | | | | Added setting time capability to the usrp2 impl. Messing with props and time specs... | ||||
* | Send the number of samples per datagram over the control. | Josh Blum | 2010-03-01 | 1 | -7/+4 |
| | | | | | | 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. | ||||
* | Made the usrp2 impl into a device. | Josh Blum | 2010-02-21 | 1 | -2/+9 |
| | | | | | Removed the usrp device wrapper and usrp2 cpp file outside of the usrp2 lib dir. Also removed the mboard base files since we wont be needing them. | ||||
* | Moved lib and include contents of dboard and mboard one directory up and ↵ | Josh Blum | 2010-02-21 | 1 | -0/+196 |
prefixed them with dboard_ and mboard_. And yes, the code is compiling. |