1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 23:35:34 +03:00
Commit graph

78 commits

Author SHA1 Message Date
jflyper
61a87480b3 Rebased on to master (with merged CMS) 2016-11-15 15:46:43 +09:00
Martin Budden
e783217833 Tidy fc_tasks.c 2016-11-10 08:32:44 +00:00
jflyper
f783ef4015 Added a TASK_CMS start condition for MSP_DISPLAYPORT only case 2016-11-09 00:18:38 +09:00
Martin Budden
2a2960f584 Tidied up CMS related #defines 2016-11-08 06:38:22 +00:00
Martin Budden
30dfe0c3a5 Tidy of osd.c 2016-11-08 05:36:56 +00:00
Martin Budden
d8a83518db CMS file renaming. displayPort renaming 2016-11-06 20:24:33 +00:00
Martin Budden
a7a428a5bb Code tidy and addition of GPL headers 2016-11-06 10:29:11 +00:00
jflyper
278cf811a7 Rebased onto CMS (WIP, nasty OLEDCMS / cli hang bug)
When OLEDCMS is enabled, enter cli hangs the FC.
2016-11-04 01:59:02 +09:00
jflyper
ccdf1424c5 Rebased 2016-11-03 12:11:12 +09:00
Martin Budden
5bc1105871 Renamed display to dashboard 2016-11-02 05:00:09 +00:00
jflyper
2bf74e0513 Rebased onto current CMS dev 2016-11-01 15:36:57 +09:00
jflyper
9264a9a302 Working version after rebase (onto master) 2016-11-01 12:26:53 +09:00
jflyper
7960b1665d Introduction of displayPort_t 2016-10-27 19:07:27 +09:00
jflyper
482dbe316b Rebased again ... 2016-10-26 03:22:12 +09:00
jflyper
761e1c5bf2 Add OLED CMS support 2016-10-25 17:29:49 +09:00
Martin Budden
6aa40846fe Improved MSP initialisation and independence from serial code 2016-10-24 18:49:08 +01:00
jflyper
6cf9086f56 CMS-OSD separation 2016-10-23 19:03:35 +09:00
jflyper
01eab00fd7 Configuration Menu System support for external OSD
A quick hack to support config menu on external OSD, consisiting of:

- CMS-OSD partial separation (CMS and OSD reside in a same file: osd.c)
- MSP message injection (take it as server-push in client-server model)
2016-10-20 22:42:39 +09:00
Martin Budden
a771280b50 Moved config.c from config directory to fc directory 2016-10-18 08:57:39 +01:00
Martin Budden
5f791cef77 Renamed some MSP related files 2016-10-16 11:13:38 +01:00
J Blackman
84c6672967 Merge pull request #1297 from martinbudden/bf_msp_split_stage4
MSP split stage4 - Better split between MSP and serial
2016-10-16 19:59:03 +11:00
Martin Budden
c0d87ca657 Improved consistency of update fn naming. GPS update tidy. 2016-10-16 08:18:03 +01:00
Martin Budden
e15bafe6e7 Further reorganisation of MSP 2016-10-15 10:21:13 +01:00
Steffen Windoffer
f1fb7c4e69 add guard around taskUpdateBeeper to remove unused error 2016-10-13 18:09:02 +02:00
Martin Budden
1c23ab5436 Made fc tasks functions static where possible 2016-10-12 06:10:19 +01:00
blckmn
8de4848381 A couple of missing includes - generating warnings 2016-10-12 13:20:18 +11:00
Martin Budden
3f5393e201 Fixup after rebase 2016-10-09 18:01:20 +01:00
Martin Budden
0ccb7040f0 Reorganisation of tasks into fc_tasks.c 2016-10-09 17:43:29 +01:00