Commit Graph

26 Commits (5edc60fffade6548c549c04cf2453bf824c5ef22)

Author SHA1 Message Date
Bryan Biedenkapp 718093aea3 handle serial buffer overflow condition (while the modem protocol *can* send frames >512 bytes the serial port handler can only handle frames up to 512 bytes); better handle transmitting double length (512 byte) P25 PDU frames;
11 months ago
Bryan Biedenkapp f0fd328381 fix Doxygen file include error;
2 years ago
Bryan Biedenkapp 994c348129 convert documentation format to Doxygen;
2 years ago
Bryan Biedenkapp 8d6611ef70
P25 data (#4)
2 years ago
Bryan Biedenkapp 07ec4612fc pass VSELP1/2 frames;
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 941f57b68a correct NXDN IF bandwidth to 12.5khz; compress debug messages;
2 years ago
Bryan Biedenkapp 42f4ea03a1 add support for a CMD_SET_BUFFERS, this will allow the host to control the size of the transmit FIFO buffers; reduce the size of FIFO buffers;
3 years ago
Bryan Biedenkapp 54fed406d1 fix up priority of decoding; attempt to better sync header during non-voice and non-data streams;
3 years ago
Bryan Biedenkapp be4b783d67 remove some old unnecessary code from the NXDNTX processor; include all debug data for debug link scripts; reduce the overall size of buffered frames (due to memory limitations on the STM32F103 64K/20K chips running out of RAM);
3 years ago
Bryan Biedenkapp b2250cb537 do a full reset if we go past a LDU size;
3 years ago
Bryan Biedenkapp 6d1afdcce4 fix issue where data buffer isn't properly cleared on a reset of P25RX data; slightly refactor how P25 sync is detected for performance reasons;
3 years ago
Bryan Biedenkapp 267f1e7dc7 make incoming data FIFO sizes consistent;
3 years ago
Bryan Biedenkapp 15937b3186 remove P25_LF_CAL mode;
3 years ago
Bryan Biedenkapp cc2b47de4f bump copyright dates; add authors and credits;
4 years ago
Bryan Biedenkapp 4725027b56 code cleanup;
4 years ago
Bryan Biedenkapp 00e72d9629 refactor how the P25 tx hang (tail) was handled, do not transmit sync instead transmit silence;
4 years ago
Bryan Biedenkapp 4d4f5111e0 remove DFSI opcode;
4 years ago
Bryan Biedenkapp f95e6f03cf adjust discriminator BW slightly;
4 years ago
Bryan Biedenkapp 91f7c2f8e0 fix file formatting; support modifying ADF7021 gain from the host;
4 years ago
Bryan Biedenkapp 03f4e59918 reorganize sync detection slightly;
4 years ago
Bryan Biedenkapp 4ea864fbb2 fix issue where P25 may not reset the COS state;
4 years ago
Bryan Biedenkapp 0688a4487e correct version string errors; debug/rework P25 Rx chain; remove P25 correlation count doesn't apply to hotspots; fix some DMR duplex mode issues;
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.