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

5384 commits

Author SHA1 Message Date
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
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
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
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
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
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
Martin Budden
41dda49b44 Added ability to display PIDs in OSD 2016-12-06 13:24:04 +00:00
mikeller
46a2560237 Make 'MSP_STATUS' compatible to implementation in cleanflight. 2016-12-06 23:43:35 +13:00
jflyper
d060c56d94 I2C3 (F4 targets) is on PA8/PC9
Per STM32F405xx datasheet.
2016-12-06 15:17:06 +09:00
Michael Keller
ad95800f4d Merge pull request #1706 from mikeller/fix_aux_forwarding
Fixed servo init for AUX forwarding.
2016-12-06 18:51:44 +13:00
jflyper
668ec578f7 OLED default I2C bus to I2C_DEVICE instead of I2CDEV_1 2016-12-06 13:48:22 +09:00
Michael Keller
9caa8b6cba Disabled size optimisation for F4. 2016-12-06 14:01:06 +13:00
Martin Budden
4bb6820c42 Moved sensor detection into respective sensor modules 2016-12-05 15:26:14 +00:00
Martin Budden
4bee6193e8 Moved faked sensors into their own driver files 2016-12-05 11:03:49 +00:00
borisbstyle
5411b0489f Merge pull request #1737 from blckmn/pll_m
Added define in target.h for custom PLL_M (mhz for clock input)
2016-12-05 11:04:55 +01:00
borisbstyle
b90bcddd8d Merge pull request #1751 from martinbudden/bf_sensor_tidy
Rationalise content of sensor data structures
2016-12-05 11:01:25 +01:00
jflyper
a3fca4c2b1 Merge remote-tracking branch 'betaflight/master' into bfdev-smartaudio 2016-12-05 17:25:35 +09:00