Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • lofar2.0/tango
  • mckenna/tango
2 results
Show changes
Commits on Source (2)
......@@ -162,6 +162,7 @@ Next change the version in the following places:
# Release Notes
* 0.41.0 Export `FPGA_jesd204b_rx_err0_R` and `FPGA_jesd204b_rx_err1_R` SDP monitoring data to prometheus
* 0.40.2 Add `ds_debug_pycharm` command to debug device servers during integration tests
* 0.40.1 Deploy SDPTR for HBA only on RS stations
* 0.40.0 Added CS032/RS307, and scripts to generate their CDB file and caltables
......
0.40.2
0.41.0
......@@ -40,7 +40,7 @@ __all__ = ["SDP"]
"FPGA_sdp_info_*",
"FPGA_subband_weights_*",
"FPGA_signal_input_samples_delay_*",
"FPGA_jesd204b_*",
"FPGA_jesd204b_csr_*",
"FPGA_wg_amplitude_*",
"FPGA_wg_frequency_*",
"FPGA_wg_phase_*",
......