-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
512f678
commit 471af98
Showing
3 changed files
with
39 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,9 @@ uhd (4.5.0.0-0ubuntu1) ubuntu_release; urgency=low | |
- fixup typo in x440 sdr-test0 template | ||
- increase build timeouts to 90 minutes | ||
- increase win docker image build timeout | ||
- modify default sfp0 and reboot | ||
- Remove Fedora 35 and add Fedora 37 | ||
- restrict analyze changeset pool | ||
- select docker image repo directly at container endpoint definitions | ||
- select docker registry based on branch | ||
- splitup x410 test stage in hardware test dev pipeline | ||
|
@@ -43,6 +45,7 @@ uhd (4.5.0.0-0ubuntu1) ubuntu_release; urgency=low | |
- disable rx_samples_to_file_test for x440 | ||
- fix typo in error message | ||
- gpio test updates | ||
- remove API calls that now error | ||
- remove benchmark_rate test for x440 | ||
* docs | ||
- Add page on timed commands | ||
|
@@ -59,11 +62,13 @@ uhd (4.5.0.0-0ubuntu1) ubuntu_release; urgency=low | |
- Update clocking theory of operations for X4xx | ||
- update docs for reset command | ||
- update FPGA build docs | ||
- update remote streaming supported version | ||
- Update X4x0 manual | ||
- Update X4xx manual wrt. self-cal | ||
- x410: Document UC_200 image flavor | ||
- x440: Added FBX to UM daughterboards page | ||
- x440: Extend X4x0 Usage Manual for x440 | ||
- x440: Fixed incorrect use of paragraph elements | ||
* examples | ||
- Add power controls to rx_ascii_art_dft.cpp | ||
- Add throttle to replay_capture.py | ||
|
@@ -168,6 +173,7 @@ uhd (4.5.0.0-0ubuntu1) ubuntu_release; urgency=low | |
- Add LogRuntimeError class | ||
- Add revE support to zbx_update_cpld | ||
- Add support for X440/FBX | ||
- allow for mpm device to tell host to reboot mpm | ||
- bist: Improve --help message | ||
- Bump compat number to 5.0 | ||
- dboard_iface: Remove {set/get}_if_freq() APIs | ||
|
@@ -182,6 +188,7 @@ uhd (4.5.0.0-0ubuntu1) ubuntu_release; urgency=low | |
- Fix ZBX CPLD updater | ||
- lmk04832: Move general APIs to base class | ||
- Move get_dboard_class_from_pid() | ||
- move pop_host_tasks to PeriphManagerBase | ||
- mpmutils: Add parse_multi_device_arg() function | ||
- mpmutils: Fix Pylint warning | ||
- Normalize name for gps_locked sensor | ||
|
@@ -240,7 +247,7 @@ uhd (4.5.0.0-0ubuntu1) ubuntu_release; urgency=low | |
- fpga: x4xx: Major updates in preparation for future devices | ||
* multi_usrp | ||
- rfnoc: Added warning when handling tune_request | ||
*octoclock | ||
* octoclock | ||
- Fix uhd_usrp_probe error | ||
* python | ||
- Add 'const' to get_continuous_tone(); improve sanity-checks | ||
|
@@ -309,9 +316,13 @@ uhd (4.5.0.0-0ubuntu1) ubuntu_release; urgency=low | |
- Add X4xx ADC threshold query script | ||
- Fix usrp2_recovery.py for Python3 | ||
* x4xx | ||
- get bool for force_reinit arg | ||
- pass reboot mpm command to host on new clock config for x440 | ||
- Update BIST to match clocking refactoring | ||
* x4xx_bist | ||
- replace set_clock_source for x440 | ||
|
||
-- Ettus Research <[email protected]> Thu, 31 Aug 2023 03:54:10 -0800 | ||
-- Ettus Research <[email protected]> Mon, 11 Sep 2023 10:43:15 -0800 | ||
|
||
|
||
uhd (4.4.0.0-0ubuntu1) ubuntu_release; urgency=low | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters