E5D5 Tags · DVMProject/dvmfirmware · GitHub
[go: up one dir, main page]

Skip to content

Tags: DVMProject/dvmfirmware

Tags

2025-11-12

Toggle 2025-11-12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add optional FM & PTT LEDs for DVM-V1, simplify selftest LED pattern …

…logic (#10)

2025-11-06

Toggle 2025-11-06's commit message
[NO FUNCTIONAL CHANGE] cleanup file headers containing lingering old …

…comments;

2025-09-03

Toggle 2025-09-03's commit message
fix file header;

2025-05-27

Toggle 2025-05-27's commit message
add initial support for "SDR-like" operation (this currently doesn't …

…support any specific targeted SDR, and currently generates 4FSK frames carried by ZeroMQ to a target application for mod/demod);

2025-05-26

Toggle 2025-05-26's commit message
alter when processData() is called when we are transitioned into a P2…

…5RXS_DATA state (for the purposes of efficiency this skips multiple instructions); slightly narrower boxcar 5 window for symbol detection;

2025-05-23

Toggle 2025-05-23's commit message
properly zero bit buffer used for sample sync correlation; enhance de…

…bug logging to display the sample sync data; fix missed 1st LDU superframe after a HDU, this required adding a flag to indicate that the sync positions on the next frame cycle were LDU sync positions; refactor LDU frame writing into a separate helper function; fix issue where 1st LDU1 after a HDU would be ignored for processing (this simply required processing the LDU1 in processSamples() immediately instead of waiting for processVoice());

2025-03-07

Toggle 2025-03-07's commit message
fix incorrect handling of writeData and createData for long frames;

2025-03-06

Toggle 2025-03-06's commit message
handle serial buffer overflow condition (while the modem protocol *ca…

…n* 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;

2024-08-01

Toggle 2024-08-01's commit message
implement support to software reboot into the system bootloader for f…

…lashing (using stm32flash);

2024-07-31

Toggle 2024-07-31's commit message
fix issue with double length frames not being correct;

0