aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/n230
Commit message (Collapse)AuthorAgeFilesLines
* n230: Fix incorrectly declared locksMartin Braun2018-07-231-3/+5
|
* lib: Purge use of boost::assign, except for uhd::dictMartin Braun2018-05-021-9/+5
| | | | | | | Replaced with initialization lists. Note: uhd::dict does not work with initializer lists without making changes to said data structure. This commit has no functional changes, so keeping the boost::assigns for uhd::dict.
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-302-6/+10
| | | | Replace with std::this_thread::sleep_for().
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-148-42/+45
| | | | | | | | | | | | | | | | To avoid the proliferation of additional include directories and multiple ways of including project-local headers, we now default to moving all headers that are used across UHD into the uhdlib/ subdirectory. Some #include statements were also reordered as they were modified for closer compliance with the coding guidelines. Internal cpp source files should now include files like this: #include <uhdlib/rfnoc/ctrl_iface.hpp> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com>
* fixup! x300,n230,e300,b200: changes to adapt to new usrp APITrung N Tran2018-02-221-5/+6
|
* x300,n230,e300: changes to adapt to new usrp APITrung N Tran2018-02-211-16/+49
|
* uhd: Update license headersMartin Braun2018-02-1927-26/+53
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* usrp3: Changes for Vivado 2017.4Ashish Chaudhari2018-01-241-1/+1
| | | | | | - Bumped compat number for e3xx, n230, x3xx, n3xx - Updated images package for e3xx, n230, x3xx, n3xx - Updated fpga-src submodule
* uhdlib: Update constrained_device_args_tMartin Braun2018-01-181-3/+5
| | | | | | | - Allow enums to be non-consecutive - Move to uhdlib/ - Add unit tests - Updated N230 use of constrained_device_args_t
* Move all license headers to SPDX format.Martin Braun2017-12-2227-324/+27
|
* n230: Properly initialize request before discoveryMartin Braun2017-10-231-0/+2
| | | | | | The request struct passed to send() was not fully initialized, causing code checkers to choke. This fix doesn't affect functionality (the values were not used for anything), but removes warnings.
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-293-14/+12
|
* log: Moved fastpath logging to its own threadMartin Braun2017-04-241-1/+1
|
* Firmware: fix failures due to fw_comm_protocol.h pathPaul David2017-03-222-4/+4
|
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-208-26/+26
|
* n230: Fold in module fka usrp3_fw_ctrl_ifaceMartin Braun2017-02-207-13/+432
|
* uhd: Replace clocking_mode_t unscoped enum with scoped versionMartin Braun2017-02-171-1/+1
| | | | | This is not a functional change, but it marks the usage of scoped enums in UHD. Commits past this one may also use this C++11 feature.
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-104-12/+9
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* n230: fix coverity reportsAndrej Rode2017-01-121-1/+2
|
* n230: Make second dual-eth addr consistent with standardAshish Chaudhari2016-11-141-2/+2
| | | | - The second address argument was changed from "secondary-addr" to "second_addr"
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-0815-141/+141
| | | | | | | | 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).
* prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-39/+39
| | | | | | | | | - Added desired and coerced values and accessors to property - Added support to register desired subscribers - set APIs don't reallocate storage for a property value - Renamed callback method registration APIs - Registering 2 coercers or publishers for a property will throw - Registering a coercer and a publisher for the same property will throw
* n230: fixed header locationNicholas Corgan2016-01-152-2/+126
|
* n230: Multiple usability improvementsAshish Chaudhari2016-01-134-40/+96
| | | | | | | - Improved FW/FPGA compat mismatch error messages - Added power-cycle message to loader - Disabled "SW too new for HW" version check - Added retry mechanism in n230_find to allow for ARP updates
* n230: Bumped N230 firmware compat number to 32Ashish Chaudhari2016-01-131-1/+1
|
* usrp3,n230: Moved all shared FW-Host headers to the host dirAshish Chaudhari2016-01-087-8/+275
|
* n230: fixed string formatting warningNicholas Corgan2016-01-081-2/+5
|
* n230: Added hardware compatibility version checks to UHDAshish Chaudhari2016-01-082-2/+53
|
* n230: Improved error for secondary ethernet detection failureAshish Chaudhari2016-01-081-3/+10
|
* n230: Added new AD9361 properties to the property treeAshish Chaudhari2016-01-073-34/+18
|
* Fixed some cross-platform build issuesAshish Chaudhari2016-01-062-1/+1
|
* n230: Fixed GPSDO detection logicAshish Chaudhari2016-01-066-26/+29
|
* n230: GPIO ATR cleanup and miniSAS GPIO supportAshish Chaudhari2016-01-056-9/+61
| | | | | - Replaced all gpio_200 cores with gpio_3000 - Added support for miniSAS GPIO through FP0 and FP1 banks
* n230: Added N230 device supportAshish Chaudhari2016-01-0521-0/+3922