Commit graph

2592 commits

Author SHA1 Message Date
Tim Stewart
2d2b736c54 Revert "Don't forget to descramble the byte first."
This reverts commit 16bf9d5745.
2020-11-27 17:47:24 -05:00
Tim Stewart
449ca905ee Revert "Place the scrambled null data regeneration into the right place."
This reverts commit 59cb07329d.
2020-11-27 17:47:04 -05:00
Tim Stewart
fcad5ee0d2 Revert "Only test the slow data type in the correct place."
This reverts commit ff0082b18b.
2020-11-27 17:46:19 -05:00
Tim Stewart
bbbfbbbfad Revert "Simplify the D-Star sequence number processing."
This reverts commit 99d4a9bc51.
2020-11-27 17:45:19 -05:00
Tim Stewart
7ea37fc5e9 Revert "Fix the silence insertion for D-Star."
This reverts commit 9cc2bfaaec.
2020-11-27 17:44:33 -05:00
Tim Stewart
c94f4f5d4a Revert "Check the guard byte on fast data as well as the mini header."
This reverts commit 317bda0177.
2020-11-27 17:14:31 -05:00
Tim Stewart
a87449bf51 Revert "Loosen fast data admission criteria."
This reverts commit 6d719353c6.
2020-11-27 17:14:10 -05:00
Tim Stewart
59b8b5d623 Revert "Remove redundant code."
This reverts commit f88c9826a7.
2020-11-27 17:13:57 -05:00
Tim Stewart
da92771afa Revert "Remove more redundant code."
This reverts commit c3c5fe1a5a.
2020-11-27 17:13:37 -05:00
Jonathan Naylor
6666e477f8 Fixes for compiling OLED on a Pi. 2020-11-27 11:01:42 +00:00
Jonathan Naylor
0d6387dde2 Merge branch 'M17_AX25_FM' into I2C 2020-11-26 16:36:47 +00:00
Jonathan Naylor
ef9fedcc01 Fix the logging messages for late entry. 2020-11-26 14:25:45 +00:00
Jonathan Naylor
ec80e9553a Fully implement the latest M17 specification. 2020-11-26 13:47:47 +00:00
Jonathan Naylor
67b93d6310 Partial work supporting the latest M17 specification. 2020-11-26 11:30:16 +00:00
Jonathan Naylor
2b90623771 Merge branch 'M17_AX25_FM' into I2C 2020-11-24 16:25:05 +00:00
Jonathan Naylor
8d31808ae8 Increase serial port speed to 460800. 2020-11-24 16:24:32 +00:00
Jonathan Naylor
8886a46588 Allow the I2C slace address to be dynamic, as it should be. 2020-11-24 11:35:59 +00:00
Jonathan Naylor
53984c3d93 Merge branch 'M17_AX25_FM' into I2C 2020-11-24 09:28:15 +00:00
Jonathan Naylor
3968786044 Merge branch 'master' into M17_AX25_FM 2020-11-24 09:27:30 +00:00
Jonathan Naylor
1b0caaae23 Update README.md 2020-11-24 09:27:01 +00:00
Jonathan Naylor
cdd58699f3 Small code cleanups. 2020-11-24 09:24:21 +00:00
Jonathan Naylor
54c1a2071a Initial commit of compilng OLED display code. 2020-11-18 10:42:53 +00:00
Jonathan Naylor
9690df21ed Abstract the processing a little more. 2020-11-17 17:35:40 +00:00
Jonathan Naylor
7aa84291c7 Include OLED.o for all the Makefiles. 2020-11-17 17:08:57 +00:00
Jonathan Naylor
df5d3e1c89 Cleanups and start of the Pi support. 2020-11-17 17:00:14 +00:00
Jonathan Naylor
76ee3045bc Add modem I2C/OLED support. 2020-11-17 16:56:12 +00:00
Jonathan Naylor
ed4929f28a Bring most of the OLED library into the OLED driver for portability. 2020-11-17 15:30:59 +00:00
Jonathan Naylor
030fecf6cd Textual clanups of the OLED driver. 2020-11-17 12:06:10 +00:00
Jonathan Naylor
9960822423 Upgrade the OLED driver. 2020-11-17 11:50:00 +00:00
Jonathan Naylor
9055cd717f Merge branch 'M17_AX25_FM' into I2C 2020-11-17 10:45:30 +00:00
Jonathan Naylor
8e857edda2 Merge branch 'M17_AX25_FM' of https://github.com/g4klx/MMDVMHost into M17_AX25_FM 2020-11-16 16:58:33 +00:00
Jonathan Naylor
43733df7a4 Add M17 to the OLED display, even though it does say NXDN! 2020-11-16 16:56:36 +00:00
Jonathan Naylor
66bcca7e91 Start making the OLED driver available for modem redirection. 2020-11-15 18:12:38 +00:00
Jonathan Naylor
d48939bd90 I2C is write-only. 2020-11-15 17:52:29 +00:00
Jonathan Naylor
302a23b6e6 Add M17 to the OLED display. 2020-11-13 16:01:46 +00:00
Jonathan Naylor
14bb39af63 Beginnings of modem I2C OLED support. 2020-11-13 15:32:43 +00:00
Jonathan Naylor
2618a14ae5 Handle returned modem serial data properly. 2020-11-13 14:56:39 +00:00
Jonathan Naylor
a98f65e3aa Rename the modem data type MMDVM_SERIAL to MMDVM_SERIAL_DATA to match
the modem.
2020-11-13 12:10:41 +00:00
Jonathan Naylor
021c0fea4d Fix M17 bug spotted by nostar. 2020-11-13 09:24:37 +00:00
Jonathan Naylor
bb5e20538d Change the M17 logging slightly. 2020-11-11 18:35:52 +00:00
Jonathan Naylor
c1bb4c825e Change M17 enable bit position. 2020-11-11 11:47:46 +00:00
Jonathan Naylor
644351db4f Merge branch 'master' into M17_AX25_FM 2020-11-11 11:43:59 +00:00
Jonathan Naylor
c800a4d369
Merge pull request #652 from ct1jib/patch-1
Update MMDVM.ini
2020-11-11 09:20:41 +00:00
Jonathan Naylor
ffe0fd0cbb Change the M17 enable bit position for version 1 protocol. 2020-11-10 16:58:03 +00:00
Jonathan Naylor
067c1039d1 Merge branch 'M17_AX25_FM' of https://github.com/g4klx/MMDVMHost into M17_AX25_FM 2020-11-10 13:51:03 +00:00
Jonathan Naylor
8c65b1c1d9 Remove the out of date ISSUES.txt 2020-11-10 13:50:30 +00:00
Jonathan Naylor
a4ba00f567 Small cleanups. 2020-11-10 11:45:13 +00:00
Jonathan Naylor
eece693f05 Remove support for the Hobbytronics TFT display. 2020-11-10 10:08:59 +00:00
Jonathan Naylor
dbd779a6d3 Fix obvious crash issue. 2020-11-10 10:01:05 +00:00
Jonathan Naylor
f89145b772 Remove support for the UMP (sob). 2020-11-10 09:58:10 +00:00