144 Commits (95cbb69d3ca4fe28cd4c7ad4b629c4c34ed87435)

Author SHA1 Message Date
yaapu afa6e30b94 AP_Frsky_Telem: added airspeed flag to frame 0x5005 enabled by a new parameter 4 years ago
yaapu c615706971 AP_Frsky_Telem: added a parameter to set the default FRSky sensor ID for passthrough telemetry 4 years ago
yaapu 870c280946 AP_Frsky_Telem: upgraded SERIAL_PROTOCOL 4 telemetry to 2 bytes data IDs 4 years ago
yaapu a5e1a45e7a AP_Frsky_Telem: added hud throttle [-100,100] to frame 0x5001 scaled to [-63,63] on 7bits 4 years ago
yaapu c32676adf5 AP_Frsky_Telem: added (generic) failsafe status bit to frame 0x5001 4 years ago
yaapu dcf85bcf3b AP_Frsky_Telem: added healthy status bit to terrain frame 0x500A 4 years ago
yaapu e1f97becab AP_Frsky_Telem: added fence status data to frame 0x5001 4 years ago
Andrew Tridgell d3e3e58466 AP_Frsky_Telem: change for AP::terrain as a pointer 4 years ago
yaapu b62c2d9518 AP_Frsky_Telem: added new capabilities param to frame 0x5007 4 years ago
yaapu 592fba7416 AP_Frsky_Telem: frame 0x5007 refactoring 4 years ago
yaapu 45f7cb0c82 AP_Frsky_Telem: added passthrough frame 0x500B for height above terrain 4 years ago
Peter Barker 4d2cf8c95b AP_Frsky_SPort: correct handling of RPM sensor data 4 years ago
Peter Barker c059338386 AP_Frsky_Telem: use location from AHRS not GPS 4 years ago
Patrick José Pereira aa55578008 AP_Frsky_Telem: Add missing const in member functions 4 years ago
yaapu d5868e3c7d AP_Frsky_Telem: added telemetry support for RPM sensors 1 and 2 for SPort, FPort/FPort2 and passthrough over crossfire 4 years ago
yaapu 24382e25fc AP_Frsky_Telem: added support for sending frsky telemetry data from scripting 4 years ago
yaapu 6b26a64f77 AP_Frsky_Telem: added support for passthrough telemetry over crossfire 4 years ago
yaapu e044cdfde7 AP_Frsky_Telem: fix for conditional compilation of bidir support 4 years ago
Andrew Tridgell 12acc0724e AP_Frsky_Telem: implement BRD_OPTIONS bit for setting of internal parameters 4 years ago
Peter Barker ee43663c7a AP_Frsky_Telem: get airspeed sensor from singleton not AHRS object 4 years ago
Peter Barker 9aec1e48af AP_Frsky_Telem: tidy mavlite message handling 4 years ago
Peter Barker e0f8e003ec AP_Frsky_Telem: move mavlite message handling to own object 4 years ago
Peter Barker b4e12da2c8 AP_Frsky_Telem: rework SPort-to-MAVlite conversion 4 years ago
yaapu 988af83fce AP_Frsky_Telem: added support for frsky sport/fport bidirectional telemetry 4 years ago
yaapu a4297bcdd7 AP_Frsky_SPort: reduce acceptable response delay to 6500us 4 years ago
yaapu 33f19eec27 AP_Frsky_Telem: tidy parsers and splitting of statustexts 4 years ago
yaapu 6abf4ec2b5 AP_Frsky_Telem: tidy creation of frsky data 4 years ago
Peter Barker 6cbb553adc AP_Frsky_Telem: reformat new filed using astyle.sh; no history to lose 4 years ago
Peter Barker 9c211d9847 AP_Frsky_Telem: move #defines to be static const members of AP_Frsky_Backend 4 years ago
Peter Barker 0bb7a31850 AP_Frsky_Telem: move all method implementations into correct files 4 years ago
Peter Barker 05d7950261 AP_Frsky_Telem: frontend/backend split 4 years ago
yaapu 683df64d86 AP_Frsky_Telem: fix frsky serial 10 parameters 5 years ago
yaapu 13592cef91 AP_Frsky_Telem: removed time constraint to allow SITL regression testing 5 years ago
yaapu 6303c700d4 AP_Frsky_Telem: prevent SPort frame fragmentation by writing whole 8byte frames vs writing single bytes 5 years ago
Andy Piper 44e5171f2b AP_Frsky_Telem: refactor common code into AP_RCTelemetry 5 years ago
yaapu fed8ecc3b0 AP_Frsky_Telem: fix for protocol=4 GAlt=0 and GSPd=0 5 years ago
yaapu 0c5618c9e7 AP_Frsky_Telem: add semaphores to ahrs access and fix potential array out of bounds access 5 years ago
yaapu b606c0df64 AP_Frsky_Telem: added VSpd to telemetry protocol 4 5 years ago
yaapu e9e02542f1 AP_Frsky_Telem: fix for missing WFQ scheduler initialization 5 years ago
Andrew Tridgell 3556f33051 AP_Frsky_Telem: fixed a race condition with statustext handling 5 years ago
Andrew Tridgell 9579e64a03 AP_Frsky_Telem: make get_telem_data() static 5 years ago
Andrew Tridgell 49f81fbd18 AP_FrSky_Telem: allow for external library to send SPort data 5 years ago
yaapu dddfaa256f Ap_Frsky_Telem: replaced the passthrough scheduler with a WFQ one. 5 years ago
Andrew Tridgell 7afd51d03e AP_Frsky_Telem: move FrSky handling to it's own thread 6 years ago
Michael du Breuil ea82d6ea4c AP_FrSkyTelem: Refactor battery current interface 6 years ago
Michael du Breuil 67898d7320 AP_FrSky_Telem: Don't statically allocate the statustext_queue 6 years ago
Michael du Breuil 59e62ca2fc AP_FrSky_Telem: Make init return false if we failed to init 6 years ago
Michael du Breuil 889d9b7348 AP_Frsky: Fix AP_GPS.h include 6 years ago
Pierre Kancir 1abe8c04f2 AP_Frsky_Telem: move get_bearing_cd to Location and rename to get_bearing_to 6 years ago
Michael du Breuil 64c9705679 AP_Frsky_Telem: Improve includes 6 years ago