├── README.md ├── driver ├── README.md ├── binary │ ├── novena_rf.bit │ ├── novena_rf.ko │ ├── novena_rf.ko.gc5f2138 │ ├── novena_rf.ko.gfd7963 │ └── prepare_novena_rf.sh ├── fpga │ ├── StreamFifo.vhdl │ ├── bclk_dll │ │ ├── _xmsgs │ │ │ ├── cg.xmsgs │ │ │ └── pn_parser.xmsgs │ │ ├── bclk_dll.asy │ │ ├── bclk_dll.gise │ │ ├── bclk_dll.sym │ │ ├── bclk_dll.ucf │ │ ├── bclk_dll.vhd │ │ ├── bclk_dll.vho │ │ ├── bclk_dll.xci │ │ ├── bclk_dll.xco │ │ ├── bclk_dll.xdc │ │ ├── bclk_dll.xise │ │ ├── bclk_dll │ │ │ ├── clk_wiz_v3_5_readme.txt │ │ │ ├── doc │ │ │ │ ├── clk_wiz_gsg521.pdf │ │ │ │ ├── clk_wiz_v3_5_readme.txt │ │ │ │ └── clk_wiz_v3_5_vinfo.html │ │ │ ├── example_design │ │ │ │ ├── bclk_dll_exdes.ucf │ │ │ │ ├── bclk_dll_exdes.vhd │ │ │ │ └── bclk_dll_exdes.xdc │ │ │ ├── implement │ │ │ │ ├── implement.bat │ │ │ │ ├── implement.sh │ │ │ │ ├── planAhead_ise.bat │ │ │ │ ├── planAhead_ise.sh │ │ │ │ ├── planAhead_ise.tcl │ │ │ │ ├── planAhead_rdn.bat │ │ │ │ ├── planAhead_rdn.sh │ │ │ │ ├── planAhead_rdn.tcl │ │ │ │ ├── xst.prj │ │ │ │ └── xst.scr │ │ │ └── simulation │ │ │ │ ├── bclk_dll_tb.vhd │ │ │ │ ├── functional │ │ │ │ ├── simcmds.tcl │ │ │ │ ├── simulate_isim.bat │ │ │ │ ├── simulate_isim.sh │ │ │ │ ├── simulate_mti.bat │ │ │ │ ├── simulate_mti.do │ │ │ │ ├── simulate_mti.sh │ │ │ │ ├── simulate_ncsim.sh │ │ │ │ ├── simulate_vcs.sh │ │ │ │ ├── wave.do │ │ │ │ └── wave.sv │ │ │ │ └── timing │ │ │ │ ├── bclk_dll_tb.vhd │ │ │ │ ├── sdf_cmd_file │ │ │ │ ├── simcmds.tcl │ │ │ │ ├── simulate_isim.sh │ │ │ │ ├── simulate_mti.bat │ │ │ │ ├── simulate_mti.do │ │ │ │ ├── simulate_mti.sh │ │ │ │ ├── simulate_ncsim.sh │ │ │ │ ├── simulate_vcs.sh │ │ │ │ ├── ucli_commands.key │ │ │ │ ├── vcs_session.tcl │ │ │ │ └── wave.do │ │ ├── bclk_dll_exdes.ncf │ │ ├── bclk_dll_flist.txt │ │ ├── bclk_dll_xmdf.tcl │ │ ├── coregen.cgp │ │ ├── edit_bclk_dll.tcl │ │ └── gen_bclk_dll.tcl │ ├── cordic.v │ ├── coregen │ │ ├── .gitignore │ │ ├── chipscope_icon.asy │ │ ├── chipscope_icon.constraints │ │ │ ├── chipscope_icon.ucf │ │ │ └── chipscope_icon.xdc │ │ ├── chipscope_icon.gise │ │ ├── chipscope_icon.ncf │ │ ├── chipscope_icon.ngc │ │ ├── chipscope_icon.ucf │ │ ├── chipscope_icon.vhd │ │ ├── chipscope_icon.vho │ │ ├── chipscope_icon.xco │ │ ├── chipscope_icon.xdc │ │ ├── chipscope_icon.xise │ │ ├── chipscope_icon_flist.txt │ │ ├── chipscope_icon_readme.txt │ │ ├── chipscope_icon_xmdf.tcl │ │ ├── chipscope_ila.asy │ │ ├── chipscope_ila.cdc │ │ ├── chipscope_ila.constraints │ │ │ ├── chipscope_ila.ucf │ │ │ └── chipscope_ila.xdc │ │ ├── chipscope_ila.gise │ │ ├── chipscope_ila.ncf │ │ ├── chipscope_ila.ngc │ │ ├── chipscope_ila.ucf │ │ ├── chipscope_ila.vhd │ │ ├── chipscope_ila.vho │ │ ├── chipscope_ila.xco │ │ ├── chipscope_ila.xdc │ │ ├── chipscope_ila.xise │ │ ├── chipscope_ila_flist.txt │ │ ├── chipscope_ila_readme.txt │ │ ├── chipscope_ila_xmdf.tcl │ │ ├── cordic_v5_0.asy │ │ ├── cordic_v5_0.gise │ │ ├── cordic_v5_0.ncf │ │ ├── cordic_v5_0.ngc │ │ ├── cordic_v5_0.vhd │ │ ├── cordic_v5_0.vho │ │ ├── cordic_v5_0.xco │ │ ├── cordic_v5_0.xise │ │ ├── cordic_v5_0 │ │ │ └── doc │ │ │ │ ├── cordic_v5_0_readme.txt │ │ │ │ ├── cordic_v5_0_vinfo.html │ │ │ │ └── ds858_cordic.pdf │ │ ├── cordic_v5_0_flist.txt │ │ ├── cordic_v5_0_xmdf.tcl │ │ ├── coregen.cgc │ │ ├── coregen.cgp │ │ ├── demo_tb │ │ │ ├── tb_cordic_v5_0.vhd │ │ │ ├── tb_half_band_decim.vhd │ │ │ └── tb_half_band_interp.vhd │ │ ├── half_band_decim.asy │ │ ├── half_band_decim.gise │ │ ├── half_band_decim.mif │ │ ├── half_band_decim.ncf │ │ ├── half_band_decim.ngc │ │ ├── half_band_decim.vhd │ │ ├── half_band_decim.vho │ │ ├── half_band_decim.xco │ │ ├── half_band_decim.xise │ │ ├── half_band_decim │ │ │ ├── cmodel │ │ │ │ ├── fir_compiler_v6_3_bitacc_cmodel_lin.zip │ │ │ │ ├── fir_compiler_v6_3_bitacc_cmodel_lin64.zip │ │ │ │ ├── fir_compiler_v6_3_bitacc_cmodel_nt.zip │ │ │ │ └── fir_compiler_v6_3_bitacc_cmodel_nt64.zip │ │ │ └── doc │ │ │ │ ├── ds795_fir_compiler.pdf │ │ │ │ ├── fir_compiler_v6_3_readme.txt │ │ │ │ └── fir_compiler_v6_3_vinfo.html │ │ ├── half_band_decim_flist.txt │ │ ├── half_band_decim_xmdf.tcl │ │ ├── half_band_interp.asy │ │ ├── half_band_interp.gise │ │ ├── half_band_interp.mif │ │ ├── half_band_interp.ncf │ │ ├── half_band_interp.ngc │ │ ├── half_band_interp.vhd │ │ ├── half_band_interp.vho │ │ ├── half_band_interp.xco │ │ ├── half_band_interp.xise │ │ ├── half_band_interp │ │ │ ├── cmodel │ │ │ │ ├── fir_compiler_v6_3_bitacc_cmodel_lin.zip │ │ │ │ ├── fir_compiler_v6_3_bitacc_cmodel_lin64.zip │ │ │ │ ├── fir_compiler_v6_3_bitacc_cmodel_nt.zip │ │ │ │ └── fir_compiler_v6_3_bitacc_cmodel_nt64.zip │ │ │ └── doc │ │ │ │ ├── ds795_fir_compiler.pdf │ │ │ │ ├── fir_compiler_v6_3_readme.txt │ │ │ │ └── fir_compiler_v6_3_vinfo.html │ │ ├── half_band_interp_flist.txt │ │ ├── half_band_interp_xmdf.tcl │ │ ├── stream_fifo16_xclk.asy │ │ ├── stream_fifo16_xclk.gise │ │ ├── stream_fifo16_xclk.ncf │ │ ├── stream_fifo16_xclk.ngc │ │ ├── stream_fifo16_xclk.vhd │ │ ├── stream_fifo16_xclk.vho │ │ ├── stream_fifo16_xclk.xco │ │ ├── stream_fifo16_xclk.xise │ │ ├── stream_fifo16_xclk │ │ │ ├── doc │ │ │ │ ├── fifo_generator_v9_3_readme.txt │ │ │ │ ├── fifo_generator_v9_3_vinfo.html │ │ │ │ └── pg057-fifo-generator.pdf │ │ │ ├── example_design │ │ │ │ ├── stream_fifo16_xclk_exdes.ucf │ │ │ │ └── stream_fifo16_xclk_exdes.vhd │ │ │ ├── fifo_generator_v9_3_readme.txt │ │ │ ├── implement │ │ │ │ ├── implement.bat │ │ │ │ ├── implement.sh │ │ │ │ ├── implement_synplify.bat │ │ │ │ ├── implement_synplify.sh │ │ │ │ ├── planAhead_ise.bat │ │ │ │ ├── planAhead_ise.sh │ │ │ │ ├── planAhead_ise.tcl │ │ │ │ ├── xst.prj │ │ │ │ └── xst.scr │ │ │ └── simulation │ │ │ │ ├── functional │ │ │ │ ├── simulate_isim.bat │ │ │ │ ├── simulate_isim.sh │ │ │ │ ├── simulate_mti.bat │ │ │ │ ├── simulate_mti.do │ │ │ │ ├── simulate_mti.sh │ │ │ │ ├── simulate_ncsim.sh │ │ │ │ ├── simulate_vcs.sh │ │ │ │ ├── ucli_commands.key │ │ │ │ ├── vcs_session.tcl │ │ │ │ ├── wave_isim.tcl │ │ │ │ ├── wave_mti.do │ │ │ │ └── wave_ncsim.sv │ │ │ │ ├── stream_fifo16_xclk_dgen.vhd │ │ │ │ ├── stream_fifo16_xclk_dverif.vhd │ │ │ │ ├── stream_fifo16_xclk_pctrl.vhd │ │ │ │ ├── stream_fifo16_xclk_pkg.vhd │ │ │ │ ├── stream_fifo16_xclk_rng.vhd │ │ │ │ ├── stream_fifo16_xclk_synth.vhd │ │ │ │ ├── stream_fifo16_xclk_tb.vhd │ │ │ │ └── timing │ │ │ │ ├── simulate_isim.bat │ │ │ │ ├── simulate_isim.sh │ │ │ │ ├── simulate_mti.bat │ │ │ │ ├── simulate_mti.do │ │ │ │ ├── simulate_mti.sh │ │ │ │ ├── simulate_ncsim.sh │ │ │ │ ├── simulate_vcs.sh │ │ │ │ ├── ucli_commands.key │ │ │ │ ├── vcs_session.tcl │ │ │ │ ├── wave_isim.tcl │ │ │ │ ├── wave_mti.do │ │ │ │ └── wave_ncsim.sv │ │ ├── stream_fifo16_xclk_flist.txt │ │ ├── stream_fifo16_xclk_xmdf.tcl │ │ ├── stream_fifo32_xclk.gise │ │ └── stream_fifo32_xclk.xise │ ├── ctrl_msg_fifo128.vhdl │ ├── dc_removal.vhdl │ ├── dcm_delay │ │ ├── _xmsgs │ │ │ ├── cg.xmsgs │ │ │ └── pn_parser.xmsgs │ │ ├── coregen.cgp │ │ ├── dcm_delay.asy │ │ ├── dcm_delay.gise │ │ ├── dcm_delay.ncf │ │ ├── dcm_delay.sym │ │ ├── dcm_delay.ucf │ │ ├── dcm_delay.vhd │ │ ├── dcm_delay.vho │ │ ├── dcm_delay.xci │ │ ├── dcm_delay.xco │ │ ├── dcm_delay.xdc │ │ ├── dcm_delay.xise │ │ ├── dcm_delay │ │ │ ├── clk_wiz_v3_6_readme.txt │ │ │ ├── doc │ │ │ │ ├── clk_wiz_v3_6_readme.txt │ │ │ │ ├── clk_wiz_v3_6_vinfo.html │ │ │ │ └── pg065_clk_wiz.pdf │ │ │ ├── example_design │ │ │ │ ├── dcm_delay_exdes.ucf │ │ │ │ ├── dcm_delay_exdes.vhd │ │ │ │ └── dcm_delay_exdes.xdc │ │ │ ├── implement │ │ │ │ ├── implement.bat │ │ │ │ ├── implement.sh │ │ │ │ ├── planAhead_ise.bat │ │ │ │ ├── planAhead_ise.sh │ │ │ │ ├── planAhead_ise.tcl │ │ │ │ ├── planAhead_rdn.bat │ │ │ │ ├── planAhead_rdn.sh │ │ │ │ ├── planAhead_rdn.tcl │ │ │ │ ├── xst.prj │ │ │ │ └── xst.scr │ │ │ └── simulation │ │ │ │ ├── dcm_delay_tb.vhd │ │ │ │ ├── functional │ │ │ │ ├── simcmds.tcl │ │ │ │ ├── simulate_isim.bat │ │ │ │ ├── simulate_isim.sh │ │ │ │ ├── simulate_mti.bat │ │ │ │ ├── simulate_mti.do │ │ │ │ ├── simulate_mti.sh │ │ │ │ ├── simulate_ncsim.sh │ │ │ │ ├── simulate_vcs.sh │ │ │ │ ├── wave.do │ │ │ │ └── wave.sv │ │ │ │ └── timing │ │ │ │ ├── dcm_delay_tb.vhd │ │ │ │ ├── sdf_cmd_file │ │ │ │ ├── simcmds.tcl │ │ │ │ ├── simulate_isim.sh │ │ │ │ ├── simulate_mti.bat │ │ │ │ ├── simulate_mti.do │ │ │ │ ├── simulate_mti.sh │ │ │ │ ├── simulate_ncsim.sh │ │ │ │ ├── simulate_vcs.sh │ │ │ │ ├── ucli_commands.key │ │ │ │ ├── vcs_session.tcl │ │ │ │ └── wave.do │ │ ├── dcm_delay_flist.txt │ │ ├── dcm_delay_xmdf.tcl │ │ ├── edit_dcm_delay.tcl │ │ └── gen_dcm_delay.tcl │ ├── dma_mm2s.vhdl │ ├── dma_s2mm.vhdl │ ├── extras │ │ ├── README.txt │ │ ├── fifos.vhdl │ │ ├── memory.vhdl │ │ ├── sizing.vhdl │ │ └── synchronizing.vhdl │ ├── hb_filter_chain.vhdl │ ├── lms_trx.vhdl │ ├── novena_eim.v │ ├── novena_rf.ucf │ ├── novena_rf.vhdl │ ├── novena_rf │ │ ├── .gitignore │ │ ├── novena_rf.cgc │ │ ├── novena_rf.gise │ │ ├── novena_rf.xise │ │ └── novena_rf_bitgen.xwbt │ ├── novena_rf_bus_mux.vhdl │ ├── spi │ │ ├── mem_package.vhd │ │ ├── spi_components.vhd │ │ ├── spi_fsm.vhd │ │ └── spi_mod.vhd │ ├── spi_bypass.vhd │ ├── stat_msg_fifo128.vhdl │ ├── sync_reset.v │ ├── twbw_deframer.vhdl │ └── twbw_framer.vhdl ├── host │ ├── CMakeLists.txt │ ├── LoadFPGA.cpp │ ├── NovenaDMA.hpp │ ├── NovenaLMS6.cpp │ ├── NovenaRF.cpp │ ├── NovenaRF.hpp │ ├── NovenaRegs.hpp │ ├── Streaming.cpp │ ├── twbw_helper.h │ └── xilinx_user_gpio.h ├── kernel │ ├── .gitignore │ ├── Makefile │ ├── novena_rf.h │ ├── novena_rf_eim.c │ ├── novena_rf_fops.c │ ├── novena_rf_module.c │ └── novena_rf_module.h └── utils │ └── novena_tx_levels.py ├── gateware ├── COPYING ├── binary │ ├── fpga_prog.sh │ └── top.bit └── src │ ├── alive.sym │ ├── dds_top.sym │ ├── ipcore_dir │ └── dds │ │ ├── _xmsgs │ │ ├── cg.xmsgs │ │ └── pn_parser.xmsgs │ │ ├── coregen.cgp │ │ ├── create_dds.tcl │ │ ├── dds.asy │ │ ├── dds.gise │ │ ├── dds.ncf │ │ ├── dds.ngc │ │ ├── dds.sym │ │ ├── dds.vhd │ │ ├── dds.vho │ │ ├── dds.xco │ │ ├── dds.xise │ │ ├── dds │ │ └── doc │ │ │ ├── dds_compiler_v4_0_vinfo.html │ │ │ └── dds_ds558.pdf │ │ ├── dds_flist.txt │ │ ├── dds_readme.txt │ │ ├── dds_tb.vhd │ │ └── dds_xmdf.tcl │ ├── iseconfig │ ├── alive.xreport │ ├── novena_try.projectmgr │ └── top.xreport │ ├── novena_fpga.sym │ ├── novena_lms.xise │ ├── spi_bypass.sym │ ├── spi_mod.sym │ ├── top.sch │ ├── top.ucf │ ├── top_envsettings.html │ ├── top_guide.ncd │ └── vhdl │ ├── dds │ └── dds_top.vhd │ ├── general │ └── alive.vhd │ └── spi │ ├── mem_package.vhd │ ├── spi_bypass.vhd │ ├── spi_components.vhd │ ├── spi_fsm.vhd │ └── spi_mod.vhd ├── hardware ├── COPYING └── v1 │ └── VIA_OFF_PAD_v.1_r.10 │ ├── BOM │ ├── MYRIAD_RF-all.pos.txt │ └── MYRIAD_RF_BOM.xls │ ├── Gerbers │ ├── MYRIAD_RF-B_Mask.gbs │ ├── MYRIAD_RF-B_Paste.gbp │ ├── MYRIAD_RF-B_SilkS.gbo │ ├── MYRIAD_RF-Back.gbl │ ├── MYRIAD_RF-Dwgs_User.gbr │ ├── MYRIAD_RF-Edge_Cuts.gbr │ ├── MYRIAD_RF-F_Mask.gts │ ├── MYRIAD_RF-F_Paste.gtp │ ├── MYRIAD_RF-F_SilkS.gto │ ├── MYRIAD_RF-Front.gtl │ ├── MYRIAD_RF-Inner_Analog_Signal.gbr │ ├── MYRIAD_RF-Inner_Digital_Signal.gbr │ ├── MYRIAD_RF-Inner_GND.gbr │ ├── MYRIAD_RF-Inner_Power.gbr │ ├── MYRIAD_RF-drl_map.pho │ └── MYRIAD_RF.drl │ ├── KiCAD │ ├── Analog Circuits.bak │ ├── Analog Circuits.sch │ ├── Clocks, RF FE.bak │ ├── Clocks, RF FE.sch │ ├── Connectors.bak │ ├── Connectors.sch │ ├── Digital Circuits.bak │ ├── Digital Circuits.sch │ ├── Lib │ │ ├── power.bak │ │ ├── power.bck │ │ ├── power.dcm │ │ └── power.lib │ ├── MYRIAD_RF-cache.bck │ ├── MYRIAD_RF-cache.dcm │ ├── MYRIAD_RF-cache.lib │ ├── MYRIAD_RF.000 │ ├── MYRIAD_RF.bak │ ├── MYRIAD_RF.brd │ ├── MYRIAD_RF.brd-bak │ ├── MYRIAD_RF.cmp │ ├── MYRIAD_RF.mod │ ├── MYRIAD_RF.net │ ├── MYRIAD_RF.pro │ ├── MYRIAD_RF.sch │ ├── Power Supply.bak │ ├── Power Supply.sch │ ├── RF Circuits.bak │ └── RF Circuits.sch │ ├── Manufacturing │ ├── Layer Stack-up.pdf │ └── ReadMe.txt │ ├── PDF │ ├── MYRIAD_RF_Novena_Drill map r.10.pdf │ ├── MYRIAD_RF_Novena_Layouts r.10.pdf │ └── MYRIAD_RF_Novena_Schematics r.7.pdf │ └── Reports │ ├── MYRIAD_RF-drl.rpt.txt │ ├── MYRIAD_RF.drc.txt │ ├── MYRIAD_RF.erc.txt │ ├── MYRIAD_RF.net.txt │ └── MYRIAD_RF_all_models.txt └── lms-suite ├── COPYING ├── README.md ├── legacy ├── FFTviewer │ ├── README.md │ ├── bin │ │ ├── FFTviewer.exe │ │ ├── libfftw3f-3.dll │ │ ├── libgcc_s_dw2-1.dll │ │ ├── libstdc++-6.dll │ │ └── pthreadGCE2.dll │ └── src │ │ ├── FFTviewer.cbp │ │ ├── FFTviewer.depend │ │ ├── FFTviewerApp.cpp │ │ ├── FFTviewerApp.h │ │ ├── FFTviewerMain.cpp │ │ ├── FFTviewerMain.h │ │ ├── GUI │ │ ├── CommonFile.cpp │ │ ├── CommonFile.h │ │ ├── GLFont.cpp │ │ ├── GLFont.h │ │ ├── GLGlyph.h │ │ ├── GUIUtils.cpp │ │ ├── GUIUtils.h │ │ ├── GraphUpdateThread.cpp │ │ ├── GraphUpdateThread.h │ │ ├── OpenGLGraph.cpp │ │ ├── OpenGLGraph.h │ │ ├── StaticFontHeader.h │ │ ├── dlgFreqVsCap.cpp │ │ ├── dlgFreqVsCap.h │ │ ├── dlgRefClk.cpp │ │ ├── dlgRefClk.h │ │ ├── dlgRegTest.cpp │ │ ├── dlgRegTest.h │ │ ├── dlgSerPort.cpp │ │ ├── dlgSerPort.h │ │ ├── dlgVcoCapLog.cpp │ │ ├── dlgVcoCapLog.h │ │ ├── dlgVcoGrph.cpp │ │ ├── dlgVcoGrph.h │ │ ├── frControlPanel.cpp │ │ ├── frControlPanel.h │ │ ├── glew │ │ │ ├── GL │ │ │ │ ├── glew.h │ │ │ │ ├── glxew.h │ │ │ │ └── wglew.h │ │ │ └── glew.c │ │ ├── pnlADDC.cpp │ │ ├── pnlADDC.h │ │ ├── pnlADF.cpp │ │ ├── pnlADF.h │ │ ├── pnlBoard.cpp │ │ ├── pnlBoard.h │ │ ├── pnlCustomer.cpp │ │ ├── pnlCustomer.h │ │ ├── pnlRxFE.cpp │ │ ├── pnlRxFE.h │ │ ├── pnlRxLPF.cpp │ │ ├── pnlRxLPF.h │ │ ├── pnlRxPLL.cpp │ │ ├── pnlRxPLL.h │ │ ├── pnlRxVGA2.cpp │ │ ├── pnlRxVGA2.h │ │ ├── pnlSamplesGenerator.cpp │ │ ├── pnlSamplesGenerator.h │ │ ├── pnlSpectrum.cpp │ │ ├── pnlSpectrum.h │ │ ├── pnlTop.cpp │ │ ├── pnlTop.h │ │ ├── pnlTxLPF.cpp │ │ ├── pnlTxLPF.h │ │ ├── pnlTxPLL.cpp │ │ ├── pnlTxPLL.h │ │ ├── pnlTxRF.cpp │ │ └── pnlTxRF.h │ │ ├── Logic │ │ ├── ctr_6002dr2_LogicDLL.cpp │ │ ├── ctr_6002dr2_LogicDLL.h │ │ ├── dependencies │ │ │ ├── fftw-3.3.3 │ │ │ │ ├── fftw3.h │ │ │ │ ├── libfftw3f-3.dll │ │ │ │ └── libfftw3f-3.lib │ │ │ └── pthreads-w32-2-9-1-release │ │ │ │ └── Pre-built.2 │ │ │ │ ├── ANNOUNCE │ │ │ │ ├── BUGS │ │ │ │ ├── CONTRIBUTORS │ │ │ │ ├── COPYING │ │ │ │ ├── COPYING.LIB │ │ │ │ ├── ChangeLog │ │ │ │ ├── FAQ │ │ │ │ ├── MAINTAINERS │ │ │ │ ├── NEWS │ │ │ │ ├── PROGRESS │ │ │ │ ├── README │ │ │ │ ├── README.Borland │ │ │ │ ├── README.CV │ │ │ │ ├── README.NONPORTABLE │ │ │ │ ├── README.Watcom │ │ │ │ ├── README.WinCE │ │ │ │ ├── WinCE-PORT │ │ │ │ ├── dll │ │ │ │ ├── x64 │ │ │ │ │ ├── pthreadGC2.dll │ │ │ │ │ └── pthreadVC2.dll │ │ │ │ └── x86 │ │ │ │ │ ├── pthreadGC2.dll │ │ │ │ │ ├── pthreadGCE2.dll │ │ │ │ │ ├── pthreadVC2.dll │ │ │ │ │ ├── pthreadVCE2.dll │ │ │ │ │ └── pthreadVSE2.dll │ │ │ │ ├── include │ │ │ │ ├── pthread.h │ │ │ │ ├── sched.h │ │ │ │ └── semaphore.h │ │ │ │ └── lib │ │ │ │ ├── x64 │ │ │ │ ├── libpthreadGC2.a │ │ │ │ └── pthreadVC2.lib │ │ │ │ └── x86 │ │ │ │ ├── libpthreadGC2.a │ │ │ │ ├── libpthreadGCE2.a │ │ │ │ ├── pthreadVC2.lib │ │ │ │ ├── pthreadVCE2.lib │ │ │ │ └── pthreadVSE2.lib │ │ ├── include │ │ │ ├── ADDC_Module.h │ │ │ ├── ADF_Module.h │ │ │ ├── Board2_Module.h │ │ │ ├── CallbackCodes.h │ │ │ ├── ComPortConnection.h │ │ │ ├── ConnectionManager.h │ │ │ ├── FIFO.h │ │ │ ├── IConnection.h │ │ │ ├── Main_Module.h │ │ │ ├── Packets.h │ │ │ ├── RegisterTest.h │ │ │ ├── RxFe_Module.h │ │ │ ├── RxVGA2_Module.h │ │ │ ├── TestingModule.h │ │ │ ├── TextLog.h │ │ │ ├── TimeCounter.h │ │ │ ├── Top_Module.h │ │ │ ├── Transmitter.h │ │ │ ├── TxLpf_Module.h │ │ │ ├── TxPLL_Module.h │ │ │ ├── TxRf_Module.h │ │ │ ├── USBPortConnection.h │ │ │ ├── clUARFCN.h │ │ │ ├── common.h │ │ │ ├── data_FreqVsCap.h │ │ │ ├── devioctl.h │ │ │ ├── iniParser.h │ │ │ └── register_map.h │ │ ├── main.cpp │ │ └── src │ │ │ ├── ADDC_Module.cpp │ │ │ ├── ADF_Module.cpp │ │ │ ├── Board2_Module.cpp │ │ │ ├── ComPortConnection.cpp │ │ │ ├── ConnectionManager.cpp │ │ │ ├── Main_Module.cpp │ │ │ ├── RegisterTest.cpp │ │ │ ├── RxFe_Module.cpp │ │ │ ├── RxVGA2_Module.cpp │ │ │ ├── TestingModule.cpp │ │ │ ├── TextLog.cpp │ │ │ ├── TimeCounter.cpp │ │ │ ├── Top_Module.cpp │ │ │ ├── Transmitter.cpp │ │ │ ├── TxLPF_Module.cpp │ │ │ ├── TxPLL_Module.cpp │ │ │ ├── TxRf_Module.cpp │ │ │ ├── USBPortConnection.cpp │ │ │ ├── clUARFCN.cpp │ │ │ ├── common.cpp │ │ │ ├── data_FreqVsCap.cpp │ │ │ └── register_map.cpp │ │ ├── fftico.ico │ │ ├── myriadIMG.png │ │ ├── resource.rc │ │ ├── version.h │ │ └── wxsmith │ │ ├── FFTviewerframe.wxs │ │ ├── dlgFreqVsCap.wxs │ │ ├── dlgRefClk.wxs │ │ ├── dlgRegTest.wxs │ │ ├── dlgSerPort.wxs │ │ ├── dlgVcoCapLog.wxs │ │ ├── dlgVcoGrph.wxs │ │ ├── frControlPanel.wxs │ │ ├── pnlADDC.wxs │ │ ├── pnlADF.wxs │ │ ├── pnlBoard.wxs │ │ ├── pnlCustomer.wxs │ │ ├── pnlRxFE.wxs │ │ ├── pnlRxLPF.wxs │ │ ├── pnlRxPLL.wxs │ │ ├── pnlRxVGA2.wxs │ │ ├── pnlSamplesGenerator.wxs │ │ ├── pnlSpectrum.wxs │ │ ├── pnlTop.wxs │ │ ├── pnlTxLPF.wxs │ │ ├── pnlTxPLL.wxs │ │ └── pnlTxRF.wxs ├── control_LMS6002 │ ├── README.md │ ├── bin │ │ ├── control_LMS6002 │ │ └── control_LMS6002.exe │ ├── docs │ │ └── control_LMS6002_compilation_guide_v01r00.pdf │ └── src │ │ ├── GUI │ │ ├── CommonFile.cpp │ │ ├── CommonFile.h │ │ ├── GUIUtils.cpp │ │ ├── GUIUtils.h │ │ ├── dlgAbout.cpp │ │ ├── dlgAbout.h │ │ ├── dlgFreqVsCap.cpp │ │ ├── dlgFreqVsCap.h │ │ ├── dlgRefClk.cpp │ │ ├── dlgRefClk.h │ │ ├── dlgRegTest.cpp │ │ ├── dlgRegTest.h │ │ ├── dlgSerPort.cpp │ │ ├── dlgSerPort.h │ │ ├── dlgVcoCapLog.cpp │ │ ├── dlgVcoCapLog.h │ │ ├── dlgVcoGrph.cpp │ │ ├── dlgVcoGrph.h │ │ ├── frControlPanel.cpp │ │ ├── frControlPanel.h │ │ ├── pnlADDC.cpp │ │ ├── pnlADDC.h │ │ ├── pnlADF.cpp │ │ ├── pnlADF.h │ │ ├── pnlBoard.cpp │ │ ├── pnlBoard.h │ │ ├── pnlCustomer.cpp │ │ ├── pnlCustomer.h │ │ ├── pnlRxFE.cpp │ │ ├── pnlRxFE.h │ │ ├── pnlRxLPF.cpp │ │ ├── pnlRxLPF.h │ │ ├── pnlRxPLL.cpp │ │ ├── pnlRxPLL.h │ │ ├── pnlRxVGA2.cpp │ │ ├── pnlRxVGA2.h │ │ ├── pnlSi5351C.cpp │ │ ├── pnlSi5351C.h │ │ ├── pnlTop.cpp │ │ ├── pnlTop.h │ │ ├── pnlTxLPF.cpp │ │ ├── pnlTxLPF.h │ │ ├── pnlTxPLL.cpp │ │ ├── pnlTxPLL.h │ │ ├── pnlTxRF.cpp │ │ └── pnlTxRF.h │ │ ├── Logic │ │ ├── ctr_6002dr2_LogicDLL.cpp │ │ ├── ctr_6002dr2_LogicDLL.h │ │ ├── include │ │ │ ├── ADDC_Module.h │ │ │ ├── ADF_Module.h │ │ │ ├── CallbackCodes.h │ │ │ ├── ConnectionCOM.h │ │ │ ├── ConnectionManager.h │ │ │ ├── ConnectionUSB.h │ │ │ ├── IConnection.h │ │ │ ├── LMS_Commands.h │ │ │ ├── Main_Module.h │ │ │ ├── MessageLog.h │ │ │ ├── RegisterTest.h │ │ │ ├── RxFe_Module.h │ │ │ ├── RxVGA2_Module.h │ │ │ ├── Si5351C.h │ │ │ ├── TextLog.h │ │ │ ├── TimeCounter.h │ │ │ ├── Top_Module.h │ │ │ ├── TxLpf_Module.h │ │ │ ├── TxPLL_Module.h │ │ │ ├── TxRf_Module.h │ │ │ ├── clUARFCN.h │ │ │ ├── common.h │ │ │ ├── data_FreqVsCap.h │ │ │ ├── iniParser.h │ │ │ ├── register_map.h │ │ │ └── version.h │ │ └── src │ │ │ ├── ADDC_Module.cpp │ │ │ ├── ADF_Module.cpp │ │ │ ├── ConnectionCOM.cpp │ │ │ ├── ConnectionManager.cpp │ │ │ ├── ConnectionUSB.cpp │ │ │ ├── Main_Module.cpp │ │ │ ├── MessageLog.cpp │ │ │ ├── RegisterTest.cpp │ │ │ ├── RxFe_Module.cpp │ │ │ ├── RxVGA2_Module.cpp │ │ │ ├── Si5351C.cpp │ │ │ ├── TextLog.cpp │ │ │ ├── TimeCounter.cpp │ │ │ ├── Top_Module.cpp │ │ │ ├── TxLPF_Module.cpp │ │ │ ├── TxPLL_Module.cpp │ │ │ ├── TxRf_Module.cpp │ │ │ ├── clUARFCN.cpp │ │ │ ├── common.cpp │ │ │ ├── data_FreqVsCap.cpp │ │ │ └── register_map.cpp │ │ ├── control_LMS6002.cbp │ │ ├── control_LMS6002App.cpp │ │ ├── control_LMS6002App.h │ │ ├── ddownload.PNG │ │ ├── mrf_icon.ico │ │ ├── myriadIMG.png │ │ ├── myriadIMGn.png │ │ ├── resource.rc │ │ └── wxsmith │ │ ├── dlgAbout.wxs │ │ ├── dlgFreqVsCap.wxs │ │ ├── dlgRefClk.wxs │ │ ├── dlgRegTest.wxs │ │ ├── dlgSerPort.wxs │ │ ├── dlgVcoCapLog.wxs │ │ ├── dlgVcoGrph.wxs │ │ ├── frControlPanel.wxs │ │ ├── pnlADDC.wxs │ │ ├── pnlADF.wxs │ │ ├── pnlBoard.wxs │ │ ├── pnlCustomer.wxs │ │ ├── pnlRxFE.wxs │ │ ├── pnlRxLPF.wxs │ │ ├── pnlRxPLL.wxs │ │ ├── pnlRxVGA2.wxs │ │ ├── pnlTop.wxs │ │ ├── pnlTxLPF.wxs │ │ ├── pnlTxPLL.wxs │ │ └── pnlTxRF.wxs └── ctr_6002dr2_myriad │ ├── bin │ ├── IntercomP.dll │ └── ctr_6002dr2.exe │ └── src │ ├── About.cpp │ ├── About.dfm │ ├── About.h │ ├── About.obj │ ├── IntercomP.dll │ ├── IntercomP.lib │ ├── Thumbs.db │ ├── caps.ini │ ├── clUARFCN.cpp │ ├── clUARFCN.h │ ├── clUARFCN.obj │ ├── common.cpp │ ├── common.h │ ├── common.obj │ ├── common.~h │ ├── ctr_6002dr2.bpr │ ├── ctr_6002dr2.cpp │ ├── ctr_6002dr2.cps │ ├── ctr_6002dr2.exe │ ├── ctr_6002dr2.obj │ ├── ctr_6002dr2.res │ ├── ctr_6002dr2.tds │ ├── ctr_6002dr2.~bpr │ ├── ddownload.bmp │ ├── device.ico │ ├── dgRFIFParam.cpp │ ├── dgRFIFParam.dfm │ ├── dgRFIFParam.h │ ├── dgRFIFParam.obj │ ├── dgRefClk.cpp │ ├── dgRefClk.dfm │ ├── dgRefClk.h │ ├── dgRefClk.obj │ ├── dlgRegTest.cpp │ ├── dlgRegTest.dfm │ ├── dlgRegTest.h │ ├── dlgRegTest.obj │ ├── dlgSerPort.cpp │ ├── dlgSerPort.dfm │ ├── dlgSerPort.h │ ├── dlgSerPort.obj │ ├── dlgSerPort.~cpp │ ├── dlgSerPort.~dfm │ ├── dlgSerPort.~h │ ├── dlgVcoCapLog.cpp │ ├── dlgVcoCapLog.dfm │ ├── dlgVcoCapLog.h │ ├── dlgVcoCapLog.obj │ ├── dlgVcoGrph.cpp │ ├── dlgVcoGrph.dfm │ ├── dlgVcoGrph.h │ ├── dlgVcoGrph.obj │ ├── frADDC.cpp │ ├── frADDC.dfm │ ├── frADDC.h │ ├── frADDC.obj │ ├── frBoard.cpp │ ├── frBoard.dfm │ ├── frBoard.h │ ├── frBoard.obj │ ├── frBoard2.cpp │ ├── frBoard2.dfm │ ├── frBoard2.h │ ├── frBoard2.obj │ ├── frBoard2.~cpp │ ├── frBoard2.~dfm │ ├── frCustomer.cpp │ ├── frCustomer.dfm │ ├── frCustomer.h │ ├── frCustomer.obj │ ├── frFreqVsCap.cpp │ ├── frFreqVsCap.dfm │ ├── frFreqVsCap.h │ ├── frFreqVsCap.obj │ ├── frMain.cpp │ ├── frMain.dfm │ ├── frMain.h │ ├── frMain.obj │ ├── frMain.~cpp │ ├── frMain.~dfm │ ├── frMain.~h │ ├── frRxFe.cpp │ ├── frRxFe.dfm │ ├── frRxFe.h │ ├── frRxFe.obj │ ├── frRxVGA2.cpp │ ├── frRxVGA2.dfm │ ├── frRxVGA2.h │ ├── frRxVGA2.obj │ ├── frTop.cpp │ ├── frTop.dfm │ ├── frTop.h │ ├── frTop.obj │ ├── frTxLpf.cpp │ ├── frTxLpf.dfm │ ├── frTxLpf.h │ ├── frTxLpf.obj │ ├── frTxPLL.cpp │ ├── frTxPLL.dfm │ ├── frTxPLL.h │ ├── frTxPLL.obj │ ├── frTxRf.cpp │ ├── frTxRf.dfm │ ├── frTxRf.h │ ├── frTxRf.obj │ ├── intercom.h │ ├── intercom_extra.h │ ├── limemicro.gif │ ├── open.bmp │ ├── register_map.cpp │ ├── register_map.h │ ├── register_map.obj │ └── save.bmp └── lms-suite ├── README.txt ├── docs ├── compilation_guide_linux.txt └── compilation_guide_windows.pdf └── src ├── CMakeLists.txt ├── README.txt ├── cmake └── Modules │ ├── FindCyAPI.cmake │ └── FindFFTW3.cmake ├── gui_src ├── PluginPanel.h ├── dlgAbout.cpp ├── dlgAbout.h ├── dlgConnectionSettings.cpp ├── dlgConnectionSettings.h ├── fft │ ├── BlockingFIFO.h │ ├── FFTcalculator.cpp │ ├── FFTcalculator.h │ ├── FIFO.h │ ├── NovenaFPGA.cpp │ ├── NovenaFPGA.h │ ├── Packets.h │ ├── PlotUpdateThread.cpp │ ├── PlotUpdateThread.h │ ├── SamplesCollector.cpp │ ├── SamplesCollector.h │ ├── UnitsButton.cpp │ ├── UnitsButton.h │ ├── dlgExtraControls.cpp │ ├── dlgExtraControls.h │ ├── iniParser.h │ ├── oglGraph │ │ ├── GLFont.cpp │ │ ├── GLFont.h │ │ ├── GLGlyph.h │ │ ├── OpenGLGraph.cpp │ │ ├── OpenGLGraph.h │ │ ├── StaticFontHeader.h │ │ └── glew │ │ │ ├── GL │ │ │ ├── glew.h │ │ │ ├── glxew.h │ │ │ └── wglew.h │ │ │ └── glew.c │ ├── pnlFFTviewer.cpp │ └── pnlFFTviewer.h ├── lms6 │ ├── ComboBoxMap.cpp │ ├── ComboBoxMap.h │ ├── GUIPanel.h │ ├── LMS6002_GUI_Main.cpp │ ├── LMS6002_GUI_Main.h │ ├── RadioGroupMap.cpp │ ├── RadioGroupMap.h │ ├── UARFCN.cpp │ ├── UARFCN.h │ ├── dlgFloatInput.cpp │ ├── dlgFloatInput.h │ ├── dlgFreqVsCap.cpp │ ├── dlgFreqVsCap.h │ ├── dlgLogger.cpp │ ├── dlgLogger.h │ ├── dlgRegisterTest.cpp │ ├── dlgRegisterTest.h │ ├── pnlADDC.cpp │ ├── pnlADDC.h │ ├── pnlRxFE.cpp │ ├── pnlRxFE.h │ ├── pnlRxVGA2.cpp │ ├── pnlRxVGA2.h │ ├── pnlSystem.cpp │ ├── pnlSystem.h │ ├── pnlTop.cpp │ ├── pnlTop.h │ ├── pnlTxLPF.cpp │ ├── pnlTxLPF.h │ ├── pnlTxPLL.cpp │ ├── pnlTxPLL.h │ ├── pnlTxRF.cpp │ └── pnlTxRF.h ├── lms_suiteApp.cpp ├── lms_suiteApp.h ├── lms_suiteMain.cpp ├── lms_suiteMain.h ├── pnlADF4002.cpp ├── pnlADF4002.h ├── pnlHPM1000.cpp ├── pnlHPM1000.h ├── pnlInfo.cpp ├── pnlInfo.h ├── pnlMinimalControls.cpp ├── pnlMinimalControls.h ├── pnlMyriadRF2.cpp ├── pnlMyriadRF2.h ├── pnlNovena.cpp ├── pnlNovena.h ├── pnlProgramming.cpp ├── pnlProgramming.h ├── pnlSPI.cpp ├── pnlSPI.h ├── pnlSi5351C.cpp ├── pnlSi5351C.h ├── pnlSi5356A.cpp ├── pnlSi5356A.h ├── pnlWFMLoader.cpp └── pnlWFMLoader.h ├── include ├── CommonUtilities.h ├── ConnectionCOM.h ├── ConnectionManager.h ├── ConnectionSPI.h ├── ConnectionUSB.h ├── IConnection.h ├── LMS_Commands.h ├── MessageLog.h ├── Programmer.h ├── Protocols.h ├── Si5351C.h ├── Si5356A.h ├── SignalHandler.h ├── lmSemaphore.h ├── lmThread.h ├── lms6 │ ├── ADF_module.h │ ├── Algorithms.h │ ├── CompoundOperations.h │ ├── LMS6002_MainControl.h │ ├── LMS_Parameter.h │ ├── PLL.h │ ├── ParameterDescription.h │ ├── RegistersMap.h │ └── iniParser.h └── version.h ├── resources ├── LMS_ICO.ico └── resource.rc └── src ├── CommonUtilities.cpp ├── ConnectionCOM.cpp ├── ConnectionManager.cpp ├── ConnectionSPI.cpp ├── ConnectionUSB.cpp ├── MessageLog.cpp ├── Programmer.cpp ├── Protocols.cpp ├── Si5351C.cpp ├── Si5356A.cpp ├── SignalHandler.cpp ├── lmSemaphore.cpp ├── lmThread.cpp └── lms6 ├── ADF_module.cpp ├── Algorithms.cpp ├── CompoundOperations.cpp ├── LMS6002_MainControl.cpp ├── LMS_Parameter.cpp ├── PLL.cpp └── RegistersMap.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/README.md -------------------------------------------------------------------------------- /driver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/README.md -------------------------------------------------------------------------------- /driver/binary/novena_rf.bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/binary/novena_rf.bit -------------------------------------------------------------------------------- /driver/binary/novena_rf.ko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/binary/novena_rf.ko -------------------------------------------------------------------------------- /driver/binary/novena_rf.ko.gc5f2138: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/binary/novena_rf.ko.gc5f2138 -------------------------------------------------------------------------------- /driver/binary/novena_rf.ko.gfd7963: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/binary/novena_rf.ko.gfd7963 -------------------------------------------------------------------------------- /driver/binary/prepare_novena_rf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/binary/prepare_novena_rf.sh -------------------------------------------------------------------------------- /driver/fpga/StreamFifo.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/StreamFifo.vhdl -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/_xmsgs/cg.xmsgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/_xmsgs/cg.xmsgs -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/_xmsgs/pn_parser.xmsgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/_xmsgs/pn_parser.xmsgs -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll.asy -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll.gise -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll.sym -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll.ucf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll.ucf -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll.vhd -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll.vho: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll.vho -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll.xci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll.xci -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll.xco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll.xco -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll.xdc -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll.xise -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/clk_wiz_v3_5_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/clk_wiz_v3_5_readme.txt -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/doc/clk_wiz_gsg521.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/doc/clk_wiz_gsg521.pdf -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/doc/clk_wiz_v3_5_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/doc/clk_wiz_v3_5_readme.txt -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/doc/clk_wiz_v3_5_vinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/doc/clk_wiz_v3_5_vinfo.html -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/implement/implement.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/implement/implement.bat -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/implement/implement.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/implement/implement.sh -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/implement/planAhead_ise.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/implement/planAhead_ise.bat -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/implement/planAhead_ise.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/implement/planAhead_ise.sh -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/implement/planAhead_ise.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/implement/planAhead_ise.tcl -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/implement/planAhead_rdn.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/implement/planAhead_rdn.bat -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/implement/planAhead_rdn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/implement/planAhead_rdn.sh -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/implement/planAhead_rdn.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/implement/planAhead_rdn.tcl -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/implement/xst.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/implement/xst.prj -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/implement/xst.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/implement/xst.scr -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/simulation/bclk_dll_tb.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/simulation/bclk_dll_tb.vhd -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/simulation/functional/wave.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/simulation/functional/wave.do -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/simulation/functional/wave.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/simulation/functional/wave.sv -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/simulation/timing/sdf_cmd_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/simulation/timing/sdf_cmd_file -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/simulation/timing/simcmds.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/simulation/timing/simcmds.tcl -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/simulation/timing/ucli_commands.key: -------------------------------------------------------------------------------- 1 | 2 | run 50000ns 3 | quit 4 | -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/simulation/timing/vcs_session.tcl: -------------------------------------------------------------------------------- 1 | gui_open_window Wave 2 | -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll/simulation/timing/wave.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll/simulation/timing/wave.do -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll_exdes.ncf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll_exdes.ncf -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll_flist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll_flist.txt -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/bclk_dll_xmdf.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/bclk_dll_xmdf.tcl -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/coregen.cgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/coregen.cgp -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/edit_bclk_dll.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/edit_bclk_dll.tcl -------------------------------------------------------------------------------- /driver/fpga/bclk_dll/gen_bclk_dll.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/bclk_dll/gen_bclk_dll.tcl -------------------------------------------------------------------------------- /driver/fpga/cordic.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/cordic.v -------------------------------------------------------------------------------- /driver/fpga/coregen/.gitignore: -------------------------------------------------------------------------------- 1 | /_xmsgs 2 | /tmp 3 | -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon.asy -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon.gise -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon.ncf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon.ngc -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon.ucf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon.ucf -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon.vhd -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon.vho: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon.vho -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon.xco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon.xco -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon.xdc -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon.xise -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon_flist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon_flist.txt -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon_readme.txt -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_icon_xmdf.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_icon_xmdf.tcl -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila.asy -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila.cdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila.cdc -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila.gise -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila.ncf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila.ngc -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila.ucf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila.ucf -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila.vhd -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila.vho: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila.vho -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila.xco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila.xco -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila.xdc -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila.xise -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila_flist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila_flist.txt -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila_readme.txt -------------------------------------------------------------------------------- /driver/fpga/coregen/chipscope_ila_xmdf.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/chipscope_ila_xmdf.tcl -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0.asy -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0.gise -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0.ncf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0.ngc -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0.vhd -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0.vho: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0.vho -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0.xco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0.xco -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0.xise -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0/doc/cordic_v5_0_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0/doc/cordic_v5_0_readme.txt -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0/doc/cordic_v5_0_vinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0/doc/cordic_v5_0_vinfo.html -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0/doc/ds858_cordic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0/doc/ds858_cordic.pdf -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0_flist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0_flist.txt -------------------------------------------------------------------------------- /driver/fpga/coregen/cordic_v5_0_xmdf.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/cordic_v5_0_xmdf.tcl -------------------------------------------------------------------------------- /driver/fpga/coregen/coregen.cgc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/coregen.cgc -------------------------------------------------------------------------------- /driver/fpga/coregen/coregen.cgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/coregen.cgp -------------------------------------------------------------------------------- /driver/fpga/coregen/demo_tb/tb_cordic_v5_0.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/demo_tb/tb_cordic_v5_0.vhd -------------------------------------------------------------------------------- /driver/fpga/coregen/demo_tb/tb_half_band_decim.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/demo_tb/tb_half_band_decim.vhd -------------------------------------------------------------------------------- /driver/fpga/coregen/demo_tb/tb_half_band_interp.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/demo_tb/tb_half_band_interp.vhd -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_decim.asy -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_decim.gise -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_decim.mif -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim.ncf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_decim.ngc -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_decim.vhd -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim.vho: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_decim.vho -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim.xco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_decim.xco -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_decim.xise -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim/doc/ds795_fir_compiler.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_decim/doc/ds795_fir_compiler.pdf -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim_flist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_decim_flist.txt -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_decim_xmdf.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_decim_xmdf.tcl -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_interp.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_interp.asy -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_interp.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_interp.gise -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_interp.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_interp.mif -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_interp.ncf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_interp.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_interp.ngc -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_interp.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_interp.vhd -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_interp.vho: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_interp.vho -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_interp.xco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_interp.xco -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_interp.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_interp.xise -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_interp_flist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_interp_flist.txt -------------------------------------------------------------------------------- /driver/fpga/coregen/half_band_interp_xmdf.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/half_band_interp_xmdf.tcl -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk.asy -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk.gise -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk.ncf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk.ngc -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk.vhd -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk.vho: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk.vho -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk.xco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk.xco -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk.xise -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk/implement/implement.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk/implement/implement.bat -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk/implement/implement.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk/implement/implement.sh -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk/implement/xst.prj: -------------------------------------------------------------------------------- 1 | work ../example_design/stream_fifo16_xclk_exdes.vhd 2 | -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk/implement/xst.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk/implement/xst.scr -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk_flist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk_flist.txt -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo16_xclk_xmdf.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo16_xclk_xmdf.tcl -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo32_xclk.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo32_xclk.gise -------------------------------------------------------------------------------- /driver/fpga/coregen/stream_fifo32_xclk.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/coregen/stream_fifo32_xclk.xise -------------------------------------------------------------------------------- /driver/fpga/ctrl_msg_fifo128.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/ctrl_msg_fifo128.vhdl -------------------------------------------------------------------------------- /driver/fpga/dc_removal.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dc_removal.vhdl -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/_xmsgs/cg.xmsgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/_xmsgs/cg.xmsgs -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/_xmsgs/pn_parser.xmsgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/_xmsgs/pn_parser.xmsgs -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/coregen.cgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/coregen.cgp -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay.asy -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay.gise -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay.ncf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay.ncf -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay.sym -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay.ucf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay.ucf -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay.vhd -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay.vho: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay.vho -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay.xci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay.xci -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay.xco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay.xco -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay.xdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay.xdc -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay.xise -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/clk_wiz_v3_6_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/clk_wiz_v3_6_readme.txt -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/doc/clk_wiz_v3_6_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/doc/clk_wiz_v3_6_readme.txt -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/doc/clk_wiz_v3_6_vinfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/doc/clk_wiz_v3_6_vinfo.html -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/doc/pg065_clk_wiz.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/doc/pg065_clk_wiz.pdf -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/implement/implement.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/implement/implement.bat -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/implement/implement.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/implement/implement.sh -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/implement/planAhead_ise.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/implement/planAhead_ise.bat -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/implement/planAhead_ise.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/implement/planAhead_ise.sh -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/implement/planAhead_ise.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/implement/planAhead_ise.tcl -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/implement/planAhead_rdn.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/implement/planAhead_rdn.bat -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/implement/planAhead_rdn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/implement/planAhead_rdn.sh -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/implement/planAhead_rdn.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/implement/planAhead_rdn.tcl -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/implement/xst.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/implement/xst.prj -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/implement/xst.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/implement/xst.scr -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/simulation/dcm_delay_tb.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/simulation/dcm_delay_tb.vhd -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/simulation/functional/wave.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/simulation/functional/wave.do -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/simulation/functional/wave.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/simulation/functional/wave.sv -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/simulation/timing/sdf_cmd_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/simulation/timing/sdf_cmd_file -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/simulation/timing/simcmds.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/simulation/timing/simcmds.tcl -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/simulation/timing/ucli_commands.key: -------------------------------------------------------------------------------- 1 | 2 | run 50000ns 3 | quit 4 | -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/simulation/timing/vcs_session.tcl: -------------------------------------------------------------------------------- 1 | gui_open_window Wave 2 | -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay/simulation/timing/wave.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay/simulation/timing/wave.do -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay_flist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay_flist.txt -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/dcm_delay_xmdf.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/dcm_delay_xmdf.tcl -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/edit_dcm_delay.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/edit_dcm_delay.tcl -------------------------------------------------------------------------------- /driver/fpga/dcm_delay/gen_dcm_delay.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dcm_delay/gen_dcm_delay.tcl -------------------------------------------------------------------------------- /driver/fpga/dma_mm2s.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dma_mm2s.vhdl -------------------------------------------------------------------------------- /driver/fpga/dma_s2mm.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/dma_s2mm.vhdl -------------------------------------------------------------------------------- /driver/fpga/extras/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/extras/README.txt -------------------------------------------------------------------------------- /driver/fpga/extras/fifos.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/extras/fifos.vhdl -------------------------------------------------------------------------------- /driver/fpga/extras/memory.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/extras/memory.vhdl -------------------------------------------------------------------------------- /driver/fpga/extras/sizing.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/extras/sizing.vhdl -------------------------------------------------------------------------------- /driver/fpga/extras/synchronizing.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/extras/synchronizing.vhdl -------------------------------------------------------------------------------- /driver/fpga/hb_filter_chain.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/hb_filter_chain.vhdl -------------------------------------------------------------------------------- /driver/fpga/lms_trx.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/lms_trx.vhdl -------------------------------------------------------------------------------- /driver/fpga/novena_eim.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/novena_eim.v -------------------------------------------------------------------------------- /driver/fpga/novena_rf.ucf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/novena_rf.ucf -------------------------------------------------------------------------------- /driver/fpga/novena_rf.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/novena_rf.vhdl -------------------------------------------------------------------------------- /driver/fpga/novena_rf/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/novena_rf/.gitignore -------------------------------------------------------------------------------- /driver/fpga/novena_rf/novena_rf.cgc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/novena_rf/novena_rf.cgc -------------------------------------------------------------------------------- /driver/fpga/novena_rf/novena_rf.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/novena_rf/novena_rf.gise -------------------------------------------------------------------------------- /driver/fpga/novena_rf/novena_rf.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/novena_rf/novena_rf.xise -------------------------------------------------------------------------------- /driver/fpga/novena_rf/novena_rf_bitgen.xwbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/novena_rf/novena_rf_bitgen.xwbt -------------------------------------------------------------------------------- /driver/fpga/novena_rf_bus_mux.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/novena_rf_bus_mux.vhdl -------------------------------------------------------------------------------- /driver/fpga/spi/mem_package.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/spi/mem_package.vhd -------------------------------------------------------------------------------- /driver/fpga/spi/spi_components.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/spi/spi_components.vhd -------------------------------------------------------------------------------- /driver/fpga/spi/spi_fsm.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/spi/spi_fsm.vhd -------------------------------------------------------------------------------- /driver/fpga/spi/spi_mod.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/spi/spi_mod.vhd -------------------------------------------------------------------------------- /driver/fpga/spi_bypass.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/spi_bypass.vhd -------------------------------------------------------------------------------- /driver/fpga/stat_msg_fifo128.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/stat_msg_fifo128.vhdl -------------------------------------------------------------------------------- /driver/fpga/sync_reset.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/sync_reset.v -------------------------------------------------------------------------------- /driver/fpga/twbw_deframer.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/twbw_deframer.vhdl -------------------------------------------------------------------------------- /driver/fpga/twbw_framer.vhdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/fpga/twbw_framer.vhdl -------------------------------------------------------------------------------- /driver/host/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/host/CMakeLists.txt -------------------------------------------------------------------------------- /driver/host/LoadFPGA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/host/LoadFPGA.cpp -------------------------------------------------------------------------------- /driver/host/NovenaDMA.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/host/NovenaDMA.hpp -------------------------------------------------------------------------------- /driver/host/NovenaLMS6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/host/NovenaLMS6.cpp -------------------------------------------------------------------------------- /driver/host/NovenaRF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/host/NovenaRF.cpp -------------------------------------------------------------------------------- /driver/host/NovenaRF.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/host/NovenaRF.hpp -------------------------------------------------------------------------------- /driver/host/NovenaRegs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/host/NovenaRegs.hpp -------------------------------------------------------------------------------- /driver/host/Streaming.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/host/Streaming.cpp -------------------------------------------------------------------------------- /driver/host/twbw_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/host/twbw_helper.h -------------------------------------------------------------------------------- /driver/host/xilinx_user_gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/host/xilinx_user_gpio.h -------------------------------------------------------------------------------- /driver/kernel/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/kernel/.gitignore -------------------------------------------------------------------------------- /driver/kernel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/kernel/Makefile -------------------------------------------------------------------------------- /driver/kernel/novena_rf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/kernel/novena_rf.h -------------------------------------------------------------------------------- /driver/kernel/novena_rf_eim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/kernel/novena_rf_eim.c -------------------------------------------------------------------------------- /driver/kernel/novena_rf_fops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/kernel/novena_rf_fops.c -------------------------------------------------------------------------------- /driver/kernel/novena_rf_module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/kernel/novena_rf_module.c -------------------------------------------------------------------------------- /driver/kernel/novena_rf_module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/kernel/novena_rf_module.h -------------------------------------------------------------------------------- /driver/utils/novena_tx_levels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/driver/utils/novena_tx_levels.py -------------------------------------------------------------------------------- /gateware/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/COPYING -------------------------------------------------------------------------------- /gateware/binary/fpga_prog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/binary/fpga_prog.sh -------------------------------------------------------------------------------- /gateware/binary/top.bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/binary/top.bit -------------------------------------------------------------------------------- /gateware/src/alive.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/alive.sym -------------------------------------------------------------------------------- /gateware/src/dds_top.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/dds_top.sym -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/_xmsgs/cg.xmsgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/_xmsgs/cg.xmsgs -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/_xmsgs/pn_parser.xmsgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/_xmsgs/pn_parser.xmsgs -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/coregen.cgp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/coregen.cgp -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/create_dds.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/create_dds.tcl -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds.asy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds.asy -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds.gise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds.gise -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds.ncf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds.ngc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds.ngc -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds.sym -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds.vhd -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds.vho: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds.vho -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds.xco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds.xco -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds.xise -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds/doc/dds_ds558.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds/doc/dds_ds558.pdf -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds_flist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds_flist.txt -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds_readme.txt -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds_tb.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds_tb.vhd -------------------------------------------------------------------------------- /gateware/src/ipcore_dir/dds/dds_xmdf.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/ipcore_dir/dds/dds_xmdf.tcl -------------------------------------------------------------------------------- /gateware/src/iseconfig/alive.xreport: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/iseconfig/alive.xreport -------------------------------------------------------------------------------- /gateware/src/iseconfig/novena_try.projectmgr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/iseconfig/novena_try.projectmgr -------------------------------------------------------------------------------- /gateware/src/iseconfig/top.xreport: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/iseconfig/top.xreport -------------------------------------------------------------------------------- /gateware/src/novena_fpga.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/novena_fpga.sym -------------------------------------------------------------------------------- /gateware/src/novena_lms.xise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/novena_lms.xise -------------------------------------------------------------------------------- /gateware/src/spi_bypass.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/spi_bypass.sym -------------------------------------------------------------------------------- /gateware/src/spi_mod.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/spi_mod.sym -------------------------------------------------------------------------------- /gateware/src/top.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/top.sch -------------------------------------------------------------------------------- /gateware/src/top.ucf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/top.ucf -------------------------------------------------------------------------------- /gateware/src/top_envsettings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/top_envsettings.html -------------------------------------------------------------------------------- /gateware/src/top_guide.ncd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/top_guide.ncd -------------------------------------------------------------------------------- /gateware/src/vhdl/dds/dds_top.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/vhdl/dds/dds_top.vhd -------------------------------------------------------------------------------- /gateware/src/vhdl/general/alive.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/vhdl/general/alive.vhd -------------------------------------------------------------------------------- /gateware/src/vhdl/spi/mem_package.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/vhdl/spi/mem_package.vhd -------------------------------------------------------------------------------- /gateware/src/vhdl/spi/spi_bypass.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/vhdl/spi/spi_bypass.vhd -------------------------------------------------------------------------------- /gateware/src/vhdl/spi/spi_components.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/vhdl/spi/spi_components.vhd -------------------------------------------------------------------------------- /gateware/src/vhdl/spi/spi_fsm.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/vhdl/spi/spi_fsm.vhd -------------------------------------------------------------------------------- /gateware/src/vhdl/spi/spi_mod.vhd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/gateware/src/vhdl/spi/spi_mod.vhd -------------------------------------------------------------------------------- /hardware/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/COPYING -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/BOM/MYRIAD_RF-all.pos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/BOM/MYRIAD_RF-all.pos.txt -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/BOM/MYRIAD_RF_BOM.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/BOM/MYRIAD_RF_BOM.xls -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-B_Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-B_Mask.gbs -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-B_Paste.gbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-B_Paste.gbp -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-B_SilkS.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-B_SilkS.gbo -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-Back.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-Back.gbl -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-F_Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-F_Mask.gts -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-F_Paste.gtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-F_Paste.gtp -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-F_SilkS.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-F_SilkS.gto -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-Front.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF-Front.gtl -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Gerbers/MYRIAD_RF.drl -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Analog Circuits.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Analog Circuits.bak -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Analog Circuits.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Analog Circuits.sch -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Clocks, RF FE.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Clocks, RF FE.bak -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Clocks, RF FE.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Clocks, RF FE.sch -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Connectors.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Connectors.bak -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Connectors.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Connectors.sch -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Digital Circuits.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Digital Circuits.bak -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Digital Circuits.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Digital Circuits.sch -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Lib/power.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Lib/power.bak -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Lib/power.bck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Lib/power.bck -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Lib/power.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 10/04/2014 15:16:21 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Lib/power.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Lib/power.lib -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF-cache.bck: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 09/07/2014 12:40:38 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF-cache.dcm: -------------------------------------------------------------------------------- 1 | EESchema-DOCLIB Version 2.0 Date: 09/07/2014 12:41:25 2 | # 3 | #End Doc Library 4 | -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF-cache.lib -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.000 -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.bak -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.brd -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.brd-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.brd-bak -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.cmp -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.mod -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.net -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.pro -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/MYRIAD_RF.sch -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Power Supply.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Power Supply.bak -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Power Supply.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/Power Supply.sch -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/RF Circuits.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/RF Circuits.bak -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/RF Circuits.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/KiCAD/RF Circuits.sch -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Manufacturing/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Manufacturing/ReadMe.txt -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Reports/MYRIAD_RF.drc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Reports/MYRIAD_RF.drc.txt -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Reports/MYRIAD_RF.erc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Reports/MYRIAD_RF.erc.txt -------------------------------------------------------------------------------- /hardware/v1/VIA_OFF_PAD_v.1_r.10/Reports/MYRIAD_RF.net.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/hardware/v1/VIA_OFF_PAD_v.1_r.10/Reports/MYRIAD_RF.net.txt -------------------------------------------------------------------------------- /lms-suite/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/COPYING -------------------------------------------------------------------------------- /lms-suite/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/README.md -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/README.md -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/bin/FFTviewer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/bin/FFTviewer.exe -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/bin/libfftw3f-3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/bin/libfftw3f-3.dll -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/bin/libgcc_s_dw2-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/bin/libgcc_s_dw2-1.dll -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/bin/libstdc++-6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/bin/libstdc++-6.dll -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/bin/pthreadGCE2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/bin/pthreadGCE2.dll -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/FFTviewer.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/FFTviewer.cbp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/FFTviewer.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/FFTviewer.depend -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/FFTviewerApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/FFTviewerApp.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/FFTviewerApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/FFTviewerApp.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/FFTviewerMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/FFTviewerMain.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/FFTviewerMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/FFTviewerMain.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/CommonFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/CommonFile.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/CommonFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/CommonFile.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/GLFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/GLFont.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/GLFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/GLFont.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/GLGlyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/GLGlyph.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/GUIUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/GUIUtils.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/GUIUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/GUIUtils.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/GraphUpdateThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/GraphUpdateThread.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/GraphUpdateThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/GraphUpdateThread.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/OpenGLGraph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/OpenGLGraph.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/OpenGLGraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/OpenGLGraph.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/StaticFontHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/StaticFontHeader.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgFreqVsCap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgFreqVsCap.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgFreqVsCap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgFreqVsCap.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgRefClk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgRefClk.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgRefClk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgRefClk.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgRegTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgRegTest.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgRegTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgRegTest.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgSerPort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgSerPort.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgSerPort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgSerPort.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgVcoCapLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgVcoCapLog.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgVcoCapLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgVcoCapLog.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgVcoGrph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgVcoGrph.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/dlgVcoGrph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/dlgVcoGrph.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/frControlPanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/frControlPanel.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/frControlPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/frControlPanel.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/glew/GL/glew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/glew/GL/glew.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/glew/GL/glxew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/glew/GL/glxew.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/glew/GL/wglew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/glew/GL/wglew.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/glew/glew.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/glew/glew.c -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlADDC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlADDC.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlADDC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlADDC.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlADF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlADF.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlADF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlADF.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlBoard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlBoard.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlBoard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlBoard.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlCustomer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlCustomer.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlCustomer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlCustomer.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlRxFE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlRxFE.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlRxFE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlRxFE.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlRxLPF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlRxLPF.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlRxLPF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlRxLPF.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlRxPLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlRxPLL.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlRxPLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlRxPLL.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlRxVGA2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlRxVGA2.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlRxVGA2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlRxVGA2.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlSamplesGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlSamplesGenerator.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlSamplesGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlSamplesGenerator.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlSpectrum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlSpectrum.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlSpectrum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlSpectrum.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlTop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlTop.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlTop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlTop.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlTxLPF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlTxLPF.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlTxLPF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlTxLPF.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlTxPLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlTxPLL.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlTxPLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlTxPLL.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlTxRF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlTxRF.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/GUI/pnlTxRF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/GUI/pnlTxRF.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/ctr_6002dr2_LogicDLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/ctr_6002dr2_LogicDLL.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/ADDC_Module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/ADDC_Module.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/ADF_Module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/ADF_Module.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/FIFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/FIFO.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/IConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/IConnection.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/Main_Module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/Main_Module.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/Packets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/Packets.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/RegisterTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/RegisterTest.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/RxFe_Module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/RxFe_Module.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/TextLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/TextLog.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/TimeCounter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/TimeCounter.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/Top_Module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/Top_Module.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/Transmitter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/Transmitter.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/TxLpf_Module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/TxLpf_Module.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/TxPLL_Module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/TxPLL_Module.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/TxRf_Module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/TxRf_Module.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/clUARFCN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/clUARFCN.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/common.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/devioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/devioctl.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/iniParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/iniParser.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/include/register_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/include/register_map.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/main.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/ADDC_Module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/ADDC_Module.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/ADF_Module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/ADF_Module.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/Board2_Module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/Board2_Module.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/Main_Module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/Main_Module.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/RegisterTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/RegisterTest.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/RxFe_Module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/RxFe_Module.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/RxVGA2_Module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/RxVGA2_Module.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/TestingModule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/TestingModule.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/TextLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/TextLog.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/TimeCounter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/TimeCounter.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/Top_Module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/Top_Module.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/Transmitter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/Transmitter.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/TxLPF_Module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/TxLPF_Module.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/TxPLL_Module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/TxPLL_Module.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/TxRf_Module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/TxRf_Module.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/clUARFCN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/clUARFCN.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/common.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/data_FreqVsCap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/data_FreqVsCap.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/Logic/src/register_map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/Logic/src/register_map.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/fftico.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/fftico.ico -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/myriadIMG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/myriadIMG.png -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/resource.rc -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/version.h -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/FFTviewerframe.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/FFTviewerframe.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/dlgFreqVsCap.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/dlgFreqVsCap.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/dlgRefClk.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/dlgRefClk.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/dlgRegTest.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/dlgRegTest.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/dlgSerPort.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/dlgSerPort.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/dlgVcoCapLog.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/dlgVcoCapLog.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/dlgVcoGrph.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/dlgVcoGrph.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/frControlPanel.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/frControlPanel.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlADDC.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlADDC.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlADF.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlADF.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlBoard.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlBoard.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlCustomer.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlCustomer.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlRxFE.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlRxFE.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlRxLPF.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlRxLPF.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlRxPLL.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlRxPLL.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlRxVGA2.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlRxVGA2.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlSpectrum.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlSpectrum.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlTop.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlTop.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlTxLPF.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlTxLPF.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlTxPLL.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlTxPLL.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/FFTviewer/src/wxsmith/pnlTxRF.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/FFTviewer/src/wxsmith/pnlTxRF.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/README.md -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/bin/control_LMS6002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/bin/control_LMS6002 -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/bin/control_LMS6002.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/bin/control_LMS6002.exe -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/CommonFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/CommonFile.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/CommonFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/CommonFile.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/GUIUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/GUIUtils.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/GUIUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/GUIUtils.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgAbout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgAbout.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgAbout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgAbout.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgFreqVsCap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgFreqVsCap.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgFreqVsCap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgFreqVsCap.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgRefClk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgRefClk.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgRefClk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgRefClk.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgRegTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgRegTest.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgRegTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgRegTest.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgSerPort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgSerPort.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgSerPort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgSerPort.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgVcoCapLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgVcoCapLog.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgVcoCapLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgVcoCapLog.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgVcoGrph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgVcoGrph.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/dlgVcoGrph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/dlgVcoGrph.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/frControlPanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/frControlPanel.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/frControlPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/frControlPanel.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlADDC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlADDC.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlADDC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlADDC.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlADF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlADF.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlADF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlADF.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlBoard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlBoard.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlBoard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlBoard.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlCustomer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlCustomer.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlCustomer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlCustomer.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlRxFE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlRxFE.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlRxFE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlRxFE.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlRxLPF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlRxLPF.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlRxLPF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlRxLPF.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlRxPLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlRxPLL.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlRxPLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlRxPLL.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlRxVGA2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlRxVGA2.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlRxVGA2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlRxVGA2.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlSi5351C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlSi5351C.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlSi5351C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlSi5351C.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlTop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlTop.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlTop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlTop.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlTxLPF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlTxLPF.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlTxLPF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlTxLPF.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlTxPLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlTxPLL.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlTxPLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlTxPLL.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlTxRF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlTxRF.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/GUI/pnlTxRF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/GUI/pnlTxRF.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/Logic/include/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/Logic/include/common.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/Logic/src/Si5351C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/Logic/src/Si5351C.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/Logic/src/TextLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/Logic/src/TextLog.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/Logic/src/clUARFCN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/Logic/src/clUARFCN.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/Logic/src/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/Logic/src/common.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/control_LMS6002.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/control_LMS6002.cbp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/control_LMS6002App.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/control_LMS6002App.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/control_LMS6002App.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/control_LMS6002App.h -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/ddownload.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/ddownload.PNG -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/mrf_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/mrf_icon.ico -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/myriadIMG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/myriadIMG.png -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/myriadIMGn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/myriadIMGn.png -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/resource.rc -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/dlgAbout.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/dlgAbout.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/dlgRefClk.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/dlgRefClk.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/dlgRegTest.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/dlgRegTest.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/dlgSerPort.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/dlgSerPort.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/dlgVcoGrph.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/dlgVcoGrph.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/pnlADDC.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/pnlADDC.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/pnlADF.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/pnlADF.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/pnlBoard.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/pnlBoard.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/pnlRxFE.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/pnlRxFE.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/pnlRxLPF.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/pnlRxLPF.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/pnlRxPLL.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/pnlRxPLL.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/pnlRxVGA2.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/pnlRxVGA2.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/pnlTop.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/pnlTop.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/pnlTxLPF.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/pnlTxLPF.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/pnlTxPLL.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/pnlTxPLL.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/control_LMS6002/src/wxsmith/pnlTxRF.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/control_LMS6002/src/wxsmith/pnlTxRF.wxs -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/bin/IntercomP.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/bin/IntercomP.dll -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/bin/ctr_6002dr2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/bin/ctr_6002dr2.exe -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/About.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/About.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/About.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/About.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/About.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/About.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/About.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/About.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/IntercomP.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/IntercomP.dll -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/IntercomP.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/IntercomP.lib -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/Thumbs.db -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/caps.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/caps.ini -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/clUARFCN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/clUARFCN.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/clUARFCN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/clUARFCN.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/clUARFCN.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/clUARFCN.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/common.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/common.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/common.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/common.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/common.~h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/common.~h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.bpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.bpr -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.cps: -------------------------------------------------------------------------------- 1 | [SER] 2 | Port=COM1 3 | BaudRate=0 4 | -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.exe -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.res -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.tds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.tds -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.~bpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/ctr_6002dr2.~bpr -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/ddownload.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/ddownload.bmp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/device.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/device.ico -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dgRFIFParam.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dgRFIFParam.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dgRFIFParam.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dgRFIFParam.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dgRFIFParam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dgRFIFParam.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dgRFIFParam.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dgRFIFParam.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dgRefClk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dgRefClk.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dgRefClk.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dgRefClk.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dgRefClk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dgRefClk.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dgRefClk.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dgRefClk.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgRegTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgRegTest.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgRegTest.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgRegTest.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgRegTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgRegTest.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgRegTest.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgRegTest.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.~cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.~cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.~dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.~dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.~h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgSerPort.~h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoCapLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoCapLog.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoCapLog.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoCapLog.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoCapLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoCapLog.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoCapLog.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoCapLog.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoGrph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoGrph.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoGrph.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoGrph.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoGrph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoGrph.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoGrph.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/dlgVcoGrph.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frADDC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frADDC.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frADDC.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frADDC.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frADDC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frADDC.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frADDC.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frADDC.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.~cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.~cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.~dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frBoard2.~dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frCustomer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frCustomer.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frCustomer.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frCustomer.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frCustomer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frCustomer.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frCustomer.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frCustomer.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frFreqVsCap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frFreqVsCap.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frFreqVsCap.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frFreqVsCap.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frFreqVsCap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frFreqVsCap.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frFreqVsCap.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frFreqVsCap.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.~cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.~cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.~dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.~dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.~h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frMain.~h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frRxFe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frRxFe.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frRxFe.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frRxFe.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frRxFe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frRxFe.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frRxFe.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frRxFe.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frRxVGA2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frRxVGA2.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frRxVGA2.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frRxVGA2.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frRxVGA2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frRxVGA2.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frRxVGA2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frRxVGA2.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTop.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTop.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTop.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTop.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTop.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTop.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxLpf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxLpf.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxLpf.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxLpf.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxLpf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxLpf.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxLpf.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxLpf.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxPLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxPLL.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxPLL.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxPLL.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxPLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxPLL.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxPLL.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxPLL.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxRf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxRf.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxRf.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxRf.dfm -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxRf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxRf.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/frTxRf.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/frTxRf.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/intercom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/intercom.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/intercom_extra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/intercom_extra.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/limemicro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/limemicro.gif -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/open.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/open.bmp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/register_map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/register_map.cpp -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/register_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/register_map.h -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/register_map.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/register_map.obj -------------------------------------------------------------------------------- /lms-suite/legacy/ctr_6002dr2_myriad/src/save.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/legacy/ctr_6002dr2_myriad/src/save.bmp -------------------------------------------------------------------------------- /lms-suite/lms-suite/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/README.txt -------------------------------------------------------------------------------- /lms-suite/lms-suite/docs/compilation_guide_linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/docs/compilation_guide_linux.txt -------------------------------------------------------------------------------- /lms-suite/lms-suite/docs/compilation_guide_windows.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/docs/compilation_guide_windows.pdf -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/CMakeLists.txt -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/README.txt -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/cmake/Modules/FindCyAPI.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/cmake/Modules/FindCyAPI.cmake -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/cmake/Modules/FindFFTW3.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/cmake/Modules/FindFFTW3.cmake -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/PluginPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/PluginPanel.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/dlgAbout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/dlgAbout.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/dlgAbout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/dlgAbout.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/dlgConnectionSettings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/dlgConnectionSettings.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/dlgConnectionSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/dlgConnectionSettings.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/BlockingFIFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/BlockingFIFO.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/FFTcalculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/FFTcalculator.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/FFTcalculator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/FFTcalculator.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/FIFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/FIFO.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/NovenaFPGA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/NovenaFPGA.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/NovenaFPGA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/NovenaFPGA.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/Packets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/Packets.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/PlotUpdateThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/PlotUpdateThread.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/PlotUpdateThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/PlotUpdateThread.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/SamplesCollector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/SamplesCollector.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/SamplesCollector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/SamplesCollector.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/UnitsButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/UnitsButton.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/UnitsButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/UnitsButton.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/dlgExtraControls.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/dlgExtraControls.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/dlgExtraControls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/dlgExtraControls.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/iniParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/iniParser.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/oglGraph/GLFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/oglGraph/GLFont.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/oglGraph/GLFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/oglGraph/GLFont.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/oglGraph/GLGlyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/oglGraph/GLGlyph.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/oglGraph/OpenGLGraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/oglGraph/OpenGLGraph.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/oglGraph/glew/GL/glew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/oglGraph/glew/GL/glew.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/oglGraph/glew/glew.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/oglGraph/glew/glew.c -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/pnlFFTviewer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/pnlFFTviewer.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/fft/pnlFFTviewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/fft/pnlFFTviewer.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/ComboBoxMap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/ComboBoxMap.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/ComboBoxMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/ComboBoxMap.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/GUIPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/GUIPanel.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/LMS6002_GUI_Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/LMS6002_GUI_Main.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/LMS6002_GUI_Main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/LMS6002_GUI_Main.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/RadioGroupMap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/RadioGroupMap.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/RadioGroupMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/RadioGroupMap.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/UARFCN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/UARFCN.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/UARFCN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/UARFCN.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/dlgFloatInput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/dlgFloatInput.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/dlgFloatInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/dlgFloatInput.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/dlgFreqVsCap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/dlgFreqVsCap.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/dlgFreqVsCap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/dlgFreqVsCap.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/dlgLogger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/dlgLogger.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/dlgLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/dlgLogger.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/dlgRegisterTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/dlgRegisterTest.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/dlgRegisterTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/dlgRegisterTest.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlADDC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlADDC.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlADDC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlADDC.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlRxFE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlRxFE.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlRxFE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlRxFE.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlRxVGA2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlRxVGA2.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlRxVGA2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlRxVGA2.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlSystem.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlSystem.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlTop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlTop.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlTop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlTop.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlTxLPF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlTxLPF.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlTxLPF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlTxLPF.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlTxPLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlTxPLL.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlTxPLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlTxPLL.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlTxRF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlTxRF.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms6/pnlTxRF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms6/pnlTxRF.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms_suiteApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms_suiteApp.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms_suiteApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms_suiteApp.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms_suiteMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms_suiteMain.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/lms_suiteMain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/lms_suiteMain.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlADF4002.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlADF4002.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlADF4002.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlADF4002.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlHPM1000.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlHPM1000.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlHPM1000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlHPM1000.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlInfo.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlInfo.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlMinimalControls.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlMinimalControls.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlMinimalControls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlMinimalControls.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlMyriadRF2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlMyriadRF2.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlMyriadRF2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlMyriadRF2.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlNovena.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlNovena.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlNovena.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlNovena.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlProgramming.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlProgramming.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlProgramming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlProgramming.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlSPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlSPI.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlSPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlSPI.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlSi5351C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlSi5351C.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlSi5351C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlSi5351C.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlSi5356A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlSi5356A.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlSi5356A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlSi5356A.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlWFMLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlWFMLoader.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/gui_src/pnlWFMLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/gui_src/pnlWFMLoader.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/CommonUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/CommonUtilities.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/ConnectionCOM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/ConnectionCOM.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/ConnectionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/ConnectionManager.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/ConnectionSPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/ConnectionSPI.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/ConnectionUSB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/ConnectionUSB.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/IConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/IConnection.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/LMS_Commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/LMS_Commands.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/MessageLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/MessageLog.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/Programmer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/Programmer.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/Protocols.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/Protocols.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/Si5351C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/Si5351C.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/Si5356A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/Si5356A.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/SignalHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/SignalHandler.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/lmSemaphore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/lmSemaphore.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/lmThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/lmThread.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/lms6/ADF_module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/lms6/ADF_module.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/lms6/Algorithms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/lms6/Algorithms.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/lms6/CompoundOperations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/lms6/CompoundOperations.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/lms6/LMS6002_MainControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/lms6/LMS6002_MainControl.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/lms6/LMS_Parameter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/lms6/LMS_Parameter.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/lms6/PLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/lms6/PLL.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/lms6/ParameterDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/lms6/ParameterDescription.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/lms6/RegistersMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/lms6/RegistersMap.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/lms6/iniParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/lms6/iniParser.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/include/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/include/version.h -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/resources/LMS_ICO.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/resources/LMS_ICO.ico -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/resources/resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/resources/resource.rc -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/CommonUtilities.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/CommonUtilities.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/ConnectionCOM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/ConnectionCOM.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/ConnectionManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/ConnectionManager.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/ConnectionSPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/ConnectionSPI.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/ConnectionUSB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/ConnectionUSB.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/MessageLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/MessageLog.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/Programmer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/Programmer.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/Protocols.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/Protocols.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/Si5351C.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/Si5351C.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/Si5356A.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/Si5356A.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/SignalHandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/SignalHandler.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/lmSemaphore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/lmSemaphore.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/lmThread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/lmThread.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/lms6/ADF_module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/lms6/ADF_module.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/lms6/Algorithms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/lms6/Algorithms.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/lms6/CompoundOperations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/lms6/CompoundOperations.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/lms6/LMS6002_MainControl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/lms6/LMS6002_MainControl.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/lms6/LMS_Parameter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/lms6/LMS_Parameter.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/lms6/PLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/lms6/PLL.cpp -------------------------------------------------------------------------------- /lms-suite/lms-suite/src/src/lms6/RegistersMap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myriadrf/Novena-RF/HEAD/lms-suite/lms-suite/src/src/lms6/RegistersMap.cpp --------------------------------------------------------------------------------