Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usb: catch open errors and print message, device: catch exceptions at ↵ | Josh Blum | 2010-10-01 | 1 | -6/+12 |
| | | | | discovery time | ||||
* | uhd: fix find-replace accident asize_t | Josh Blum | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | work on algorithms and documentation | Josh Blum | 2010-06-14 | 1 | -6/+2 |
| | |||||
* | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 1 | -2/+2 |
| | | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities. | ||||
* | setting size of buffers from device args | Josh Blum | 2010-04-27 | 1 | -5/+6 |
| | |||||
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -2/+2 |
| | |||||
* | renamed dict get key and value methods | Josh Blum | 2010-04-05 | 1 | -2/+2 |
| | |||||
* | use find to discover devices | Josh Blum | 2010-03-30 | 1 | -4/+4 |
| | |||||
* | Added utility methods to device addr and mac addr to make them more usable. | Josh Blum | 2010-03-29 | 1 | -4/+4 |
| | |||||
* | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 1 | -3/+3 |
| | |||||
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -3/+4 |
| | | | | | | | 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 | ||||
* | got uhd almost compiling in windowze. figured out special flags. also had to ↵ | Josh Blum | 2010-03-17 | 1 | -1/+1 |
| | | | | use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings | ||||
* | Added recovery app to use raw socket to burn known ip addr. | Josh Blum | 2010-03-16 | 1 | -2/+2 |
| | | | | Fixed up fw so the device can reply after new addrs are set. | ||||
* | Device sub classes can register themselves. Simplifies device.cpp internals. | Josh Blum | 2010-03-15 | 1 | -45/+47 |
| | | | | Added static instance macro for lazy instantiation of static variables. | ||||
* | Cleaned up the gain handler (thing that gets and sets wildcard gains) | Josh Blum | 2010-03-11 | 1 | -3/+12 |
| | | | | | | 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. | ||||
* | Created empty usrp1e cpp file for the case when headers are not found. | Josh Blum | 2010-02-25 | 1 | -16/+84 |
| | | | | | 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 | -5/+2 |
| | |||||
* | Made the usrp2 impl into a device. | Josh Blum | 2010-02-21 | 1 | -11/+5 |
| | | | | | 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 | -2/+2 |
| | | | | | | prefixed them with dboard_ and mboard_. And yes, the code is compiling. | ||||
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 1 | -0/+74 |