Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rfnoc: Minor cleanup in ctrl_iface | Martin Braun | 2016-11-09 | 2 | -100/+12 |
| | | | | | | | | - Removed dump queue concept (was geared towards b200 anyway) - Removed some superfluous lines - Requires bidirectional transports Reviewed-By: Michael West <michael.west@ettus.com> | ||||
* | rfnoc: Removed transport endianness as make arg | Martin Braun | 2016-11-09 | 1 | -1/+0 |
| | | | | | | | | | This is only confusing, since the blocks do not have to care about endianness. The control interface needs to know (and takes care of it internally), and the streaming transport does the same (and does not directly connect to blocks). Reviewed-By: Michael West <michael.west@ettus.com> | ||||
* | rfnoc: Moved transport endianness as property into both_xports_t | Martin Braun | 2016-11-09 | 1 | -0/+2 |
| | | | | Reviewed-By: Michael West <michael.west@ettus.com> | ||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 13 | -84/+84 |
| | | | | | | | | 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: Fix for channel 1 failure to ACK a TX burst. | michael-west | 2016-11-07 | 1 | -0/+3 |
| | | | | | | - Added mapping from radio block and port to channel in legacy compat layer. - Improved parsing of stream args and added parsing of radio ID and port parameters for each channel. - Added proper programming of the response SID based on the new radio ID and port parameters. | ||||
* | rfnoc legacy compat: Call update_*_streamer on all samp rate updates | Martin Braun | 2016-10-27 | 1 | -5/+44 |
| | | | | Reviewed-By: Derek Kozel <derek.kozel@ettus.com> | ||||
* | rfnoc: Fixed case where stream terminators would not notify node about ↵ | Martin Braun | 2016-10-19 | 2 | -0/+3 |
| | | | | active status | ||||
* | Legacy: Improve awareness of tick rates in a streamer | Martin Braun | 2016-10-17 | 1 | -2/+2 |
| | | | | Prevents incorrect errors about conflicting tickrates in a streamer | ||||
* | rfnoc nodes: Disconnect on destruct | Martin Braun | 2016-10-13 | 1 | -0/+47 |
| | |||||
* | rfnoc radio: Minor adjustment of time setters in header | Martin Braun | 2016-10-13 | 1 | -1/+1 |
| | |||||
* | rfnoc: Wrong bit locations on sr_error_policy were being set | Paul David | 2016-10-03 | 1 | -2/+6 |
| | |||||
* | rfnoc: legacy compat cache will always recreate entries | Martin Braun | 2016-08-23 | 1 | -6/+5 |
| | |||||
* | rfnoc: Radios now ignore stream commands when inactive | Martin Braun | 2016-08-11 | 1 | -0/+4 |
| | |||||
* | rfnoc graph: Removed debugging verbage | Martin Braun | 2016-08-10 | 1 | -4/+4 |
| | |||||
* | rfnoc: Legacy compat tracks TX and RX spp values separately | Martin Braun | 2016-08-09 | 1 | -17/+37 |
| | |||||
* | rfnoc: ctrl_iface error messages are now no longer the same as ↵ | Martin Braun | 2016-08-09 | 1 | -5/+5 |
| | | | | radio_ctrl_core_3000 | ||||
* | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 44 | -0/+7774 |