Commit Graph

7 Commits

Author SHA1 Message Date
Jonathan Naylor e697a91710 Revert the DMR DMO transmitter changes. 2017-03-19 09:35:46 +00:00
Jonathan Naylor 3814d4243c Add extra idle frames at the start of a DMR DMO transmission. 2017-03-12 18:36:41 +00:00
Jonathan Naylor df1210eaea Remove the OscOffset parameter. 2017-03-07 20:41:54 +00:00
Jonathan Naylor 8c970b26db Change size of space in transmit routines. 2017-03-06 20:36:44 +00:00
g4eml 9f47e67630 Fix crash in DMR DMO Mode
Modem was crashing on Teensy when running in DMO mode. Crashed as soon as Tx started. Traced to exceeding the bounds of m_poBuffer during the txdelay phase.
 m_poBuffer was dimensioned to 80 but m_txdelay could be 600 to 1200 so a massive overwrite was happening.
Surprisingly this didn't crash on the Due only on the Teensy.
2017-01-01 14:22:49 +00:00
Jonathan Naylor 35ae6b002d First compiling version of DMO code, untested. 2016-08-23 20:16:46 +01:00
Jonathan Naylor d477796903 The beginnings of the DMR DMO transmitter. 2016-08-23 08:17:15 +01:00