1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00
Commit graph

11418 commits

Author SHA1 Message Date
Michael Keller
823c761c01
Merge pull request #5986 from mikeller/fix_cli_typo
Fixed typo in CLI.
2018-05-27 23:54:00 +12:00
Michael Keller
4ac5bf69a5
Merge pull request #5984 from mikeller/fix_typo
Fixed typo in 'Makefile'.
2018-05-27 21:57:36 +12:00
Michael Keller
0af4789d6d
Merge pull request #5983 from mikeller/add_pid_audio_check
Added check to establish that PID audio is configured.
2018-05-27 21:39:07 +12:00
Michael Keller
a6d667eb48
Merge pull request #5980 from mikeller/add_osd_core_temperature_warning
Added warning for core temperature to OSD.
2018-05-27 21:38:51 +12:00
Michael Keller
5c3599a028
Merge pull request #5962 from joelucid/pid_ff
If P and FF have same sign take larger one
2018-05-27 21:36:23 +12:00
Michael Keller
287759012c
Merge pull request #5987 from mikeller/fix_omnibusf4_defaults
Removed nonfunctional RX_SERIAL default feature from OMNIBUSF4.
2018-05-27 19:41:50 +12:00
Thorsten Laux
03b5c3c872 add description 2018-05-27 08:04:27 +02:00
Thorsten Laux
62dcd1b2fa Also move previousPidSetpoint 2018-05-27 07:47:51 +02:00
Thorsten Laux
d337023e87 assign previousGyroRateDterm after calculating ff 2018-05-27 07:44:11 +02:00
mikeller
5d25580c95 Removed nonfunctional RX_SERIAL default feature from OMNIBUSF4. 2018-05-27 15:39:17 +12:00
mikeller
1e5d1805b3 Fixed typo in CLI. 2018-05-27 15:35:04 +12:00
Michael Keller
1ab7b7816b
Merge pull request #5966 from jflyper/bfdev-create-pg-for-rxConfig
Create a pg for rxConfig
2018-05-27 13:03:21 +12:00
jflyper
041bfb22c6 Create a pg for rxConfig 2018-05-27 09:13:04 +09:00
mikeller
7a2192d13e Fixed typo in 'Makefile'. 2018-05-27 10:53:50 +12:00
mikeller
7db73942dd Added check to establish that PID audio is configured. 2018-05-27 10:42:32 +12:00
Michael Keller
60de878452
Merge pull request #5977 from DieHertz/exile-pid-audio-from-fastcode
Marked pidAudioUpdate not for inlining
2018-05-27 10:34:14 +12:00
Michael Keller
4a6eab7c41
Merge pull request #5981 from mikeller/fix_capitals_in_settings
Fixed capitals in parameter names.
2018-05-27 10:30:42 +12:00
mikeller
dbebec5c1e Fixed capitals in parameter names. 2018-05-27 01:32:13 +12:00
mikeller
88b6751c91 Added warning for core temperature to OSD. 2018-05-27 01:28:27 +12:00
Michael Keller
903ff1ebcd
Merge pull request #5979 from joelucid/frsky_cell_voltage
honor report_cell_voltage for DIY frsky modules
2018-05-27 00:08:18 +12:00
Michael Keller
7b879679c0
Merge pull request #5974 from mikeller/fix_gps_rescue_config
Renamed 'gpsRescue' to 'gpsRescueConfig' and moved it into the appropriate location.
2018-05-27 00:06:15 +12:00
Michael Keller
42726fd2ae
Merge pull request #5973 from mikeller/fix_unittest_stubbing
Fixed stubbing of 'debug.c' in unittests.
2018-05-27 00:05:59 +12:00
Michael Keller
5d7017c245
Merge pull request #5959 from mikeller/remove_unneeded_include
Removed unneeded include (that was breaking layering as well).
2018-05-26 23:54:10 +12:00
Michael Keller
ce7f112cfc
Merge pull request #5916 from jflyper/bfdev-spiPreInitCs-to-support-configurability
Convert spiPreInit for configurability
2018-05-26 23:53:25 +12:00
Michael Keller
28a12dc203
Merge pull request #5976 from DieHertz/mark-inlined-fastcode-functions-explicitly
Mark crucial inlined functions with FAST_CODE
2018-05-26 22:50:27 +12:00
Thorsten Laux
0ab4cf05c5 honor report_cell_voltage for DIY frsky modules 2018-05-26 11:48:00 +02:00
Andrey Mironov
c3fbd36bde Marked pidAudioUpdate not for inlining 2018-05-26 11:18:00 +03:00
Andrey Mironov
375bfe3929 Marked crucial functions inlined into ITCM-RAM explicitly 2018-05-26 11:04:02 +03:00
mikeller
d535fd6180 Renamed 'gpsRescue' to 'gpsRescueConfig' and moved it into the appropriate location. 2018-05-26 15:28:08 +12:00
mikeller
bf0a9c5c4f Fixed stubbing of 'debug.c' in unittests. 2018-05-26 15:09:24 +12:00
Michael Keller
98fb4d7c66
Merge pull request #5971 from etracer65/colibri_race_flash_overflow
Fixed flash overflow for COLIBRI_RACE
2018-05-26 13:50:14 +12:00
Bruce Luckcuck
d889afde15 Fixed flash overflow for COLIBRI_RACE 2018-05-25 20:46:58 -04:00
Michael Keller
2d94ccd8a5
Merge pull request #5967 from jflyper/bfdev-osdslave-remove-unused-includes
OSD Slave Remove unnecessary include files
2018-05-25 22:48:31 +12:00
jflyper
d50ad14227 Remove unnecessary include files 2018-05-25 16:55:19 +09:00
Thorsten Laux
af5fde98c1 address style requests 2018-05-25 07:12:12 +02:00
Michael Keller
69a80a3bb0
Merge pull request #5965 from loopur/mybranch
Add barometer sensor QMP6988
2018-05-25 15:54:47 +12:00
Michael Keller
0b8709df29
Merge pull request #5961 from mikeller/replace_pointy_includes
Replaced occurrences of '#include <platform.h>' with '#include "platform.h"'.
2018-05-25 10:44:07 +12:00
Thorsten Laux
5aad57c3a7 add smart_feedforward config setting 2018-05-24 21:55:49 +02:00
Thorsten Laux
82edaaaf8a remove newline 2018-05-24 15:31:45 +02:00
Thorsten Laux
25cc445d7e switch micro-optimizations 2018-05-24 15:30:55 +02:00
Thorsten Laux
dc452ced00 rename pid_ff 2018-05-24 15:26:08 +02:00
jflyper
f9a43099db SPI CS preinit for configurability 2018-05-24 22:00:26 +09:00
Thorsten Laux
fde2aae4f5 If P and FF have same sign take larger one 2018-05-24 14:08:52 +02:00
mikeller
2feae20c32 Replaced instances of '#include <platform.h>' with '#include "platform.h"'. 2018-05-24 23:46:19 +12:00
mikeller
8fb75adbed Removed unneeded include (that was breaking layering as well. 2018-05-24 21:27:25 +12:00
Michael Keller
71a1a9789a
Merge pull request #5945 from supiiik/master
New calculation method for Dterm setpoint weight
2018-05-24 21:16:55 +12:00
Michael Keller
28c9b37fc1
Merge pull request #5957 from jflyper/bfdev-fix-FLASH-overflowing-with-fastram_data
.fastram_data doesn't fit in FLASH section
2018-05-24 21:15:05 +12:00
Michael Keller
e605b497e8
Merge pull request #5932 from etracer65/gyro_cal_settings
Make gyro calibration period user configurable and rename moron_threshold
2018-05-24 21:13:47 +12:00
jflyper
2985e94186 This doesn't fit in some MCU (anymore?) 2018-05-24 09:23:53 +09:00
Michael Keller
ca09a8e2fc
Merge pull request #5948 from jflyper/bfdev-drop-rx_softspi
Drop software SPI RX support
2018-05-24 09:36:03 +12:00