Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Martin Braun | 2014-09-25 | 7 | -55/+162 |
|\ | |||||
| * | x300: Reverted back to no analog delay for DAC ref clocks | michael-west | 2014-09-25 | 1 | -5/+0 |
| | | |||||
| * | x300: added reset and resync of ADCs and DACs when changing reference clock | michael-west | 2014-09-25 | 6 | -54/+166 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2014-09-24 | 1 | -0/+1 |
|\| | |||||
| * | x300: Added output sync for DAC reference clocks | Martin Braun | 2014-09-24 | 1 | -0/+1 |
| | | |||||
* | | Give user the option to ignore daughterboard's calibration file at runtime | Nicholas Corgan | 2014-09-02 | 2 | -2/+8 |
| | | | | | | | | | | * Add "ignore-cal-file" to the uhd::device_addr_t arguments * Added documentation for new feature | ||||
* | | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 6 | -4/+22 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2014-09-01 | 1 | -1/+1 |
|\| | |||||
| * | x300_dboard_iface: added UHD_UNUSED() macro to unused parameters in ↵ | Nicholas Corgan | 2014-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | set_clock_enabled() * Removes GCC warning about unused parameters | ||||
* | | Merge branch 'maint' | Martin Braun | 2014-08-18 | 3 | -43/+37 |
|\| | |||||
| * | Bumping FPGA compat to 7. | michael-west | 2014-08-18 | 1 | -1/+1 |
| | | |||||
| * | Changed analog delay on DAC reference and radio clocks from 1075ps to 900ps | michael-west | 2014-08-18 | 1 | -4/+4 |
| | | |||||
| * | - Fixes for channel alignment | michael-west | 2014-08-18 | 2 | -42/+36 |
| | | | | | | | | | | | | | | | | | | | | - Added analog delay for radio clock - Added analog delay for DAC reference clocks - Removed resetting of clock control - Removed setting of reference clock and PPS to external sources during initialization - Fixes for set_time_unknown_pps - Removed wait for PPS edge after setting time from GPSDO - Changed set_time_unknonw_pps to time out based on system time rather than device VITA time | ||||
* | | Merge branch 'maint' | Martin Braun | 2014-07-31 | 2 | -10/+22 |
|\| | | | | | | | | | Conflicts: host/utils/usrp_burn_mb_eeprom.cpp | ||||
| * | Merge branch 'maint' into uhd/bug492 | michael-west | 2014-07-30 | 3 | -28/+106 |
| |\ | | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.cpp | ||||
| | * | tx fe corrections: fixing mixed tabs / spaces, other horrible whitespace cruft | Ben Hilburn | 2014-07-25 | 2 | -14/+11 |
| | | | |||||
| | * | Merge 'maint' into x300/bug513 | Ben Hilburn | 2014-07-25 | 1 | -2/+3 |
| | |\ | |||||
| | * | | X300: Added UHD support for TX FE | Ian Buckley | 2014-07-18 | 2 | -1/+14 |
| | | | | |||||
| * | | | Fix for BUG #492: UHD: set_time_unknown_pps() fails with GPSDO installed | michael-west | 2014-06-25 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | - Added polling for PPS time change after setting time from GPSDO. | ||||
* | | | | OctoClock firmware upgrade, added host driver | Nicholas Corgan | 2014-07-23 | 1 | -1/+2 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API | ||||
* | | | Commented out warning if X300 reference clock fails to lock within 1 second ↵ | michael-west | 2014-07-22 | 1 | -2/+3 |
| |/ |/| | | | | | during initialization. Sometimes it takes longer and that is OK. | ||||
* | | Fix for BUG #469 | michael-west | 2014-07-17 | 1 | -0/+2 |
| | | | | | | | | - Added mutex for write_uart() | ||||
* | | Addressing comments from review. | michael-west | 2014-07-17 | 1 | -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-west | 2014-07-17 | 1 | -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 | ||||
* | | x300: Bugfix for overflows on PCIe at 200MS/s | Ashish Chaudhari | 2014-06-27 | 2 | -3/+7 |
|/ | |||||
* | Lots of bit-specific type work to fix compilation on older OSes. | Ben Hilburn | 2014-05-21 | 4 | -15/+15 |
| | |||||
* | x300: adding include to fix builds on older systems | Ben Hilburn | 2014-05-20 | 1 | -0/+1 |
| | |||||
* | Fix for BUG 456: LED TX/RX colors backwards on X300 | michael-west | 2014-05-16 | 1 | -2/+2 |
| | | | | - Corrected bit masks so TX will light the red LED and RX will light the green LED | ||||
* | x300: Bumped FPGA compat number to 6. | Ashish Chaudhari | 2014-04-28 | 1 | -1/+1 |
| | |||||
* | x300: Changed bus_clk frequency to 166.67MHz. | Ashish Chaudhari | 2014-04-28 | 1 | -1/+1 |
| | |||||
* | x300: Bumped FPGA compat number to 5. | Ashish Chaudhari | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | x300: Addressed review feedback | Ashish Chaudhari | 2014-04-25 | 1 | -11/+13 |
| | | | | | - Fixed synchronization for unclaim - Removed stray RIO addr space set | ||||
* | x300: Added synchronization between device claiming and checking. | Ashish Chaudhari | 2014-04-24 | 2 | -5/+40 |
| | | | | | - We now maintain a registry of pcie ZPU transports - Added static mutex for claimer | ||||
* | x300: Added hardware flush mechanism to PCIe logic. | Ashish Chaudhari | 2014-04-24 | 1 | -2/+8 |
| | | | | | - Added DMA enabled states to DMA logic to allow for hardware data flushing during init. - niusrprio_session will now check for FPGA busy before downloading | ||||
* | x300: removing intelligent PPS detection until further development | Ben Hilburn | 2014-04-15 | 1 | -1/+2 |
| | |||||
* | Merge branch 'martin/warn_sampling_rate' | Ben Hilburn | 2014-04-10 | 2 | -1/+12 |
|\ | | | | | | | Warn users if they request a sample rate greater than the interface bandwidth. | ||||
| * | x300: Added max link rate info | Martin Braun | 2014-04-10 | 2 | -1/+12 |
| | | |||||
* | | bugfix#393: Fixed X300 TX flow control to handle short bursts and arbitrary ↵ | Ashish Chaudhari | 2014-04-10 | 1 | -13/+22 |
|/ | | | | FC windows. | ||||
* | x300: Fix the assumed max header size | Martin Braun | 2014-03-28 | 2 | -18/+15 |
| | |||||
* | More reference clock lock detection clean up | michael-west | 2014-03-18 | 1 | -10/+28 |
| | | | | | - Removed check for lock when clock source is changed (including runtime error on failure to lock). - Added separate checks and warning messages for failures to lock the clock during intialization. | ||||
* | Modified reference clock lock check to only be performed on Rev E or later. | michael-west | 2014-03-17 | 2 | -10/+18 |
| | |||||
* | uhd: Addressed Balints and Bens comments for subdev addressing | Martin Braun | 2014-03-17 | 2 | -15/+21 |
| | |||||
* | Merge clock and PPS fixes. | Ben Hilburn | 2014-03-15 | 6 | -53/+130 |
|\ | |||||
| * | Addressed comments from review. | michael-west | 2014-03-15 | 4 | -40/+53 |
| | | | | | | | | | | | | - Fixed typos. - Renamed reset() to reset_clocks(). - Created wait_for_ref_locked() function. | ||||
| * | - Added wait for reference clock to lock. | michael-west | 2014-02-21 | 1 | -1/+7 |
| | | | | | | | | - Modified wait for GPSDO time setting to timeout after 1 second. | ||||
| * | Fixed bug found during testing where internal clock reference was taking ↵ | Michael West | 2014-02-20 | 3 | -11/+25 |
| | | | | | | | | | | | | several seconds to lock. Added reset to the clock control and called it whenever the clock reference is changed. | ||||
| * | - Fix for BUG #264: ./test_pps_input --source external passes even with no 1 ↵ | Michael West | 2014-02-18 | 4 | -37/+81 |
| | | | | | | | | | | | | | | | | | | | | PPS on external input on X3xx - Fixed behavior of PPS and clock references to be consistent and intuitive. -- Added detection of clock reference and PPS. -- Changed order of precedence to external, gpsdo, internal for default of clock and PPS. -- Throws runtime error if the user requests a reference clock or PPS that is not present. - Bumped FPGA compatibility to 4. | ||||
* | | Merge Ethernet, MTU, and frame size fixes. | Ben Hilburn | 2014-03-14 | 2 | -14/+13 |
|\ \ | |||||
| * | | x300 mtu: Removed magic number, minor manual updates | Martin Braun | 2014-02-18 | 2 | -14/+13 |
| |/ | |||||
* | | x300: Merged Michaels segfault fix | Martin Braun | 2014-03-10 | 1 | -11/+12 |
|\ \ |