Andy CA6JAU
c16dd5a1bf
Updating instructions (hidden #defines)
2017-07-29 09:19:16 -04:00
Andy CA6JAU
09e2b61eb8
Changing description text and updating version
2017-07-29 09:18:36 -04:00
Andy CA6JAU
6eadc7c106
Updating scripts
2017-07-28 13:57:04 -04:00
Andy CA6JAU
c2664862eb
RC filter enabled by default
2017-07-28 13:56:45 -04:00
Andy CA6JAU
eef5b01f74
Enabling RSSI for ZUMspot USB and ZUMspot RPi
2017-07-28 13:56:20 -04:00
Andy CA6JAU
5bc15a6f75
Updating BUILD.md
2017-07-28 13:55:57 -04:00
Andy CA6JAU
b7f946141c
Fix typo in build_fw script
2017-07-27 00:09:46 -04:00
Andy CA6JAU
70e4f505dc
Simple script for firmware building
2017-07-27 00:01:54 -04:00
Andy CA6JAU
4c0c36738e
Enable default serial repeater port
2017-07-27 00:01:03 -04:00
Andy CA6JAU
16c7645157
Adding typical Config.h for each hardware
2017-07-26 01:00:41 -04:00
Andy CA6JAU
9dbb0bdafc
Raised cosine filter disabled by default
2017-07-26 00:50:01 -04:00
Andy CA6JAU
01873f7588
Cleaning Config.h
2017-07-26 00:49:22 -04:00
Andy CA6JAU
f7858e201f
Updating BUILD.md
2017-07-23 11:46:15 -04:00
Andy CA6JAU
453b0469fc
Adding new option to Config.h for disabling TX RC filter for 4FSK modulations
2017-07-23 11:38:49 -04:00
Andy CA6JAU
d5c3872ce2
Adding more info for full duplex mode
2017-07-22 21:10:23 -04:00
Andy CA6JAU
a4173eac53
Updating README
2017-07-22 18:58:58 -04:00
Andy CA6JAU
c30cdbb2be
Fixing compilation error
2017-07-22 18:58:36 -04:00
Andy CA6JAU
eed3e4877a
Duplex mode disabled by default
2017-07-22 18:20:25 -04:00
Andy CA6JAU
110c393a3e
Merge branch 'master' into duplex
2017-07-22 18:14:33 -04:00
Andy CA6JAU
dd57050bf9
Adding copyright notes
2017-07-22 18:12:13 -04:00
Andy CA6JAU
f5e065673d
Fix bits to bytes conversion in DMRIdle
2017-07-22 13:42:26 -04:00
Andy CA6JAU
5c4189f51f
Merge branch 'master' into duplex
2017-07-20 14:22:16 -04:00
Andy CA6JAU
3651b901ec
Adding “test modes” documentation
2017-07-19 23:57:33 -04:00
Andy CA6JAU
d1ff600983
Adding more info to README
2017-07-19 23:41:14 -04:00
Andy CA6JAU
0604b1491a
Adding “important notes” to README
2017-07-19 01:04:37 -04:00
Andy CA6JAU
bc1b8720ee
Merge branch 'master' into duplex
2017-07-16 23:57:30 -04:00
Andy CA6JAU
19b6523796
Adding Windows command line compilation instructions
2017-07-16 23:56:51 -04:00
Andy CA6JAU
3463eb03c9
Adding Florian DF2ET fix Makefile and Windows compatibility
2017-07-16 23:56:11 -04:00
Andy CA6JAU
2a6dff1855
Updating firmware date
2017-07-15 16:47:19 -04:00
Andy CA6JAU
ce36c8a63c
Merge branch 'master' into duplex
2017-07-15 16:33:35 -04:00
Andy CA6JAU
3ea4d243d6
Support for USART1 LCD to SerialPort.cpp
2017-07-15 16:32:43 -04:00
Andy CA6JAU
0ec65dcbf7
Adding support for USART1 LCD to STM32duino
2017-07-15 16:32:07 -04:00
Andy CA6JAU
9db9535146
Merge branch 'master' into duplex
2017-07-15 15:56:19 -04:00
Andy CA6JAU
922653aa7a
Updating build instructions
2017-07-15 15:46:46 -04:00
Andy CA6JAU
fd2204996e
Updating comments in Config.h
2017-07-15 15:44:13 -04:00
Andy CA6JAU
47a2dca8b0
Small changes
2017-07-15 15:21:21 -04:00
Andy CA6JAU
a68946e0b2
Updating some comments and text
2017-07-15 15:20:45 -04:00
Andy CA6JAU
2c812991f7
Merge pull request #13 from g0wfv/develop
...
Serial repeater port changes
2017-07-15 15:04:22 -04:00
Tony Corbett
0d39ef58cd
Update SerialSTM.cpp
2017-07-15 19:33:44 +01:00
Tony Corbett
cc72d91f51
Update IOSTM.cpp
2017-07-15 19:29:28 +01:00
Tony Corbett
d2c0a232d5
Update IOArduino.cpp
2017-07-15 19:27:41 +01:00
Tony Corbett
8240961fab
Update Config.h
2017-07-15 19:25:06 +01:00
Andy CA6JAU
354496817b
Updating and formatting documentation
2017-07-15 14:16:32 -04:00
Tony Corbett, G0WFV
47bca81385
Add STM32F10X_Lib directory to .gitignore
2017-07-15 17:33:02 +01:00
Tony Corbett, G0WFV
f69805f247
Serial repeater port changes
...
Enables neater connection to erroneous boards with only 3 pins on USART2 like the one I have!
USART1 is now the default for Nextion serial repeater unless you define STM32_USART1_HOST or ZUMSPOT_LIBRE in Config.h
Needed to specify ZUMSPOT_LIBRE as separate board in Config.h as this only has a header for USART2 - Libre Kit will not use these changes.
All other boards appear to break out all USARTs in some form or other (specifically USART1)
EA7GIB's boards will now have a minor labelling error in that the header labelled Nextion (USART2) is no longer the Nextion port unless you define STM32_USART1_HOST or ZUMSPOT_LIBRE in Config.h. If like me your OCD triggers with this, define ZUMSPOT_LIBRE and the nextion will be forced to USART2 (as labelled!)
2017-07-15 17:30:22 +01:00
Andy CA6JAU
fc1ece9e96
Merge branch 'devel' into duplex
2017-07-09 01:33:55 -04:00
Andy CA6JAU
438cfc2b82
Fix serial repeater port
2017-07-09 00:58:41 -04:00
Andy CA6JAU
76b05cf114
Removing unused variables
2017-07-09 00:07:51 -04:00
Andy CA6JAU
bcf82b36df
Minor changes
2017-07-08 14:09:45 -04:00
Andy CA6JAU
91211c89d6
Doubling bit I/O buffer ring
2017-07-08 14:00:47 -04:00