uhd/mpm/lib/rfdc
Lars Amsel 2a575bf9b5 uhd: Add support for the USRP X410
Co-authored-by: Lars Amsel <lars.amsel@ni.com>
Co-authored-by: Michael Auchter <michael.auchter@ni.com>
Co-authored-by: Martin Braun <martin.braun@ettus.com>
Co-authored-by: Paul Butler <paul.butler@ni.com>
Co-authored-by: Cristina Fuentes <cristina.fuentes-curiel@ni.com>
Co-authored-by: Humberto Jimenez <humberto.jimenez@ni.com>
Co-authored-by: Virendra Kakade <virendra.kakade@ni.com>
Co-authored-by: Lane Kolbly <lane.kolbly@ni.com>
Co-authored-by: Max Köhler <max.koehler@ni.com>
Co-authored-by: Andrew Lynch <andrew.lynch@ni.com>
Co-authored-by: Grant Meyerhoff <grant.meyerhoff@ni.com>
Co-authored-by: Ciro Nishiguchi <ciro.nishiguchi@ni.com>
Co-authored-by: Thomas Vogel <thomas.vogel@ni.com>
2021-06-10 12:01:53 -05:00
..
patches uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
CMakeLists.txt uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
README.md uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
rfdc_ctrl.cpp uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
rfdc_throw.cpp uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
xrfdc.c uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
xrfdc_clock.c uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
xrfdc_g.c uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
xrfdc_intr.c uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
xrfdc_mb.c uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
xrfdc_mixer.c uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
xrfdc_mts.c uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
xrfdc_sinit.c uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00

The xrfdc*.c files here (and the files mpm/include/mpm/rfdc/xrfdc*.h) are derived from files in the xilinx-v2019.1 tag of embeddedsw, with the following changes:

  • Include paths
  • Xil_Assert macros in xrfdc.h were replaced with custom functionality.
  • See patches/xrfdc.h.patch for the patch applied to that file.
  • Call closedir in xrfdc_sinit.c
  • See patches/xrfdc_sinic.c.patch for the patch