Dennis
3fa99fff48
Merge ba4526ee89c2b5a946a659eea2c9581c36254809 into 049db615e3dcdc0405b33c0c3126ad3770b45293
2017-11-28 07:40:50 +00:00
pascallanger
049db615e3
Merge pull request #114 from benlye/stm32-board-1
...
Initial check-in for STM32 board
2017-11-28 08:40:32 +01:00
Ben Lye
e557155b17
Initial check-in for STM32 board
2017-11-27 21:19:49 +00:00
Pascal Langer
9bf5b0c9a7
ESKY 150: new protocol
...
New protocol number 35
No sub protocols
option=0->4 channels, option=1->7 channels
2017-11-27 11:20:57 +01:00
Pascal Langer
ea860f24a1
Merge branch 'master' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module
2017-11-26 22:07:37 +01:00
Pascal Langer
5e89d49bd9
Serial debug
2017-11-26 22:07:34 +01:00
pascallanger
cb1ba0e00c
Update Compiling_STM32.md
2017-11-26 21:51:40 +01:00
pascallanger
0f965b6800
Update Compiling_STM32.md
2017-11-26 21:49:29 +01:00
pascallanger
486c2170cd
Update Compiling_STM32.md
2017-11-26 21:49:02 +01:00
pascallanger
83641a4f54
Update Compiling_STM32.md
2017-11-26 21:45:17 +01:00
Pascal Langer
5cb2326ea7
Using Serial for debug
2017-11-26 20:58:36 +01:00
Pascal Langer
84d7986353
Merge branch 'master' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module
2017-11-26 20:38:38 +01:00
Pascal Langer
a3c2628359
Replaced debug serial routines
2017-11-26 20:38:30 +01:00
pascallanger
8ae34bdd9d
Update Compiling_STM32.md
2017-11-26 20:30:54 +01:00
Pascal Langer
110378e3b4
Cabell protocol change
2017-11-26 15:36:33 +01:00
Pascal Langer
2181d0b33c
Final bit bashing fix?
2017-11-26 08:41:55 +01:00
Dennis
ba4526ee89
Fix ATMEGA BASH_SERIAL buffer overrun
...
Changed the compare to TXBUFFER_SIZE to >=
If next wasn't set to zero until > TXBUFFER_SIZE then the next time the
routines get called the the array index references outside the buffer
(e.g tail+1)
2017-11-25 19:53:15 -05:00
Dennis
4b7e4d6bad
Merge remote-tracking branch 'refs/remotes/pascallanger/master'
...
# Conflicts:
# Multiprotocol/Multiprotocol.h
2017-11-25 17:45:58 -05:00
Dennis
1da1d8af19
Merge remote-tracking branch 'refs/remotes/pascallanger/master'
2017-11-25 17:35:33 -05:00
Ben Lye
2afa7ea691
Merge pull request #112 from benlye/update-avr-board
...
Update Atmega328 board definition
2017-11-25 22:00:20 +00:00
Ben Lye
d0f76117cd
Update Atmega328 board definition
...
- Tweak to AVR board menu entry
- Exported binary will be named 'multifw.hex'
- Updated zip and JSON files
2017-11-25 21:58:57 +00:00
Ben Lye
e25060a16e
Update Compiling.md
...
Made it clear that burning bootloader etc. isn't needed after the first upload.
2017-11-25 21:30:33 +00:00
Ben Lye
5e6da326f6
Merge pull request #111 from pascallanger/benlye-doc-updates-1
...
Documentation updates
2017-11-25 20:52:42 +00:00
Ben Lye
981a8f8d2c
Create Flash_from_Tx.md
2017-11-25 20:50:25 +00:00
Ben Lye
5c7e592e1e
Update Compiling.md
2017-11-25 20:49:09 +00:00
Pascal Langer
2a25f76b56
Merge branch 'master' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module
2017-11-25 09:32:03 +01:00
Pascal Langer
41d579dc23
Invert serial atmega bug correction
2017-11-25 09:32:00 +01:00
Pascal Langer
7d41017850
Updates
...
Implemented debug output on uart1 for stm32
Replaced hardcoded eeprom offsets with documented constats
Fixed a bug affecting telemetry on Atmega328p using the invert_telemetry flag.
2017-11-24 23:01:47 +01:00
pascallanger
daeba0d43a
Update Compiling_STM32.md
2017-11-24 19:50:36 +01:00
Pascal Langer
24fd5ba361
Merge branch 'master' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module
2017-11-24 13:39:54 +01:00
Pascal Langer
3353637c8f
S-FHSS update
2017-11-24 13:39:50 +01:00
Dennis
8b8812a194
Merge remote-tracking branch 'refs/remotes/pascallanger/master'
...
# Conflicts: all resolved by taking the master's code since all changes
were already taken into master
# Multiprotocol/CABELL_nrf224l01.ino
# Multiprotocol/Multiprotocol.h
# Multiprotocol/Multiprotocol.ino
# Multiprotocol/NRF24l01_SPI.ino
# Multiprotocol/Validate.h
# Multiprotocol/_Config.h
2017-11-24 00:13:31 -05:00
pascallanger
9601e6942d
Merge pull request #91 from ScottJD/patch-1
...
Update BOM_DIY_STM32 & Schematic.md
2017-11-23 19:27:21 +01:00
pascallanger
4b32a93f27
Update Protocols_Details.md
2017-11-23 18:49:21 +01:00
Pascal Langer
9e8978166e
New CABELL protocol
...
Protocol number: 34
sub_protocols:
0 CABELL_V3
1 CABELL_V3_TELEMETRY
6 CABELL_SET_FAIL_SAFE
7 CABELL_UNBIND
2017-11-23 18:44:31 +01:00
Pascal Langer
6bf873f4db
timing
2017-11-23 15:53:15 +01:00
Pascal Langer
1318f1a29b
S-FHSS failsafe again...
2017-11-23 15:51:07 +01:00
Pascal Langer
d9282ac750
Boards correction
2017-11-22 18:04:40 +01:00
Pascal Langer
205d728798
S-FHSS Failsafe: SFHSS_FAILSAFE_THROTTLE
2017-11-22 15:21:36 +01:00
Pascal Langer
bd9c772a52
S-FHSS: fix failsafe
2017-11-22 14:51:45 +01:00
Pascal Langer
76e9002995
S-FHSS failsafe
2017-11-22 13:56:42 +01:00
pascallanger
2ffa2d7b73
Update Protocols_Details.md
2017-11-21 22:03:28 +01:00
pascallanger
0e4583f8e2
Update Protocols_Details.md
2017-11-21 21:47:08 +01:00
Pascal Langer
3802722bb1
Merge branch 'master' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module
2017-11-21 21:45:12 +01:00
Pascal Langer
41f0a712fd
S-FHSS improvements
2017-11-21 21:45:03 +01:00
pascallanger
4633c37380
Update Models.md
2017-11-21 17:22:20 +01:00
Pascal Langer
35089febab
SFHSS subprotocols
2017-11-20 22:02:14 +01:00
Pascal Langer
a95fd1e1d8
SFHSS sub protocols
2017-11-20 21:58:01 +01:00
Pascal Langer
6535f64699
Merge branch 'master' of https://github.com/pascallanger/DIY-Multiprotocol-TX-Module
2017-11-20 19:12:40 +01:00
Pascal Langer
b15a5d4a45
Flysky and Assan output map
2017-11-20 19:12:37 +01:00