1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00
betaflight/src/main/interface
mikeller d3a6b3730f Added FrSky X SPI RX protocol.
Original implementation from midelic.

Added RX number support.

Fixed (almost) SmartPort over SPI.

Fixed indentation.

Somewhat working telemetry.

Fixed SmartPort.

Work on SmartPort.

Work on SmartPort.

Working version without RX ringbuffer.

Na, stuff it, ringbuffer is better.

Fixed build.

Make sure we don't lose packets.

Made MSP over SmartPort over SPI work.

Moved processing of incoming telemetry into 'handleTelemetry'.

Improved telemetry buffering.

Make sure telemetry polling is happening.

Some cleanups.

Make telemetry wait if MSP is pemding.

Made MSP over SmartPort work.

Fixes after rebase.

Combined FrSky D and FrSky X.

Combined FrSky D and FrSky X.

Merged D and X.
2017-11-29 03:12:02 +13:00
..
cli.c Added FrSky X SPI RX protocol. 2017-11-29 03:12:02 +13:00
cli.h Created new interface directory 2017-11-12 12:20:58 +00:00
crsf_protocol.h Split crsf protocol into interface directory 2017-11-12 20:34:18 +00:00
msp.c Merge pull request #4611 from mikeller/add_msp_tx_data 2017-11-20 21:18:48 +13:00
msp.h Renamed fc_msp* files to msp* 2017-11-12 21:43:09 +00:00
msp_box.c Pit mode on a switch 2017-11-26 23:17:21 -05:00
msp_box.h Renamed fc_msp* files to msp* 2017-11-12 21:43:09 +00:00
msp_protocol.h Added data for lua TX scripts to MSP. 2017-11-19 10:24:55 +13:00
settings.c Added FrSky X SPI RX protocol. 2017-11-29 03:12:02 +13:00
settings.h Created new interface directory 2017-11-12 12:20:58 +00:00