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

693 commits

Author SHA1 Message Date
Martin Budden
b8b9c95f57 Moved sensor global data into sensor_s structs 2016-12-01 17:47:17 +00:00
borisbstyle
0e4308fd3c Merge pull request #1709 from Wind0r/fix_sensorTypeNames_guard
fix sensorTypeNames guard
2016-12-01 09:30:14 +01:00
Martin Budden
7eacb9ed30 Merge pull request #1714 from martinbudden/bf_pg_style3
Parameter group style config macros 3
2016-12-01 01:11:58 +01:00
Michael Keller
e068d644ea Merge pull request #1691 from mikeller/fix_cli_minimal_verbosity_configurator
Fix to allow configurator to detect the FC entering CLI when CLI_MINIMAL_VERBOSITY is defined.
2016-12-01 13:00:22 +13:00
Martin Budden
4498f58918 Added osdProfile, vcdProfile, sdcard, and blackbox config macros 2016-11-30 23:43:10 +00:00
Martin Budden
57a9393f5f Added adc, beeper, sonar, and ledStrip config() macros 2016-11-30 23:37:23 +00:00
Martin Budden
086d1f731e Added failsafe, serial, telemetry, ppm, and pwm config() macros 2016-11-30 23:11:53 +00:00
Martin Budden
c175d304c2 Added rx, arming, mixer, and airplane config() macros 2016-11-30 23:06:42 +00:00
Martin Budden
00338cb854 Added throttleCorrection, batter, rcControls, gpsProfile, and gps config() macros 2016-11-30 22:59:12 +00:00
Martin Budden
3ec46f1bd2 Added gyro, compass, acc, and baro config macros 2016-11-30 21:38:14 +00:00
Martin Budden
a9280d732a Added sensor config macros 2016-11-30 21:30:57 +00:00
Steffen Windoffer
2903c6a38b fix sensorTypeNames guard 2016-11-30 19:30:52 +01:00
Martin Budden
c97282e21d Added servo and gimbl config macros 2016-11-30 16:57:36 +00:00
Martin Budden
dc9e773b02 Added flight3DConfig() macro 2016-11-30 11:46:20 +00:00
Martin Budden
6ccf11d518 Added motorConfig() macro 2016-11-30 11:44:29 +00:00
borisbstyle
55b32740d9 Merge pull request #1702 from martinbudden/bf_imuconfig_in_structs
Moved masterConfig imu items into a struct
2016-11-30 12:14:10 +01:00
borisbstyle
9f762aa88a Convert digital offset to percentage
Bump EEPROM

