Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ↵ | Josh Blum | 2010-05-11 | 1 | -2/+2 |
| | | | | | | | | | | 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 | -0/+1 |
| | | | | | 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 | -0/+2 |
| | | | | The codec control powers down the chips on destruction. | ||||
* | made buffer size args part of constructor | Josh Blum | 2010-04-30 | 1 | -20/+12 |
| | |||||
* | setting size of buffers from device args | Josh Blum | 2010-04-27 | 1 | -7/+7 |
| | |||||
* | work on controlling the socket buffer sizes from the front end api | Josh Blum | 2010-04-27 | 1 | -0/+21 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -1/+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 protocol version number to usrp2 common header and data struct. | Josh Blum | 2010-04-21 | 1 | -0/+1 |
| | |||||
* | Created a usrp2 interface class with the control, spi, peek/poke functionality. | Josh Blum | 2010-04-13 | 1 | -105/+5 |
| | | | | Its used in all the implementation level code | ||||
* | moved spi transact to usrp2 impl, and removed spi read | Josh Blum | 2010-04-12 | 1 | -1/+31 |
| | |||||
* | simplified the usage of dboard, dsp, and mboard proxies. | Josh Blum | 2010-04-05 | 1 | -3/+3 |
| | | | | removed the dict structure for each, we are just going to have one. | ||||
* | added 16 bit peek and poke, 16 bit register defs for gpios and atrs | Josh Blum | 2010-04-05 | 1 | -6/+25 |
| | |||||
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -0/+1 |
| | |||||
* | Refactor ATR part of dboard interface (and some constants). | Josh Blum | 2010-03-31 | 1 | -0/+24 |
| | | | | | | 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. | ||||
* | use find to discover devices | Josh Blum | 2010-03-30 | 1 | -4/+3 |
| | |||||
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -2/+3 |
| | | | | | | | 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 | ||||
* | get interface addresses on windows | Josh Blum | 2010-03-26 | 1 | -0/+3 |
| | |||||
* | added interface address discovery | Josh Blum | 2010-03-26 | 1 | -2/+18 |
| | |||||
* | merged usrp2 stuff from u1e branch (without merging the u1e stuff) | Josh Blum | 2010-03-22 | 1 | -1/+3 |
| | |||||
* | added install path for dll, fixed idiotic msvc error where making a vector ↵ | Josh Blum | 2010-03-19 | 1 | -1/+1 |
| | | | | 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 | -1/+1 |
| | | | | program options). | ||||
* | Device sub classes can register themselves. Simplifies device.cpp internals. | Josh Blum | 2010-03-15 | 1 | -1/+4 |
| | | | | Added static instance macro for lazy instantiation of static variables. | ||||
* | Moved timeouts into the udp transports. | Josh Blum | 2010-03-04 | 1 | -26/+13 |
| | | | | | | 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.... | ||||
* | Making use of vrt lib in the usrp2 io_impl. | Josh Blum | 2010-03-03 | 1 | -2/+2 |
| | | | | Added a packet size param to the vrt pack and unpack. | ||||
* | Expanded the UDP api: | Josh Blum | 2010-03-02 | 1 | -7/+11 |
| | | | | | | | | 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 | 1 | -3/+12 |
| | | | | | | 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. | ||||
* | Created empty usrp1e cpp file for the case when headers are not found. | Josh Blum | 2010-02-25 | 1 | -1/+2 |
| | | | | | Worked on the device make and discovery to fix certain problems. Added node param to discover usrps for usrp1e, made addr optional. | ||||
* | use a single addr param for the usrp2 | Josh Blum | 2010-02-25 | 1 | -2/+2 |
| | |||||
* | Added IF data io handing within the usrp2 impl. | Josh Blum | 2010-02-23 | 1 | -82/+13 |
| | | | | | It packs and unpacks vrt headers/metadata. NOT YET TESTED IN ANY WAY... | ||||
* | Work on the io interface for a device (and some implementation work in usrp2). | Josh Blum | 2010-02-22 | 1 | -4/+70 |
| | | | | | Modified the udp transport to reflect some of these changes. Got the fw compiling again, and it will not set data to true for small payloads (configuration ones). | ||||
* | Moved the udp implementation guts into the cpp file | Josh Blum | 2010-02-22 | 1 | -18/+16 |
| | |||||
* | Made implementation class for the dboard manager. | Josh Blum | 2010-02-22 | 1 | -2/+2 |
| | |||||
* | Made the usrp2 impl into a device. | Josh Blum | 2010-02-21 | 1 | -0/+113 |
| | | | | | 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/+102 |
prefixed them with dboard_ and mboard_. And yes, the code is compiling. |