Jonathan Naylor
1e7b5a7951
Remove const's for MBED.
2016-03-03 19:02:19 +00:00
Jonathan Naylor
6bf70a9595
A cleaner lockout mechanism on receive.
2016-03-03 18:34:47 +00:00
Jonathan Naylor
28c065ffcb
The MBED main MMDVM function.
2016-03-03 18:15:13 +00:00
Jonathan Naylor
19fd226e2b
MBED changes from Mathis Schmieder DB9MAT.
2016-03-03 18:08:25 +00:00
Jonathan Naylor
e7334a2d7a
Add lockout functionality with the option to use the COS line.
2016-03-03 17:49:03 +00:00
Jonathan Naylor
7258bf34fb
Remove the minimal Teensy support.
2016-03-03 17:15:07 +00:00
Jonathan Naylor
8e8238f4bf
Merge branch 'master' of github.com:g4klx/MMDVM
2016-03-01 16:50:09 +00:00
Jonathan Naylor
35a4505908
Merge pull request #4 from m1geo/patch-2
...
Updated BUILD.txt for Linux
2016-03-01 15:57:08 +00:00
George Smart
0564372a43
Updated BUILD.txt for Linux
...
Fixed typo; added note in "For Arduino 1.6.3 with SAM 1.6.4" referring to "For Arduino 1.6.7 with SAM 1.6.6" section.
2016-03-01 15:54:32 +00:00
Jonathan Naylor
8d17c1acb5
Merge pull request #3 from m1geo/patch-1
...
Updated BUILD.txt for Linux
2016-03-01 15:43:17 +00:00
George Smart
4971605151
Updated BUILD.txt for Linux
...
Updated with Linux information tested on Ubuntu.
Had to install sam-1.6.6 myself, download from ttp://downloads.arduino.cc/cores/sam-1.6.6.tar.bz2 and extract to arduino-1.6.7/hardware/arduino/
Modify platform.txt as with Windows/OSX, but path changes slightly from ARM to GCC: "{build.system.path}/CMSIS/CMSIS/Lib/GCC/libarm_cortexM3l_math.a"
2016-03-01 15:40:35 +00:00
Jonathan Naylor
0683b0ddc4
Make the new ZUM board the default type.
2016-03-01 07:30:00 +00:00
Jonathan Naylor
964d177b0e
Bump the version date.
2016-02-29 06:36:12 +00:00
Jonathan Naylor
df68ae942c
Don't start a session with a data header.
2016-02-29 06:35:41 +00:00
Jonathan Naylor
0bd65dd637
Bump the version date.
2016-02-28 21:19:51 +00:00
Jonathan Naylor
14170df4c3
Fix the DMR SHort LC? and switch debugging off.
2016-02-28 21:18:38 +00:00
Jonathan Naylor
b5b1837428
Bump the version date.
2016-02-25 17:19:54 +00:00
Jonathan Naylor
19c52a6fdf
Roll back the changes for sync less data frames.
2016-02-25 17:19:19 +00:00
Jonathan Naylor
aadb7a7601
Bump the version date.
2016-02-23 21:16:56 +00:00
Jonathan Naylor
c09d8c78ee
Allow for sync-less data frames.
2016-02-23 20:51:57 +00:00
Jonathan Naylor
ff5fe8e4c1
Update the version date.
2016-02-18 19:56:35 +00:00
Jonathan Naylor
4d068ffb3c
Fix frequency setting acknowledgement function.
2016-02-18 11:59:18 +00:00
Jonathan Naylor
610168e861
Silently ignore the frequency setting command.
2016-02-18 09:06:09 +00:00
Jonathan Naylor
48368252f7
Reduce the deviation of System Fusion transmissions.
2016-02-18 09:03:13 +00:00
Jonathan Naylor
a69b2d804f
Update the main README file.
2016-02-15 20:22:58 +00:00
Jonathan Naylor
90335f29ae
Reduce the D-Star TX level by 5%.
2016-02-07 19:29:05 +00:00
Jonathan Naylor
12e78a39cb
Fix potential bug in YSF RX.
2016-02-04 19:07:43 +00:00
Jonathan Naylor
a9f4e279d5
Restore D-Star transmit amplitude.
2016-02-04 18:14:59 +00:00
Jonathan Naylor
6fbcc5ec4d
Update the version date.
2016-02-02 20:25:55 +00:00
Jonathan Naylor
c468842e46
Add a watchdog for a crashed host.
2016-02-02 20:23:37 +00:00
Jonathan Naylor
62df65003b
Reduce the D-Star transmit level by 5%.
2016-02-02 20:07:50 +00:00
Jonathan Naylor
3b302f6f9e
Update the README, adding the no commercial use section.
2016-01-25 22:35:15 +00:00
Jonathan Naylor
9992f4dfeb
Narrow the search range when DMR is not locked.
2016-01-21 19:23:08 +00:00
Jonathan Naylor
420c9125b9
Remove some debugging information.
2016-01-19 07:52:59 +00:00
Jonathan Naylor
79e21070bd
Small efficiency update to the interrupt routine.
2016-01-18 21:52:04 +00:00
Jonathan Naylor
4fb563f534
Workaround for TX buffer overflows.
2016-01-18 21:32:38 +00:00
Jonathan Naylor
8f9744c0ec
Lots of small tweaks.
2016-01-18 18:37:04 +00:00
Jonathan Naylor
11b18207ff
Simplify logic of the DMR receiver and narrow the sync scan range.
2016-01-16 18:00:30 +00:00
Jonathan Naylor
da9846c8f1
Update DMRTX.cpp
...
Swap DMR receive slots over.
2016-01-15 12:59:05 +00:00
Jonathan Naylor
2094263509
Merge pull request #2 from mathisschmieder/master
...
Hopefully fix DMR RX: m_dataPtr >= 160U
2016-01-15 10:09:38 +00:00
Mathis Schmieder
6efca5b3d0
Hopefully fix DMR RX: m_dataPtr >= 160U
2016-01-15 10:02:34 +00:00
Jonathan Naylor
797bf92617
Update DMRSlotRX.cpp
...
Widen the search for the data and voice syncs back to how they were.
2016-01-15 10:02:16 +00:00
Jonathan Naylor
688488620a
Alter end of slot processing.
2016-01-15 06:57:02 +00:00
Jonathan Naylor
ba6f21c958
Merge branch 'master' of https://github.com/g4klx/MMDVM
2016-01-15 06:13:24 +00:00
Jonathan Naylor
de908a83c1
Start handling data frames and restrict sync detection range for DMR.
2016-01-15 06:10:54 +00:00
Jonathan Naylor
52c4a49ad8
Merge pull request #1 from zarya/master
...
Update BUILD.txt
2016-01-14 21:45:18 +00:00
zarya
9099ec98c1
Update BUILD.txt
2016-01-14 22:37:17 +01:00
Jonathan Naylor
25db67eb5a
Upfate the README.md file for BUILD.txt
2016-01-14 21:31:33 +00:00
Jonathan Naylor
b6afe35baa
Increase buffer sizes considerably.
2016-01-14 20:49:28 +00:00
Jonathan Naylor
220eb9b2e7
Decrease D-Star amplitude by 7.8%
2016-01-14 19:30:14 +00:00