Fix rounding
2016-11-30 00:55:22 +01:00
Martin Budden
6ff265ec62 Moved masterConfig imu items into a struct 2016-11-29 22:28:11 +00:00
Martin Budden
c0761eb619 Merge pull request #1687 from martinbudden/bf_accelerometer_to_structs
Moved masterConfig accelerometer items to struct. masterConfig tidy.
2016-11-29 22:24:19 +01:00
Martin Budden
975f355b51 Merge pull request #1674 from martinbudden/bf_task_instrumentation
Improved scheduler and task timing instrumentation
2016-11-29 22:23:15 +01:00
Martin Budden
d7a231f97b Merge pull request #1688 from martinbudden/bf_throttle_correction_to_structs
Moved masterConfig throttle correction items into a struct
2016-11-29 22:17:51 +01:00
blckmn
77e425260b Minor clean up of port / pin output in Resource command. 2016-11-28 21:06:06 +11:00
mikeller
0ad6f6ecdd Fix to allow configurator to detect the FC entering CLI when CLI_MINIMAL_VERBOSITY is defined. 2016-11-28 19:49:32 +13:00
Martin Budden
84467ea0e1 Moved masterConfig throttle correction items into a struct 2016-11-27 20:39:58 +00:00
Martin Budden
265cd85457 Moved accelerometer items to struct. masterConfig tidy. 2016-11-27 14:42:50 +00:00
borisbstyle
417d27dad2 Merge pull request #1658 from mikeller/add_consumption_alerts
Added battery warnings based on consumption.
2016-11-27 13:25:43 +01:00
Martin Budden
4fe68ce093 Improved scheduler and task timing instrumentation 2016-11-27 07:08:24 +00:00
Michael Keller
1c2bbf9c1a Added battery warnings based on consumption. 2016-11-27 18:32:33 +13:00
Martin Budden
78e6130aab Moved further gyro parameters into gyroConfig_t 2016-11-25 23:22:24 +00:00
Martin Budden
2c7d06a94e Moved gyro filter settings into gyroConfig 2016-11-25 23:22:24 +00:00
J Blackman
87ea78db86 Merge pull request #1663 from martinbudden/bf_cli_playsound
Removed cli play_sound command for F1 targets
2016-11-26 09:35:03 +11:00
Martin Budden
d4b8ffe008 Removed cli play_sound command for F1 targets 2016-11-25 11:55:55 +00:00
J Blackman
5330d8c063 Merge pull request #1660 from fishpepper/serialpassthrough_fix
fixing serial passthrough on opened ports
2016-11-25 22:44:02 +11:00
J Blackman
abedeb9bcc Merge pull request #1652 from martinbudden/bf_parameter_grouping_into_structs
Move freestanding masterConfig items into structs
2016-11-25 22:25:58 +11:00
fishpepper
b6583a1eb5 fixing serial passthrough on opened ports 2016-11-25 12:20:40 +01:00
Michael Keller
82e78bc249 Merge pull request #1614 from mikeller/adjust_current_meter_settings
Adjusted current meter setting ranges to allow for negative offset. Also added biquad filter for current and did some cleanup.
2016-11-25 20:13:55 +13:00
Martin Budden
d85eed0933 Move freestanding masterConfig items into structs 2016-11-24 17:34:05 +00:00
fishpepper
16dd47a2b0 fixed missing parameter 2016-11-23 21:41:56 +01:00
Martin Budden
c051d9ca32 Merge pull request #1618 from blckmn/res_check_adj
Adjustments to the resource checking …
2016-11-22 06:26:22 +00:00
blckmn
8d771c6f5c Corrected incorrect index use in resourceCheck 2016-11-21 12:02:19 +11:00
Michael Keller
23e04a41b7 Removed FUNCTION_TELEMETRY_CRSF (since it's included in CRSF serial Rx) and FUNCTION_PASSTROUGH (since it can't be preconfigured anyway). 2016-11-21 09:20:23 +13:00
blckmn
ea38aa2ca7 Adjustments to the resource checking to show error if set to output already in use (same owner) 2016-11-20 17:43:12 +11:00
mikeller
5df102d6f5 Adjusted current meter setting ranges to allow for negative offset. Also added biquad filter for current and did some cleanup. 2016-11-20 18:56:18 +13:00
J Blackman
3a772c447c Merge pull request #1504 from betaflight/bf_rx_crsf
Team Blacksheep Crossfire RX and telemetry
2016-11-20 03:17:32 +11:00
Martin Budden
cb8e8b60ab Merge pull request #1598 from blckmn/resource_feedback
Adding resource feedback upon setting (if duplication of pin)
2016-11-19 07:52:44 +01:00
blckmn
e0d9e225d2 Fixed defaults for NAZE rev5 and above
Also included small rename of isOD to isOpenDrain for readability
2016-11-19 11:57:48 +11:00
blckmn
54238a66a7 Adding resource feedback upon setting (if duplication of pin) 2016-11-19 11:42:08 +11:00
Martin Budden
7cde105c24 Added CRSF to SERIAL_RX lookup table 2016-11-17 22:36:11 +00:00
Bas Delfos
16178a0662 Implementation of KISS ESC Telemetry protocol 2016-11-17 22:04:44 +01:00
Martin Budden
091c797fa8 Merge pull request #1574 from jflyper/bfdev-osd-adjustable_screen_pos
MAX7456: Adjustable screen area position offsets
2016-11-16 19:48:22 +01:00