Commit Graph

26 Commits (40f9083e6117c48761f61d3a873a167e1f74b0b4)

Author SHA1 Message Date
Bryan Biedenkapp 994c348129 convert documentation format to Doxygen;
2 years ago
Bryan Biedenkapp 6dbbd6a8ef treewide: perform general refactor of file headers, I've modified the file headers to follow rules from: https://www.kernel.org/doc/html/next/process/license-rules.html, this trims/compresses the file header section a bit reducing the number of lines at the top of every file quite a bit, going forward all new files should follow this new format (if its good enough for the Linux kernel, its good enough for me);
2 years ago
Bryan Biedenkapp 74225c443f fix buffer overflow causing modem crash during calibration; fix file formatting; add support for force DMO configuration flag (used for calibration);
2 years ago
Bryan Biedenkapp 8008f967f1 cleanup debug log messages some more;
2 years ago
Bryan Biedenkapp 941f57b68a correct NXDN IF bandwidth to 12.5khz; compress debug messages;
2 years ago
Bryan Biedenkapp c75ff52d0c refactor ADF debug trace logging; correct some ADF IF filter configuration; correct some ADF data inversion configuration; correct some issues with DMR slot RX; remove m_endPtr from NXDNRX;
2 years ago
Bryan Biedenkapp 77037d132d correct edge case situation where discriminator or post bandwidth may be set when they shouldn't be; cleanup bad references to the ADF7021's REG13 reference (the old code worked fine, but used magic numbers instead of proper named defines); add more verbose register debug output from the modem; display NXDN sync values copied to the bit buffer and not the sync bytes;
2 years ago
Bryan Biedenkapp 15937b3186 remove P25_LF_CAL mode;
3 years ago
Bryan Biedenkapp 95d2dcdcbf force disable AFC for NXDN;
3 years ago
Bryan Biedenkapp c03985d564 adjust range to a minimum of 1 this would result in a 500hz AFC range; add some debug messages;
3 years ago
Bryan Biedenkapp 762a3d576e expose ADF7021 AFC control to the host (optionally);
3 years ago
Bryan Biedenkapp 041702ea0b fix incorrect opcode callback from NXDN RX; code cleanup;
3 years ago
Bryan Biedenkapp 4f6f1880e7 fix typo;
3 years ago
Bryan Biedenkapp 450f7cb552 fix NXDN baud rate to 4800;
4 years ago
Bryan Biedenkapp 7e9f4079f3 implement initial NXDN support (EXPERIMENTAL);
4 years ago
Bryan Biedenkapp 4725027b56 code cleanup;
4 years ago
Bryan Biedenkapp 115f2da39b unroll some hardcoded values for configuring various settings on the ADF7021s;
4 years ago
Bryan Biedenkapp 438c525a70 enable ADF7021 AFC (this can be disabled in Defines.h); correct issues with DMR Rx in both DMO and duplex modes;
4 years ago
Bryan Biedenkapp 939a6dacdc fix not setting Rx ADF gain proper in duplex mode;
4 years ago
Bryan Biedenkapp 91f7c2f8e0 fix file formatting; support modifying ADF7021 gain from the host;
4 years ago
Bryan Biedenkapp 4db35fc673 reorganize DMR sync detection; make DMR receive IF bandwidth 12.5khz; implement fix for setting discriminator and post BW settings; fix debug messages;
4 years ago
Bryan Biedenkapp 67b2ad5697 remove mode scanning entirely (this sucks);
4 years ago
Bryan Biedenkapp 3cef7709a9 remove calState (this was causing copy-and-paste superfluous code); simplify setting up some ADF7021 parameters; consolidate DMR cal back into DMRTx instead of DMRDMOTx;
4 years ago
Bryan Biedenkapp fffce845f0 code cleanup; add support to adjust the ADF7021 discriminator BW and post demod BW from the dvmhost application; set bit 1 of offset 3 of getStatus reply to indicate a modem is a hotspot; update makefile for MMDVM_HS_HAT_REV12 and MMDVM_HS_DUAL_HAT_REV10;
4 years ago
Bryan Biedenkapp d209c39dcc add Makefiles; fix compilation errors;
4 years ago
Bryan Biedenkapp 735e2af3d4 initial commit of new codebase;
4 years ago

Powered by TurnKey Linux.