aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_fw_uart.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-1/+1
|
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-2/+1
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* X300: Fix issue with GPSDO sometimes not being recognized properlymichael-west2017-01-261-10/+23
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-8/+8
| | | | | | | | 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: GPSDO fixesmichael-west2016-09-021-19/+17
| | | | | - Optimize writes so full 32-bit words are written at a time - Simplify UART so it does not strip or add characters
* GPSDO: Make sure read_uart() returns only complete strings for all devices.michael-west2016-09-021-0/+4
|
* Fix for BUG #469michael-west2014-07-171-0/+2
| | | | - Added mutex for write_uart()
* Addressing comments from review.michael-west2014-07-171-7/+9
| | | | | | - Corrected types of some variables to be boost types. - Removed debugging code accidentally left in. - Changed some compiled out error messages to log messages.
* Fix for BUG #469: Bad/Empty GPS NMEA strings returned when the queries are ↵michael-west2014-07-171-15/+74
| | | | | | | | | made in a random wait iterative fashion Fix for BUG #460: X300: GPGGA sensor most often empty, while RMC is usually OK - Added checksum verification of NMEA strings - Improved handling of short or malformed strings - Fixed GPSDO data synchronization between X300 firmware and host
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+104