Commit graph

106 commits

Author SHA1 Message Date
Andy CA6JAU 453fd3b480 Merge branch 'master' into duplex 2017-05-01 21:46:31 -03:00
Andy CA6JAU 8b25ff9b7f Changing README 2017-05-01 21:46:00 -03:00
Andy CA6JAU 1f05eaecec Merge branch 'master' into duplex 2017-05-01 21:32:54 -03:00
Andy CA6JAU f3f166b9d8 Adding more instructions 2017-05-01 21:31:53 -03:00
Andy CA6JAU f41c2d64c0 Adding RPi Zero W support to Makefile 2017-05-01 19:54:27 -03:00
Andy CA6JAU 0c22c47d5c Adding second ADF7021 support and fixing some mistakes 2017-05-01 01:02:47 -03:00
Andy CA6JAU e86e1bfdd2 Adapting original duplex DMR code to MMDVM_HS 2017-04-29 23:05:03 -03:00
Andy CA6JAU ba44cf9f66 Adding original MMDVM duplex DMR files 2017-04-29 11:58:41 -03:00
Andy CA6JAU 92108f664b Adding original MMDVM duplex support in SerialPort.cpp 2017-04-29 11:51:59 -03:00
Andy CA6JAU 6ff367081a Merge branch 'devel' into duplex 2017-04-29 11:12:52 -03:00
Andy CA6JAU ea6ec4e879 Fix value for discriminator BW in YSF (12.288 MHz) 2017-04-29 01:26:30 -03:00
Andy CA6JAU 515dbe4a8d Updating slicer threshold for YSF (ADF7021N) 2017-04-29 00:42:44 -03:00
Andy CA6JAU 68c69a5c2b Updating slicer threshold for DMR (ADF7021N) 2017-04-29 00:34:11 -03:00
Andy CA6JAU bd759e04fb New registers values for DMR and YSF (14.7456 MHz) 2017-04-28 23:20:13 -03:00
Andy CA6JAU e1c5e0b13a Testing new registers values 2017-04-28 00:42:53 -03:00
Andy CA6JAU 041c776105 Merge branch 'master' into duplex 2017-04-26 23:43:01 -03:00
Andy CA6JAU 135bfa50a2 Merge branch 'master' into devel 2017-04-26 23:41:43 -03:00
Andy CA6JAU afc6cb6c47 Removing 19.68 MHz TCXO support and adding test modes support 2017-04-26 23:40:50 -03:00
Andy CA6JAU aa3b285e5c Adding test modes for ADF7021 (only for debugging) 2017-04-26 23:38:54 -03:00
Andy CA6JAU 3657d0c038 Adding DMR SYNC to DMO 2017-04-22 00:28:33 -03:00
Andy CA6JAU 9344e86b97 Adding more documentation (Makefile options) 2017-04-19 17:38:13 -03:00
Andy CA6JAU 14cbd34221 Updating BUILD.txt for Raspberry Pi 2 2017-04-19 01:20:46 -03:00
Andy CA6JAU 6603ef3c21 Merge branch 'master' into duplex 2017-04-19 00:29:01 -03:00
Andy CA6JAU 2584d2e455 Adding building instructions for Raspberry Pi with ZUMSpot Pi 2017-04-19 00:02:23 -03:00
Andy CA6JAU b7b82bf0eb Changing stm32flash path to point to the the local binary for zumspot-pi uploading method 2017-04-17 14:26:41 -03:00
Andy CA6JAU c1847e8f8d Removing invalid characters from Makefile 2017-04-17 00:36:38 -03:00
Andy CA6JAU b4ddedcf2a Reverting TX continuous mode in DMR DMO 2017-04-16 16:07:44 -03:00
Andy CA6JAU 9696ea5458 Adding GPIO sequence to init bootloader mode for ZUMSpot (Pi) 2017-04-16 11:50:35 -03:00
Andy CA6JAU 1e6f3c7c99 Change default DMO slot to 2 2017-04-15 16:26:30 -03:00
Andy CA6JAU 505ae288e9 Update date of the firmware 2017-04-14 21:58:04 -03:00
Andy CA6JAU d58a0385ee Update date of the firmware 2017-04-14 21:56:58 -03:00
Andy CA6JAU a9d1814e8d Update date of the firmware 2017-04-14 21:51:18 -03:00
Andy CA6JAU aad8ac655f Merge branch 'master' into devel 2017-04-14 20:21:12 -03:00
Andy CA6JAU b8aa455eac Moving specific ADF7021 code to ADF7021.cpp 2017-04-14 19:03:10 -03:00
Andy CA6JAU 99eb2fa11a Adding Jonathan code for continuous TX in DMR DMO 2017-04-05 23:54:59 -03:00
Andy CA6JAU 92d6284cc5 Increasing YSF deviation level to match Yaesu radios 2017-04-05 23:17:55 -03:00
Andy CA6JAU b2b810d06f Removing not necessary instructions (fix YSF led) 2017-04-02 22:24:44 -03:00
Andy CA6JAU 5a5864a30b Merge pull request #6 from db4ple/devel
All tested compilers  & make build now have proper timing for tx switching
2017-04-02 09:17:49 -03:00
danilo 70457f269e All tested compilers & make build now have proper timing for tx switching (gcc 4.9.3, O0, Os, O3, gcc 6.3. O0, O3) 2017-04-02 11:46:43 +02:00
Andy CA6JAU 02ee23b684 Merge pull request #5 from N4IRS/patch-1
Update IO.cpp
2017-03-31 19:35:04 -03:00
Steve Zingman 959e6c4da2 Update IO.cpp
Fix error for P25 support
2017-03-31 18:33:25 -04:00
Andy CA6JAU fb25bea0ba Merge pull request #4 from db4ple/master
Working baseline, …
2017-03-31 17:27:19 -03:00
danilo aefe492f9b Working baseline, works with -O0 -- -O3 AND -O0 with gcc 4.9.3 Ubuntu. TX to RX switch timing is the challenge. IOArduino.cpp may not work 2017-03-31 20:58:24 +02:00
Andy CA6JAU 5f1c993140 Merge pull request #3 from MrBungle42/patch-1
Update IO.cpp
2017-03-30 23:53:58 -03:00
MrBungle42 8f320ad8ee Update IO.cpp
When you added the scan mode, you had a cut/copy/paste error.  P25 was broke.
2017-03-30 22:48:30 -04:00
Andy CA6JAU 3088c3240a Revert "Working TX SLE"
This reverts commit 3a4451684f.
2017-03-28 20:58:17 -03:00
Andy CA6JAU eabb27ef84 Fixing TXD_pin() in IOArduino 2017-03-28 20:51:15 -03:00
Andy CA6JAU f5f501cad0 Doubling scan time constants for new interrupt time 2017-03-28 20:14:24 -03:00
Andy CA6JAU 93e3f682b1 Merge pull request #2 from db4ple/master
Working TX SLE
2017-03-28 16:09:22 -03:00
danilo 3a4451684f Working TX SLE
tested with gcc4.9.3 Ubuntu 16.10 (did not work before change, every second TX was lost)
tested also with gcc arm embedded q4 2016 on Ubuntu 16.10 (here original code worked as well)
No test with Arduino & other architectures yet
2017-03-28 19:51:24 +02:00