Commit Graph

7002 Commits

Author SHA1 Message Date
Michael Jakob fcb3ebf066 Change button code For SPRACINGF3MINI and OMNIBUS targets to new IO 2016-12-10 23:14:33 +01:00
Michael Jakob 590b01a77e Generalize brushed ESC auto detection
Used for all AlienFlight and SPRACINGF3EVO targets
2016-12-10 23:14:32 +01:00
Michael Keller 678d2f81ba Merge pull request #1791 from jflyper/bfdev-cms-size-optimized
CMS files as size optimized
2016-12-11 01:19:30 +13:00
jflyper 71f17a8f2b CMS files as size optimized 2016-12-10 21:01:44 +09:00
jflyper e2e7835cf8 Add cms files and vtx_smartaudio.c as size optimized 2016-12-10 20:53:31 +09:00
jflyper 6b81e70f41 Rebased (size PR is now in) 2016-12-10 20:48:02 +09:00
Michael Keller a9309e1204 Merge pull request #1747 from mikeller/optimise_non_rt_size
Optimised size for non realtime targets.
2016-12-11 00:44:46 +13:00
borisbstyle f5ca7d62d2 Merge pull request #1790 from martinbudden/bf_issue_1789_fix
Fixes issue 1789
2016-12-10 11:12:44 +01:00
Martin Budden c7835f781d Fixes issue 1789 2016-12-10 10:03:18 +00:00
J Blackman 6a363c8590 Merge pull request #1757 from martinbudden/bf_sensor_detect
Moved sensor detection into respective sensor modules
2016-12-10 10:41:40 +11:00
blckmn 1040168b9a Alternative LED configuration is for AFF3 REV2 2016-12-10 10:40:21 +11:00
blckmn b91b7a304d Corrected bits for LEDs for AFF3 given no extended LEDs in list now 2016-12-10 10:37:48 +11:00
blckmn f7518203aa Initial rework - removing target specific code from main.c
Moved FLASH to masterConfig
Moved LED (named statusLeds) to masterConfig
Fixed up some targets to remove defines from main.c
2016-12-10 10:35:17 +11:00
borisbstyle 3a634ae5c5 Merge pull request #1773 from sambas/bf_f7_fix
Fix F7 link output
2016-12-09 17:14:14 +01:00
borisbstyle 5c7b23d9e5 Merge pull request #1777 from blckmn/rxpwm_fix
Removed specifics, and allowed ANY assignment as specified by the user
2016-12-09 17:13:39 +01:00
borisbstyle a78c264343 Merge pull request #1786 from AndersHoglund/cli_printf_flush
Cli flash_erase print buffer flush and progress indicator added.
2016-12-09 17:12:31 +01:00
borisbstyle aa35e2e465 Merge pull request #1788 from AndersHoglund/makefile_fixes
Build date and rev was not updated on incremental builds. Fixed.
2016-12-09 17:11:30 +01:00
jflyper 0b41697a8d Disabled dprintf & set OPTIMIZE to -O2 (for testing)
Makefile should eventually get coherent with system wide settings once
#1747 is done.
2016-12-09 17:56:39 +09:00
Anders Hoglund b90185ef8c Build date and rev was not updated on incremental builds. Fixed. 2016-12-09 01:05:08 +01:00
Anders Hoglund 5e1e2397e3 Cli flash_erase rogress indicator conditional on CLI_MINIMAL_VERBOSITY. 2016-12-08 23:58:04 +01:00
Anders Hoglund cfc44df4ad Cli flash_erase print buffer flush and progress indicator added. 2016-12-08 22:31:27 +01:00
Bas Delfos a59846a45a Removed BATTERY_SENSOR.NONE 2016-12-08 21:19:24 +01:00
Bas Delfos 97ff8a154e Bumped MSP api version to 0.1.23 and added length check to MSP_SET_VOLTAGE_METER_TYPE 2016-12-08 21:19:23 +01:00
Bas Delfos e93133860f Rename FUNCTION_TELEMETRY_ESC to FUNCTION_ESC_SENSOR 2016-12-08 21:19:23 +01:00
Bas Delfos f0eebb5cd0 Added battery meter type to end of MSP_(SET_)VOLTAGE_METER_CONFIG 2016-12-08 21:19:23 +01:00
Bas Delfos 1eadcf3019 Added configuration for current and battery meter type through CLI 2016-12-08 21:19:23 +01:00
Bas Delfos 8bd4991823 Fixed changed requested 2016-12-08 21:19:23 +01:00
Bas Delfos c1d442279f Improved retry timeout check and 10 seconds of no response from ESCs check 2016-12-08 21:19:23 +01:00
Bas Delfos 2ffe57761e Removed unnecessary enums for CURRENT_SENSOR_ESC and BATTERY_SENSOR_ESC 2016-12-08 21:19:23 +01:00
Bas Delfos ff2f2dae87 Fixed Travis build warning 2016-12-08 21:19:23 +01:00
Bas Delfos 7e26afddf1 Remove fallback on ADC sensor when ESC sensor fails 2016-12-08 21:19:23 +01:00
Bas Delfos 036c7d0c89 Fixed review comments 2016-12-08 21:19:23 +01:00
Bas Delfos 1561481e52 Enable battery task when ESC sensor is available 2016-12-08 21:19:23 +01:00
Bas Delfos b53cbbefc3 Moved ESC telemetry to sensors 2016-12-08 21:19:23 +01:00
Andre Bernet f7e3253d2e Add support for X9E rotary encoder in lua setup script 2016-12-08 21:10:31 +01:00
Bas Delfos aa1ae88ddf Gitignore .idea folder 2016-12-08 21:08:58 +01:00
jflyper 0f59251b58 Rebased 2016-12-09 00:09:25 +09:00
tianbin4279 124fc86b64 ADD TINYBEEF3 TARGET
ADD TINYBEEF3 TARGET
STM32F303CCT6
MPU6500
Brushed drivers for micro indoor quad
2016-12-08 22:34:44 +08:00
Michael Keller 5e308669d4 Merge pull request #1762 from mikeller/make_msp_status_cleanflight_compatible
Make 'MSP_STATUS' compatible to implementation in cleanflight.
2016-12-08 23:48:16 +13:00
jflyper 92ae5c96d3 Fixed indentation for pre-processor directives 2016-12-08 14:58:46 +09:00
blckmn bc43c10473 Removed specifics, and allowed ANY assignment as specified by the user 2016-12-08 16:20:59 +11:00
J Blackman 2f83b16860 Merge pull request #1772 from TheAngularity/master
cleaned #define USE_DSHOT from target.h - rebased
2016-12-08 16:15:18 +11:00
Michael Keller ccb155fc8e Reverted change to speed reporting. 2016-12-08 16:37:57 +13:00
mikeller e88eba1009 Added speed / altitude readings from vario / baro to HoTT, in case of no GPS fix. 2016-12-08 12:54:56 +13:00
Sami Korhonen b4bcf6fd96 Fix F7 link output 2016-12-07 16:34:56 +02:00
TheAngularity d76ce7ff51 cleaned #define USE_DSHOT 2016-12-07 13:39:09 +01:00
Martin Budden a47c073874 Used device pointer in detect functions 2016-12-07 09:16:42 +00:00
borisbstyle f1bf914404 Merge pull request #1764 from martinbudden/bf_osd_pids
Added ability to display PIDs in OSD
2016-12-07 09:05:14 +01:00
Nathan 23c5ada472 Merge pull request #1643 from fishpepper/master
this will add the tinyFISH fc to betaflight
2016-12-06 23:32:28 -08:00
Martin Budden 20bf9c6d7a Removed commas from PID OSD display 2016-12-06 16:34:35 +00:00