Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | rfnoc: Backported GPIO controls on radio blocks | Martin Braun | 2017-05-24 | 1 | -0/+4 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2017-04-13 | 1 | -0/+1 |
|\ | |||||
| * | rfnoc: Add set_command_time hook to radio block | Derek Kozel | 2017-04-13 | 1 | -0/+1 |
| | | |||||
* | | RFNoC: Exposed LO sharing functions in radio block | Derek Kozel | 2017-03-24 | 1 | -0/+13 |
| | | |||||
* | | Rfnoc: Exposed analog lowpass bandwidth option in X300 ctrls | ejk | 2017-02-27 | 1 | -0/+2 |
|/ | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -2/+2 |
| | | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that). | ||||
* | X300: Check dboard time property before subscribing | Derek Kozel | 2016-11-04 | 1 | -1/+1 |
| | | | | | If a daughterboard does not have a time/cmd property then no subscriber should be added to the motherboard time/cmd property. | ||||
* | TwinRX: Use command time to schedule synchronous events | Derek Kozel | 2016-10-26 | 1 | -0/+2 |
| | |||||
* | bugfix: TwinRX: Use correct LEDs when mapping chan -> ant | Ashish Chaudhari | 2016-09-30 | 1 | -7/+7 |
| | | | | | | | | | - Added LED controller objects for each block port in radio - Added desired subscribers for each frontend's antenna property that updates LED ATR values Reviewed-By: Martin Braun <martin.braun@ettus.com> Reviewed-By: Marcus Müller <marcus.mueller@ettus.com> | ||||
* | bugfix: db eeprom id not being written for X3x0 | Ashish Chaudhari | 2016-09-27 | 1 | -0/+2 |
| | | | | | | | | - The value of db_eeprom_t being written was stale due to a caching bug - Updated subscriber for db_eeprom_t to write the EEPROM state *and* cache it locally Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | x300: Added ignore-cal-file as an option | Martin Braun | 2016-09-27 | 1 | -1/+5 |
| | | | | | Reviewed-By: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Braun <martin.braun@ettus.com> | ||||
* | x300 radio: Fixed typo for frontend regs | Martin Braun | 2016-08-12 | 1 | -1/+1 |
| | |||||
* | Frontend corrections: Provide new function for RFNoC-based radio | Nicolas Cuervo | 2016-08-11 | 1 | -2/+2 |
| | |||||
* | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 1 | -0/+198 |