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

4599 commits

Author SHA1 Message Date
jflyper
9c4bedb7d4 Fix for SINGULARITY build 2016-11-09 11:10:44 +09:00
kc10kevin
dabb7d6436 Fix FURYF3 Timers-Dshot 2016-11-08 19:21:58 -06:00
borisbstyle
7e548374bf correct AF 2016-11-09 01:57:10 +01:00
blckmn
8c9ed2d437 Small tidy of LED code 2016-11-09 09:58:21 +11:00
jflyper
8530cd4ba1 Menu restructuring
- Rate profiles are handled correctly
- Added FILTER GLB (Global) and FILTER PP (Per Profile) sub menus
- Moved MISC menu under top level.
2016-11-09 05:42:22 +09:00
jflyper
cff08148f0 Merge pull request #10 from martinbudden/bf_osd9
Improved CMS const correctness. Added CMS and USE_MSP_DISPLAYPORT to common.h
2016-11-09 01:02:20 +09:00
Martin Budden
f68e6a4d2f Improved CMS const correctness. Added CMS and USE_MSP_DISPLAYPORT to common.h 2016-11-08 15:46:05 +00:00
jflyper
b5a29955f1 REVO target for testing 2016-11-09 00:18:53 +09:00
jflyper
f783ef4015 Added a TASK_CMS start condition for MSP_DISPLAYPORT only case 2016-11-09 00:18:38 +09:00
mikeller
ea3291c404 Changed scaling of axisPID to be local to mixer only, since the servos need unscaled axisPID. 2016-11-08 22:38:30 +13:00
jflyper
c9b7ac21c1 Added onChange function call to scalar data types
This will make changed values to take effect immediately in the profile
related menus.

It’s only used for profile selection now; will be used more through out
the menu contents.
2016-11-08 18:22:00 +09:00
jflyper
0f121c69bb Merge pull request #9 from martinbudden/jf_osd6
CMS currentTime tidy
2016-11-08 18:03:38 +09:00
jflyper
c58132a198 Merge pull request #8 from martinbudden/jf_osd8
Tidy of osd.c and CMS related #defines
2016-11-08 18:00:27 +09:00
jflyper
6bcec1bcd7 Merge pull request #7 from martinbudden/jf_osd7
Added CMS test code
2016-11-08 17:59:58 +09:00
Martin Budden
2a2960f584 Tidied up CMS related #defines 2016-11-08 06:38:22 +00:00
Martin Budden
1bbc0420ad CMS currentTime tidy 2016-11-08 06:30:24 +00:00
Martin Budden
30dfe0c3a5 Tidy of osd.c 2016-11-08 05:36:56 +00:00
jflyper
7861603c96 Optional string for OME_Label
OME_Label now has an optional string (data).
Profile number is now displayed PID menu using this facility.
2016-11-08 14:20:12 +09:00
blckmn
9fc0f97359 Adding missing licence headers 2016-11-08 15:48:11 +11:00
jflyper
b7342b98e2 Cosmetics around masterConfig.osdProfile.item_pos[] 2016-11-08 13:18:28 +09:00
jflyper
bf5430a2bd Remove historical OSD_CALLS_CMS
This was a part of the original code, and was left here so there will
be an option to call CMS code from OSD task so that there is no need
for a separate CMS task.
It was eventually unused; there are couples of important logics around
cmsOpenMenu so doing this will require the same amount of code.
2016-11-08 12:14:27 +09:00
blckmn
8dc3bee80d Adding DMA ownership for ADC, LED STRIP, USART and MOTOR 2016-11-08 13:47:37 +11:00
Martin Budden
2c9d71aeae Added CMS test code 2016-11-07 20:51:08 +00:00
jflyper
576ad19914 Add OME_Funcall to call a function.
With the introduction of the CME_Menu, OME_Submenu became unsuitable
for general function calls. Actually, it works and call the designated
function, but attempt to externally traverse the menu structure fail
because it expects CME_Menu * as data for OME_Submenu.
2016-11-08 05:27:09 +09:00
Faduf
d93e218073 Beeper inversion and I2C Pull-up deactivation 2016-11-07 19:55:09 +01:00
Faduf
87c305639a Update target.h 2016-11-07 19:54:12 +01:00
rotcehdnih
39784a74fe First test // Props off 2016-11-08 01:55:19 +11:00
jflyper
c12942ed41 Substitute FEATURE_MSP_DISPLAYPORT with !defined(OSD)
Save feature bits.
2016-11-07 22:29:35 +09:00
jflyper
5a6828b87f RAMDOM!!! 2016-11-07 20:35:01 +09:00
borisbstyle
d572043b8a Remap TIM17 DMA on SPF3 2016-11-07 12:33:12 +01:00
jflyper
aed2e48266 Tidy 2016-11-07 20:17:52 +09:00
jflyper
1da1837288 Change feature name to MSP_DISPLAYPORT
And some build option fix.
2016-11-07 18:53:23 +09:00
jflyper
3c2849ffdc VTX menu: onEntry and onExit should be working now
Don’t know why this was overlooked.
Needs testing.
2016-11-07 17:12:57 +09:00
jflyper
3bce0fb5f1 Overlooked menu separation from osd.c
This was overlooked (cms_menu_osd.h was already there).

Now the element position editing capability is absolutely gone.
2016-11-07 16:54:22 +09:00
jflyper
941c3abb12 IMU menu: fixed ranges to match that of cli. 2016-11-07 16:51:29 +09:00
Martin Budden
d62a258a03 Merge pull request #1481 from blckmn/timer_irq_removal
Remove need for IRQ to be provided in target.c
2016-11-07 07:54:23 +01:00
jamming
a646622997 changes log 2016-11-07 14:30:44 +08:00
jflyper
ee6641a917 Fix profile number offset problem 2016-11-07 14:33:12 +09:00
blckmn
d7fe69a421 Removing irq completely from target.c 2016-11-07 15:04:13 +11:00
blckmn
159236093e Remove need for IRQ to be provided in target.c 2016-11-07 09:54:55 +11:00
blckmn
eb53cbb40d Renaming resourceOwner_t to resourceOwner_e 2016-11-07 08:57:54 +11:00
Martin Budden
7ff8547c70 Fixed overlooked USE_MSP_OSD 2016-11-06 21:11:08 +00:00
Martin Budden
44d633e5e7 Changed USE_MSP_OSD to USE_MSP_DISPLAYPORT 2016-11-06 20:40:42 +00:00
Martin Budden
d8a83518db CMS file renaming. displayPort renaming 2016-11-06 20:24:33 +00:00
blckmn
e3ab93a416 Adding LED strip to CR 2016-11-07 06:02:32 +11:00
blckmn
18decaf436 Remaining LED strip driver issues resolved. 2016-11-07 05:56:27 +11:00
borisbstyle
504f6b4479 Merge pull request #1474 from Faduf/master
YuPiF4 target : Gyro change
2016-11-06 19:54:23 +01:00
Martin Budden
74477c8edd Fixed COLIBRI_RACE build 2016-11-06 17:22:46 +00:00
francoisduf
f3690fc769 Gyro change 2016-11-06 11:31:58 +01:00
Martin Budden
a7a428a5bb Code tidy and addition of GPL headers 2016-11-06 10:29:11 +00:00