Commit graph

80 commits

Author SHA1 Message Date
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 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
Andy CA6JAU bfe1587886 Updating comments 2017-03-27 14:02:53 -03:00
Andy CA6JAU 1f3f48c83f Updating date of the firmware 2017-03-25 13:27:14 -03:00
Andy CA6JAU 992249dce4 Adding mode detection, using scanning mode 2017-03-25 12:52:37 -03:00
Andy CA6JAU 7908b0f958 Preparing for scan mode 2017-03-24 01:11:50 -03:00
Andy CA6JAU 4f293ee84f Adding Jonathan support for low deviation in YSF 2017-03-23 22:06:04 -03:00
Andy CA6JAU 2f442f7ddf Enable support for Half Deviation mode in YSF in Config.h 2017-03-22 20:26:43 -03:00
Andy CA6JAU a4d81711a0 Adding additional comments to Config.h 2017-03-19 23:57:03 -03:00
Andy CA6JAU c986be841b Disabling “unused parameter” compilation warning in Makefile 2017-03-19 12:03:22 -03:00
Andy CA6JAU 4e5f4abf91 Reducing 4FSK AFC range 2017-03-19 12:02:27 -03:00
Andy CA6JAU 273514b490 Adding ADF7021 type in the description 2017-03-19 10:00:18 -03:00
Andy CA6JAU 7089107b28 Adding George Smart’s timestamp to hardware description 2017-03-19 09:32:33 -03:00
Andy CA6JAU 8bd91bbac6 AFC in Dstar enabled by default. Adding support for positive initial offset for AFC 2017-03-19 01:59:38 -03:00
Andy CA6JAU b612d31c4b Change slicer threshold value for DMR (ADF7021-N) 2017-03-16 01:21:11 -03:00
Andy CA6JAU 79909602d8 Adding support for ADF7021N version 2017-03-15 01:11:33 -03:00
Andy CA6JAU 35ec7fdbd1 Improving AFC 2017-03-14 21:18:08 -03:00
Andy CA6JAU 5101ea6abd Adding Pi Hat rev 0.3 support 2017-03-14 21:17:33 -03:00
Andy CA6JAU a25a16c6ef Adding AFC as an option in Config.h (disabled for now) 2017-03-14 02:13:19 -03:00
Andy CA6JAU dce3d64483 Improving AFC 2017-03-14 02:12:42 -03:00
Andy CA6JAU c1ec2f6fca Adding AFC support for all modes and improving register values 2017-03-12 18:34:18 -03:00
Andy CA6JAU 055d83fc7e Adding RSSI support for YSF 2017-03-09 21:10:11 -03:00
Andy CA6JAU b24bfebf32 Updating YSF registers 2017-03-09 21:09:55 -03:00
Andy CA6JAU 7c07952bed Updating YSF registers for 14.7456 MHz TCXO 2017-03-09 00:53:00 -03:00
Andy CA6JAU 6efadd22dd Adding YSF support in README 2017-02-25 10:23:31 -03:00
Andy CA6JAU 8c713ea373 Adding openocd support to Makefile 2017-02-20 22:06:01 -03:00
Andy CA6JAU 25684ec8c4 Bidirectional Data pin is now default 2017-02-20 10:56:28 -03:00
Andy CA6JAU c1a0e03363 Adding RSSI support for P25 2017-02-17 19:57:25 -03:00