1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00
Commit graph

8456 commits

Author SHA1 Message Date
jflyper
5694b97dda Prevent CMS from freezing after flash erase 2017-05-29 09:28:18 +09:00
Michael Keller
bc736c7754 Merge pull request #3153 from AlienWiiBF/FORTINIF4
Support for FuriousFPV FORTINI F4
2017-05-29 12:06:16 +12:00
Michael Keller
d1dec2558c Merge pull request #3171 from theseankelly/cf2_bq_buzzer
Adding support for the BigQuad buzzer/beeper pin
2017-05-29 12:03:06 +12:00
Michael Keller
36270b39a4 Merge pull request #2819 from ros-gopigo/naze_rx_msp
activate 'USE_RX_MSP' on NAZE targets
2017-05-29 11:52:16 +12:00
Sean Kelly
0d9703e883 Adding support for the BigQuad buzzer/beeper pin 2017-05-28 14:12:20 -07:00
Martin Budden
dafac79ebf Merge pull request #3142 from DanNixon/osd_animate_battery_icon
Animate the battery symbols on OSD based on voltage
2017-05-28 14:42:59 +01:00
Martin Budden
a1df39b67b Merge pull request #3165 from ledvinap/fix-IOGetByTag-bf
IOGetByTag did not handle empty Tag correctly
2017-05-28 14:40:17 +01:00
Petr Ledvina
5fc2b4a8ac IOGetByTag did not handle empty Tag correctly 2017-05-28 14:47:58 +02:00
Martin Budden
dc40954e60 Merge pull request #3163 from martinbudden/bf_remove_sprintf
Replace sprintf with tfp_sprintf
2017-05-28 13:40:02 +01:00
Martin Budden
2c028629db Merge pull request #3164 from mikeller/fixed_osd_status_page_settings
Fixed CLI settings for OSD status page.
2017-05-28 13:39:42 +01:00
mikeller
e8af269862 Fixed CLI settings for OSD status page. 2017-05-29 00:14:02 +12:00
Michael Keller
c287e688b7 Merge pull request #3143 from mikeller/unify_frsky_ibus_voltage_setting
Unified 'frsky_vfas_cell_voltage' and 'ibus_report_cell_voltage' into 'report_cell_voltage'.
2017-05-28 23:35:01 +12:00
Michael Keller
d393746647 Merge pull request #3138 from mikeller/added_beeper_indication_to_led_warning
Added orange indication when beeper active to 'Warning' beeper mode.
2017-05-28 23:34:33 +12:00
Martin Budden
6c9ef6df21 Fix pragma poison sprintf compile errors 2017-05-28 12:09:27 +01:00
Michael Keller
af5a59ce69 Removed coveralls link. 2017-05-28 22:38:08 +12:00
Martin Budden
a6ba19aa97 Poisoned sprintf and snprintf 2017-05-28 11:31:37 +01:00
Martin Budden
3a5010ea65 Replace sprintf with tfp_sprintf 2017-05-28 07:17:35 +01:00
Anders Höglund
63aa212efa Merge pull request #3161 from AndersHoglund/conditional_coverage
Coverage only created and published if PUBLISHCOV is defined.
2017-05-27 20:25:07 +02:00
Anders Hoglund
a612065acc Coverage only created and published if PUBLISHCOV is defined. 2017-05-27 15:11:48 +02:00
Michael Jakob
c1052d1c4c Support for FuriousFPV FORTINI F4 2017-05-27 13:51:10 +02:00
Michael Keller
81b740fd44 Merge pull request #3151 from DrClaes/DrClaes-patch-2
Improved Throttle LED functionality
2017-05-27 20:54:12 +12:00
DrClaes
d22b32d969 Fixed whitespace 2017-05-27 10:38:57 +02:00
DrClaes
7566e41550 Fixed modulo math 2017-05-27 08:18:05 +02:00
Martin Budden
aa3f08ebae Merge pull request #3159 from martinbudden/bf_scheduler_reset
Fix in schedulerResetTaskStatistics
2017-05-27 07:06:29 +01:00
DrClaes
be91983bb4 Made suggested changes to style and function
Style suggestions adopted.
Use centerPWM (average of max and min PWM) for readability.
No longer resets hOffset, means that other functions (battery and rssi, currently) which use this still add to the hue
2017-05-27 08:05:21 +02:00
Martin Budden
505e9f4b2b Fix in schedulerResetTaskStatistics 2017-05-27 06:32:44 +01:00
DrClaes
1d091c317c Adjusted throttle led behavior 2017-05-27 00:00:20 +02:00
Dan Nixon
d95331323e Animate the battery symbols on OSD based on voltage 2017-05-26 17:15:19 +01:00
Martin Budden
f3502662b9 Merge pull request #3156 from martinbudden/bf_driver_time_header
Moved time functions out of system.h into time.h
2017-05-26 14:44:41 +01:00
Martin Budden
4820d5951e Merge pull request #3137 from DanNixon/osd_cleanup
OSD tidy
2017-05-26 14:40:13 +01:00
Martin Budden
23f158913e Moved time functions out of system.h into time.h 2017-05-26 14:03:28 +01:00
Dan Nixon
79a0f9738c Correct switch indentation in osd.c 2017-05-26 09:21:27 +01:00
Martin Budden
08638f1245 Merge pull request #3154 from jflyper/bfdev-nucleof7-add-portg
[NUCLEOF7] Add TARGET_IO_PORTG
2017-05-26 09:18:41 +01:00
jflyper
37607ce6b7 Add TARGET_IO_PORTG 2017-05-26 16:11:23 +09:00
DrClaes
255d781305 Improved Throttle LED functionality
Fades the LED smoothly from the previous color through the chosen color to the next color as throttle is advanced.
2017-05-25 22:36:42 +02:00
MJ666
9b03b52004 Merge pull request #3150 from AlienWiiBF/AFF3_whoop
Adding AlienFlightNG Whoop support
2017-05-25 21:37:28 +02:00
Michael Jakob
fe6642a7f9 Adding AlienFlightNG Whoop support
Some general AlienFlight target updates
2017-05-25 19:28:54 +02:00
Michael Keller
4cc5b9bb69 Merge pull request #3144 from jflyper/bfdev-fix-non-stop-beeping-on-omnibusf4
[OMNIBUSF4/OMNIBUSF4SD] Protect non-CL_RACINGF4 targets from using PWM beeper
2017-05-25 08:20:19 +12:00
jflyper
df83cb3f38 Protect non-CL_RACINGF4 targets from using PWM beeper 2017-05-25 02:33:06 +09:00
mikeller
0c568a3111 Unified 'frsky_vfas_cell_voltage' and 'ibus_report_cell_voltage' into 'report_cell_voltage'. 2017-05-25 02:00:26 +12:00
Anders Höglund
329c149fbb Merge pull request #3141 from AndersHoglund/vagrant_compiler_update
Update vagrant env, gcc-arm 6-2017q1-1~trusty3
2017-05-24 13:12:24 +02:00
Anders Höglund
fc08691d38 Update vagrant env, gcc-arm 6-2017q1-1~trusty3 2017-05-24 12:23:28 +02:00
Martin Budden
7cf5a0e684 Merge pull request #3052 from AndersHoglund/ban_compiler_warnings
Disallow any compiler warnings by turning them into hard errors by the -Werror option.
2017-05-24 10:14:52 +01:00
Michael Keller
7f348b997e Added orange indication when beeper active to 'Warning' beeper mode. 2017-05-24 13:01:35 +12:00
Anders Hoglund
4e8a4a29b5 Run compiler with -Werror only on Travis. 2017-05-24 01:07:13 +02:00
Anders Hoglund
32b4693a50 Disallow any compiler warnings warnings by turning them into hard errors by the -Werror option. 2017-05-23 23:42:53 +02:00
Dan Nixon
36b1b581fa Further tidy up in osd.c 2017-05-23 18:17:56 +01:00
Dan Nixon
06dd634464 Reset the time since last armed counter just after stats screen display
This ensures that the time since last armed is zero when exiting the
stats display and returning to "main" OSD screen
2017-05-23 17:10:52 +01:00
Dan Nixon
4c47e2e972 Tidy formatting in osd.c 2017-05-23 17:07:56 +01:00
Dan Nixon
7b6dc1b005 Small fixes from #3133 2017-05-23 17:07:18 +01:00