Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: tweaks to log and msg implementation | Josh Blum | 2011-06-01 | 2 | -2/+10 |
| | | | | | | The implementations now contain the string stream in each instance. This way there is not a global stringstream to lock access to. This resolves the issue of nested log calls locking condition. | ||||
* | uhd: picked some minor changes from super packet handler | Josh Blum | 2011-05-20 | 1 | -0/+2 |
| | |||||
* | uhd: removed deprecated warning API, log+msg now in API | Josh Blum | 2011-05-18 | 5 | -77/+3 |
| | |||||
* | uhd: replace managed buffer shared pointer w/ intrusive pointer to reduce ↵ | Josh Blum | 2011-05-14 | 1 | -2/+29 |
| | | | | overhead | ||||
* | uhd: work on logging and message facility initialization | Josh Blum | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | uhd: various tweaks to log and msg, replaced a few remaining stdio | Josh Blum | 2011-05-04 | 3 | -16/+6 |
| | |||||
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 2 | -0/+2 |
| | |||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 6 | -8/+87 |
| | | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this. | ||||
* | uhd: replaced many conditional prints with UHD_LOG usage | Josh Blum | 2011-05-04 | 1 | -1/+2 |
| | |||||
* | uhd: tweaks for logger file entries | Josh Blum | 2011-05-04 | 1 | -8/+9 |
| | |||||
* | uhd: moved the logger into the utils subdir | Josh Blum | 2011-05-04 | 3 | -4/+8 |
| | |||||
* | uhd: added configurable default log level and thread safety | Josh Blum | 2011-05-04 | 1 | -2/+29 |
| | |||||
* | uhd: work on the backend for a logging facility | Josh Blum | 2011-05-04 | 2 | -0/+65 |
| | |||||
* | usrp2: added REF_MIMO and PPS_MIMO for USRP2 clock config | Josh Blum | 2011-05-03 | 1 | -0/+2 |
| | | | | | | | | | Basically, one can tell a MIMO master to lock to MIMO ref and/or time. This is an alternative to the mimo_mode=slave/master device args. When using this alternative, one should always set the mimo_mode to maser. When in master mode, any clock config settings can be used. When in slave mode, the clock config setting are forced to MIMO_REF/PPS | ||||
* | uhd: fixed typo in tune request/result inter_freq -> rf_freq | Josh Blum | 2011-05-01 | 2 | -13/+9 |
| | | | | | | | | For some reason, the code said intermediate frequency, however, it was used and treated as RF frequency. It was always intended to be the RF frequency, but was misnamed due to a cognitive distortion. | ||||
* | USRP2: Added GPS time support to the sensors interface. gps_time sensor ↵ | Nick Foster | 2011-04-29 | 1 | -0/+6 |
| | | | | returns epoch time as time_t. Untested. | ||||
* | usrp: support for grand daughter board eeprom | Josh Blum | 2011-04-26 | 1 | -0/+1 |
| | |||||
* | uhd: use int() casts on enum constants to help swig2 parse it as int | Josh Blum | 2011-04-20 | 5 | -31/+31 |
| | |||||
* | uhd: specify msvc for implementations known only to work on msvc | Josh Blum | 2011-04-04 | 2 | -4/+4 |
| | |||||
* | uhd: disable visibility=hidden on non-dll platforms (cygwin) | Josh Blum | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | uhd: update copyright headers with automated script | Josh Blum | 2011-03-23 | 4 | -4/+4 |
| | |||||
* | uhd: setup cpack components for component based installers | Josh Blum | 2011-03-21 | 5 | -1/+6 |
| | |||||
* | uhd: added comments/documentation to clock_config | Josh Blum | 2011-03-21 | 1 | -0/+7 |
| | |||||
* | usrp: dboard iface can inherit from i2c iface | Josh Blum | 2011-03-17 | 1 | -18/+1 |
| | |||||
* | uhd: whoops, spi convenience functions have 32 bit data | Josh Blum | 2011-03-17 | 1 | -2/+2 |
| | |||||
* | uhd: fix safe call header cuz it was moved on the next branch | Josh Blum | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into next | Josh Blum | 2011-03-10 | 1 | -1/+1 |
|\ | |||||
| * | uhd: fixed include in safe call, added quotes for SET_SOURCE_FILES_PROPERTIES | Josh Blum | 2011-03-10 | 1 | -1/+1 |
| | | |||||
| * | usrp2: created safe call macro and handle usrp2 ~mboard throwing | Josh Blum | 2011-03-10 | 2 | -0/+46 |
| | | |||||
* | | usrp2: created safe call macro and handle usrp2 ~mboard throwing | Josh Blum | 2011-03-10 | 2 | -0/+46 |
| | | |||||
* | | Merge branch 'master' into next | Josh Blum | 2011-03-03 | 1 | -3/+3 |
|\| | |||||
| * | Fixes inverted logic in sensors bool interface | Jason Abele | 2011-03-03 | 1 | -3/+3 |
| | | |||||
| * | uhd: sensors header fix to make swig happy | Josh Blum | 2011-02-25 | 1 | -3/+6 |
| | | |||||
* | | uhd: removed mb_eeprom from mboard iface (already exposed in property) | Josh Blum | 2011-03-03 | 1 | -2/+0 |
| | | | | | | | | also fixed some warnings with unused parameters | ||||
* | | Merge branch 'mb_iface' into next | Josh Blum | 2011-03-03 | 5 | -1/+150 |
|\ \ | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_iface.hpp | ||||
| * | | Generalized mboard_iface and added a SPI convenience class a la I2C | Nick Foster | 2011-03-03 | 5 | -19/+71 |
| | | | |||||
| * | | Generalized the mboard_iface into mboard_iface.hpp and made each of the USRP ↵ | Nick Foster | 2011-03-01 | 1 | -0/+103 |
|/ / | | | | | | | devices inherit from it. | ||||
* | | uhd: sensors header fix to make swig happy | Josh Blum | 2011-02-25 | 1 | -3/+6 |
| | | |||||
* | | uhd: switch algorithm namespace to uhd | Josh Blum | 2011-02-24 | 2 | -58/+6 |
| | | |||||
* | | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 3 | -11/+18 |
| | | |||||
* | | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 4 | -15/+19 |
| | | | | | | | | | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | | uhd: moved exception to top level include | Josh Blum | 2011-02-24 | 5 | -9/+7 |
| | | |||||
* | | uhd: added a bunch of custom exceptions, not used yet | Josh Blum | 2011-02-24 | 3 | -25/+94 |
| | | |||||
* | | Merge branch 'usrp2_dual_dsp' into next | Josh Blum | 2011-02-24 | 5 | -23/+30 |
|\ \ | |/ |/| | | | | | Conflicts: host/include/uhd/usrp/mboard_props.hpp | ||||
| * | Merge branch 'usrp2_fw_clock_cleanup' into usrp2_dual_dsp | Josh Blum | 2011-02-22 | 1 | -1/+0 |
| |\ | |||||
| * | | uhd: moved indexed device addr routines into api | Josh Blum | 2011-02-21 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | implement in usrp2, also combine non specified args into addr when initializing the mboard so we can use a single addr | ||||
| * | | usrp: support for multiple dsps in props and implemented in usrp1 | Josh Blum | 2011-02-17 | 2 | -11/+5 |
| | | | | | | | | | | | | | | | | | | | | | usrp1 previously had 1 rx and 1 tx dsp with multiple freq params, it now has N and M dsps each with one freq param. This is more consistent with the multi-dsp model. The hack here is to only apply stream commands and sample rate changes to dsp0. | ||||
| * | | Merge branch 'sensors' into usrp2_dual_dsp | Josh Blum | 2011-02-17 | 2 | -11/+66 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: host/include/uhd/usrp/dsp_props.hpp host/include/uhd/usrp/mboard_props.hpp | ||||
| * | | | uhd: work on multiple dsp in host wrapper | Josh Blum | 2011-02-17 | 7 | -68/+77 |
| | | | | |||||
* | | | | uhd: switch dboard id prop to whole eeprom struct | Josh Blum | 2011-02-22 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | modified implementation code and burner app also made dboard manager use safe constructor that will use none ids if construction fails |