1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00
Commit graph

14 commits

Author SHA1 Message Date
AlessandroAU
401d052748 tested and working
increase crsf frame timeout and msp tlm buffer sizes

addresses comments
2022-01-05 02:46:42 +10:00
phobos-
e00a3abc59 ExpressLrs v2.0.0 support 2021-12-21 17:59:47 +01:00
Hans Christian Olaussen
5f4ed614f1 Remove shared MSP buffer 2021-12-16 23:42:04 +01:00
Vladimir Kulbashevsky
222a607e3c MSP_over_CRSF changed with support of MSVv2 and Jumbo 2021-12-13 16:38:41 +02:00
Hans Christian Olaussen
4fb82f8d34 Move MSP_EEPROM_WRITE check to handleMspFrame 2018-12-06 19:22:59 +01:00
blckmn
a9f74cd6df Removed excess trailing spaces before new lines on licenses. 2018-04-25 20:58:00 +10:00
blckmn
0aaa04910f Inserting where missing. 2018-04-22 09:23:31 +10:00
Martin Budden
d96f9ed2b7 Split crsf protocol into interface directory 2017-11-12 20:34:18 +00:00
Martin Budden
84269be8a2 Tidied header files 2017-11-12 15:05:09 +00:00
Curtis Bangert
4fd948cb24 Created buffer for msp frames and improved msp over telemetry performance for CRSF. 2017-10-09 08:52:16 -04:00
Martin Budden
287a45659d CRSF code tidy 2017-09-20 11:48:43 +01:00
Curtis Bangert
5ccd39843d Reset msp handling upon receipt of new incoming frames in msp_shared 2017-09-10 15:55:05 -04:00
mikeller
aa1edbd978 Restored SmartPort MSP frame handling to how it was before the addition of MSP over CRSF. 2017-09-11 04:01:52 +12:00
Curtis Bangert
863b24ae6a Corrected smartport regression issue with msp_shared
Corrected condition where an extra padded zero was added to outgoing msp buffers.
Whitespace tidy and removal of unnecessary condition.
Commented OSD and CMS from STM32F3DISCOVERY target.h
Various improvements to msp_shared (removed byte loops, point arithmetic)
Raised schedule priority of CRSF device and MSP calls
Reworked buffers in msp_shared to enable writes.
Moved msp buffers to msp_shared
Added new custom frames and reworking msp implementation
Implemented CRSF device info reply
Adding crsf ping/pong device info functionality
Changed Colibri FC address to Betaflight address
Implementing MSP in CRSF Telemetry
Decoupled msp functionality from smartport into msp_shared
Moved USE_SERVOS to FLASH>128 per mikeller
2017-09-10 01:36:59 -04:00