1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00
Commit graph

12025 commits

Author SHA1 Message Date
Michael Keller
4ac5bf69a5
Merge pull request #5984 from mikeller/fix_typo
Fixed typo in 'Makefile'.
2018-05-27 21:57:36 +12:00
mikeller
25118867fc Fixed SPRACINGF3OSD. 2018-05-27 21:47:18 +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
mikeller
464da66ee1 Reset the entire config when parameter groups have changed. 2018-05-27 19:51:26 +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
mikeller
a8e1a2938f Cleaned up CLI output generation, added 'cliPrintErrorLinef'. 2018-05-27 18:49:02 +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
jflyper
1a035aa0f3 Create a pg for rxSpiConfig 2018-05-27 13:13:20 +09:00
mikeller
add0170f2c Fixed flash overflow in LUXV2_RACE. 2018-05-27 15:50:32 +12: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
116c6a8e27 Added announcement for feature freeze for 3.4. 2018-05-24 21:52:02 +12:00
mikeller
8fb75adbed Removed unneeded include (that was breaking layering as well. 2018-05-24 21:27:25 +12:00