system_stm32f1xx
Adding conditional compilation for Arduino 1.6.7 fix
2017-04-02 22:17:09 -03:00
.gitignore
Add build/ dir for Arduino Makefile to .gitignore
2017-04-12 22:31:59 +02:00
BUILD.txt
CalDMR.cpp
CalDMR.h
CalDStarRX.cpp
More changes to the D-Star RX.
2017-07-03 20:26:24 +01:00
CalDStarRX.h
CalDStarTX.cpp
CalDStarTX.h
CalRSSI.cpp
CalRSSI.h
Config.h
Fix Config.h
2017-08-28 21:25:40 -03:00
CWIdTX.cpp
Additional changes for 48 kHz
2017-10-14 19:33:41 -03:00
CWIdTX.h
Debug.h
Add a ring buffer to the serial repeater. Uncompiled on the STM32
2017-04-24 18:02:36 +01:00
DMRDefines.h
Begin conversion to 48 kHz sample rate.
2017-10-12 12:38:32 +01:00
DMRDMORX.cpp
Remove any DC offset from before any further filtering takes place.
2017-07-16 18:57:15 +01:00
DMRDMORX.h
Additional changes for 48 kHz
2017-10-14 19:33:41 -03:00
DMRDMOTX.cpp
TX filter coefficients for 48 kHz
2017-10-14 12:18:43 -03:00
DMRDMOTX.h
Revert the DMR DMO TX changes.
2017-04-17 09:25:38 +01:00
DMRIdleRX.cpp
Make modem debugging a run-time parameter, not compile-time.
2017-04-14 14:19:00 +01:00
DMRIdleRX.h
Remove the unused sample dumping code.
2017-04-10 17:51:44 +01:00
DMRRX.cpp
DMRRX.h
DMRSlotRX.cpp
Additional changes for 48 kHz
2017-10-14 19:33:41 -03:00
DMRSlotRX.h
Additional changes for 48 kHz
2017-10-14 19:33:41 -03:00
DMRSlotType.cpp
DMRSlotType.h
DMRTX.cpp
TX filter coefficients for 48 kHz
2017-10-14 12:18:43 -03:00
DMRTX.h
DStarDefines.h
Begin conversion to 48 kHz sample rate.
2017-10-12 12:38:32 +01:00
DStarRX.cpp
Re-add the const qualifiers.
2017-08-18 11:04:06 +01:00
DStarRX.h
Re-add the const qualifiers.
2017-08-18 11:04:06 +01:00
DStarTX.cpp
TX filter coefficients for 48 kHz
2017-10-14 12:18:43 -03:00
DStarTX.h
TX filter coefficients for 48 kHz
2017-10-14 12:18:43 -03:00
Globals.h
Change the hardware sample rate and ring buffer sizes.
2017-10-12 13:22:41 +01:00
IO.cpp
Additional changes for 48 kHz
2017-10-14 19:33:41 -03:00
IO.h
Merge branch 'master' into boxcar_dstar_correlator
2017-08-30 09:18:31 +01:00
IODue.cpp
Change the hardware sample rate and ring buffer sizes.
2017-10-12 13:22:41 +01:00
IOSTM.cpp
Change the hardware sample rate and ring buffer sizes.
2017-10-12 13:22:41 +01:00
IOSTM_CMSIS.cpp
Change the hardware sample rate and ring buffer sizes.
2017-10-12 13:22:41 +01:00
IOTeensy.cpp
Change the hardware sample rate and ring buffer sizes.
2017-10-12 13:22:41 +01:00
LICENCE
Makefile
Fix some comments for STM32FXXX
2017-10-02 12:20:25 -03:00
Makefile.Arduino
Create .bin on compile target instead of upload
2017-09-10 14:04:41 +02:00
Makefile.CMSIS
Change port definition for bootloader (BL_PORT) in Makefile.CMSIS
2017-05-31 15:04:00 +02:00
MMDVM.cpp
Removing unnecessary “defined(STM32F4)”
2017-08-27 15:20:46 -03:00
MMDVM.ino
Forgot this file.
2017-07-16 18:58:12 +01:00
MMDVM_STM32F4xx.coproj
Updating Coocox project file
2017-07-04 13:42:51 -04:00
mmdvmmenu.sh
openocd.cfg
P25Defines.h
Begin conversion to 48 kHz sample rate.
2017-10-12 12:38:32 +01:00
P25RX.cpp
Re-add the const qualifiers.
2017-08-18 11:04:06 +01:00
P25RX.h
Re-add the const qualifiers.
2017-08-18 11:04:06 +01:00
P25TX.cpp
TX filter coefficients for 48 kHz
2017-10-14 12:18:43 -03:00
P25TX.h
README.md
RingBuff.h
RSSIRB.cpp
RSSIRB.h
Removing cstddef include for better toolchain compatibility (F4 & F7 devices). Please update the Lib.
2017-09-23 12:47:43 -03:00
SampleRB.cpp
SampleRB.h
Removing cstddef include for better toolchain compatibility (F4 & F7 devices). Please update the Lib.
2017-09-23 12:47:43 -03:00
SerialArduino.cpp
Add a ring buffer to the serial repeater. Uncompiled on the STM32
2017-04-24 18:02:36 +01:00
SerialPort.cpp
Additional changes for 48 kHz
2017-10-14 19:33:41 -03:00
SerialPort.h
Add a ring buffer to the serial repeater. Uncompiled on the STM32
2017-04-24 18:02:36 +01:00
SerialRB.cpp
SerialRB.h
Removing cstddef include for better toolchain compatibility (F4 & F7 devices). Please update the Lib.
2017-09-23 12:47:43 -03:00
SerialSTM.cpp
Fix some comments for STM32FXXX
2017-10-02 12:20:25 -03:00
SerialSTM_CMSIS.cpp
Move host communication port from USART2 to USART1
2017-05-31 15:05:58 +02:00
stm32f4xx_link.ld
stm32f7xx_link.ld
Adding preliminary support for STM32F767 (Nucleo-144 F767ZI)
2017-08-24 22:24:27 -03:00
STM32Utils.h
TODO.txt
Change the hardware sample rate and ring buffer sizes.
2017-10-12 13:22:41 +01:00
Utils.cpp
Utils.h
Removing cstddef include for better toolchain compatibility (F4 & F7 devices). Please update the Lib.
2017-09-23 12:47:43 -03:00
YSFDefines.h
Begin conversion to 48 kHz sample rate.
2017-10-12 12:38:32 +01:00
YSFRX.cpp
Re-add the const qualifiers.
2017-08-18 11:04:06 +01:00
YSFRX.h
Remove compiler warning.
2017-08-29 08:37:48 +01:00
YSFTX.cpp
TX filter coefficients for 48 kHz
2017-10-14 12:18:43 -03:00
YSFTX.h