Commit Graph

597 Commits

Author SHA1 Message Date
Jonathan Naylor 9d1ebc0f8f Small refactor. 2017-07-10 19:41:01 +01:00
Jonathan Naylor 902b079de2 Merge pull request #100 from juribeparada/devel
DC estimator filter for all modes
2017-07-09 21:22:52 +01:00
Andy CA6JAU 54f54ab518 Remove unused variables 2017-07-09 15:02:30 -04:00
Andy CA6JAU f8d767913e Adding DC estimator filter for all modes 2017-07-06 00:51:46 -04:00
Jonathan Naylor 266db8bedb Merge pull request #99 from juribeparada/master
Workaround for stm32flash bug and STM32F446 Pi version
2017-07-04 20:03:28 +01:00
Andy CA6JAU 6c4496e034 Updating Coocox project file 2017-07-04 13:42:51 -04:00
Andy CA6JAU 8db83708ca Disabling default enabled SEND_RSSI_DATA and SERIAL_REPEATER for STM32F446 Pi version 2017-07-04 13:39:01 -04:00
Andy CA6JAU 7f45a0da83 Workaround for stm32flash bug and STM32F446 Pi version 2017-07-04 13:35:44 -04:00
Andy CA6JAU ce03ad4ab7 Merge remote-tracking branch 'g4klx/master' 2017-07-04 13:32:17 -04:00
Jonathan Naylor ae9e35ccad Merge pull request #98 from phl0/dev
Added some more description on pinouts of STM
2017-06-21 19:15:04 +01:00
phl0 9e5234539e
Add pin number for STM32F4 discovery 2017-06-21 12:53:04 +02:00
phl0 dea7c714c0
Add pin numbers for morpho header 2017-06-21 12:44:53 +02:00
phl0 4690186812
Add pin numbers 2017-06-21 12:36:11 +02:00
Andy CA6JAU 399b6e1d85 Merge remote-tracking branch 'g4klx/master' 2017-06-18 10:01:50 -04:00
Jonathan Naylor c2ed9d4ae7 Merge pull request #97 from phl0/fixUpload
Fix Arduino Makefile to include GitVersion on upload
2017-06-06 12:08:31 +01:00
phl0 1dc23a4aa6
Fix Arduino Makefile to include GitVersion on upload 2017-06-06 10:50:53 +02:00
Jonathan Naylor 61b05dd5af Merge pull request #96 from N4IRS/master
Fix USART2 to USART1 after PR 94
2017-06-04 14:40:41 +01:00
Steve N4IRS 00a7f15011 Fix USART2 to USART1 after PR 94 2017-06-04 08:27:12 -04:00
Jonathan Naylor 8a5d5bc286 Merge pull request #93 from wojciechk8/mmdvm_pog_rev1
MMDVM_pog revision 1.0 changes
2017-06-03 17:19:38 +01:00
Jonathan Naylor c80c6a7797 Merge pull request #94 from sq6pog/master
Starting LED animation for MMDVM_pog board
2017-06-01 17:24:40 +01:00
SQ6POG 96c214c359 Added starting LED animation for MMDVM_pog board. 2017-06-01 17:05:29 +02:00
Wojciech Krutnik 6d5f098e41 Move host communication port from USART2 to USART1 2017-05-31 15:05:58 +02:00
Wojciech Krutnik e53aec348e Change port definition for bootloader (BL_PORT) in Makefile.CMSIS 2017-05-31 15:04:00 +02:00
Jonathan Naylor 9722c85585 Normalise the inverse-sinc lowpass filter to unity gain. 2017-05-05 08:10:36 +01:00
Jonathan Naylor 1a9c0d3ee7 Bump the version date. 2017-05-01 09:22:05 +01:00
Jonathan Naylor 7b68017411 Finish reverting to the master branch P25 filtering. 2017-04-29 10:08:38 +01:00
Jonathan Naylor a2cf35629b Revert "Testing low pass filter for P25 RX"
This reverts commit 68dfdf0c21.
2017-04-28 16:56:18 +01:00
Jonathan Naylor 2506690e98 Revert "Fix comments"
This reverts commit 3760404af9.
2017-04-28 16:55:55 +01:00
Jonathan Naylor 7e15d1ac70 Fix the TX FIFO write level calculation. 2017-04-26 08:18:00 +01:00
Jonathan Naylor 0fb75f974e Fix typo USART5 -> UART5 2017-04-25 08:03:10 +01:00
Jonathan Naylor 99ac6146d9 Add a ring buffer to the serial repeater. Uncompiled on the STM32
platform.
2017-04-24 18:02:36 +01:00
Jonathan Naylor 6161d298f7 Merge branch 'master' into c4fmdemod 2017-04-20 20:49:42 +01:00
Jonathan Naylor 7f181133c7 Merge pull request #90 from phl0/fixWindooze
Make Makefile compatible with builds on Windows
2017-04-18 06:09:50 +01:00
phl0 1d6ca99df9
Make Makefile compatible with builds on Windows 2017-04-17 23:01:19 +02:00
Jonathan Naylor baed701a6c Merge branch 'master' into c4fmdemod 2017-04-17 09:26:14 +01:00
Jonathan Naylor 8b31a53e4e Revert the DMR DMO TX changes. 2017-04-17 09:25:38 +01:00
Jonathan Naylor f6f1198873 Merge pull request #89 from juribeparada/master
Adding Pi Hat F446 support for stm32flash utility in Makefile
2017-04-16 19:57:08 +01:00
Andy CA6JAU 4b17bcd991 Changing default Makefile target to “nucleo” and adding “GitVersion.h” rule for all targets 2017-04-16 15:40:34 -03:00
Andy CA6JAU 852785b616 Workaround for Pi Hat F446 and stm32flash 2017-04-16 15:36:10 -03:00
Jonathan Naylor 1034670ac4 Merge pull request #88 from juribeparada/c4fmdemod
Testing low pass filter for P25 RX
2017-04-16 16:32:37 +01:00
Andy CA6JAU ff8bf96abb Adding GPIO sequence to enter serial bootloader mode (F446) 2017-04-16 11:48:41 -03:00
Andy CA6JAU edc53fc347 Adding Pi Hat F446 support for stm32flash utility in Makefile 2017-04-16 10:55:43 -03:00
Andy CA6JAU 3760404af9 Fix comments 2017-04-16 10:28:30 -03:00
Andy CA6JAU 68dfdf0c21 Testing low pass filter for P25 RX 2017-04-16 10:25:34 -03:00
Jonathan Naylor 5bd01645fa Merge pull request #87 from juribeparada/c4fmdemod
Fixing TX inverse SINC filter for P25, and change TX filters for gain=1
2017-04-15 18:18:19 +01:00
Andy CA6JAU f31cceac18 Fixing TX inverse SINC filter for P25, and change TX filters for gain=1 2017-04-15 13:44:00 -03:00
Andy CA6JAU 1b48c4de1c Merge remote-tracking branch 'g4klx/c4fmdemod' into c4fmdemod 2017-04-15 11:27:17 -03:00
Jonathan Naylor a6ed1e9667 Finish committing the last change. 2017-04-15 10:22:56 +01:00
Jonathan Naylor c7eb072d2f Add an extra flter for P25 RX. 2017-04-14 14:47:37 +01:00
Jonathan Naylor caa73c6c4a Remove the optional wide filters for C4FSK modes. 2017-04-14 14:22:47 +01:00