1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00
Commit graph

14774 commits

Author SHA1 Message Date
Miguel Angel Mulero Martinez
a12f425325 Fix GPS coordinate in the OSD between 0 and -1 2019-06-04 16:47:18 +02:00
Michael Keller
5918177be9
[ADC] Remove bogus inclusion of drivers/accgyro/accgyro.h (#8373)
[ADC] Remove bogus inclusion of drivers/accgyro/accgyro.h
2019-06-05 01:08:28 +12:00
Michael Keller
32416c7972
Baro fixes 1 (#7711)
Baro fixes 1
2019-06-05 01:07:24 +12:00
Michael Keller
d16efe6885
SPRACINGF3NEO - Remove some unneeded target config. (#8332)
SPRACINGF3NEO - Remove some unneeded target config.
2019-06-05 01:02:56 +12:00
mikeller
56f3788cff Fixed tests for adjustment ranges. 2019-06-05 00:56:41 +12:00
mikeller
75b1c0d4ce Removed 'slots' from the adjustment range configuration. 2019-06-05 00:56:37 +12:00
Dominic Clifton
2c468ec334 SPRACINGF3NEO - Remove some unneeded target config.
The defaults in pgResetFn_barometerConfig and pgResetFn_compassConfig
are fine.
2019-06-04 14:05:38 +02:00
Michael Keller
c28e7cf8e3
[H7] Remove excess member from timerHardware_s (#8368)
[H7] Remove excess member from timerHardware_s
2019-06-04 21:14:54 +12:00
jamming
898ba30cca Support MPU6000 for KakuteF7 2019-06-04 09:03:25 +08:00
jflyper
0b434369d0 Remove bogus inclusion of drivers/accgyro/accgyro.h 2019-06-03 22:28:48 +09:00
Miguel Angel Mulero Martinez
97d87bd16b Change the home symbol to free the triangle character in OSD 2019-06-03 11:39:48 +02:00
Miguel Angel Mulero Martinez
ba99bdae21 Remove second symbol in the Throttle OSD element 2019-06-03 08:44:45 +02:00
Michael Keller
5673310277
Fixed typo in help text for CLI 'timer' command. (#8365)
Fixed typo in help text for CLI 'timer' command.
2019-06-03 16:09:34 +12:00
jflyper
f0e5363703 Remove excess member from timerHardware_s 2019-06-02 21:32:03 +09:00
Michael Keller
7f715143da
Consolidate F7 and H7 VCP HAL code except usbd_conf.c (#8364)
Consolidate F7 and H7 VCP HAL code except usbd_conf.c
2019-06-02 16:45:29 +12:00
mikeller
cb207e4637 Fixed typo in help text for CLI 'timer' command. 2019-06-02 12:19:16 +12:00
Michael Keller
2b19e8ced8
Use the new Speed and Flight Distance OSD symbols (#8348)
Use the new Speed and Flight Distance OSD symbols
2019-06-01 22:27:40 +12:00
Michael Keller
e713cf0bdd
[VIVAF4AIO] Fix for non-working ACC (#8349)
[VIVAF4AIO] Fix for non-working ACC
2019-06-01 21:55:38 +12:00
Michael Keller
ee1fbc8711
Merge pull request #8356 from IllusionFpv/gps-new-descent-distance-fix
Add minimum descent distance
2019-06-01 21:47:38 +12:00
Michael Keller
23ff506241
Clean up use of MAX7456_SPI_CLK and MAX7456_RESTORE_CLK (#8358)
Clean up use of MAX7456_SPI_CLK and MAX7456_RESTORE_CLK
2019-06-01 21:42:03 +12:00
Michael Keller
dd2c83f6a4
[SmartAudio] Fixed power logic for SA2.0 and 1.0 (#8350)
[SmartAudio] Fixed power logic for SA2.0 and 1.0
2019-06-01 21:39:28 +12:00
jflyper
6beeca38c3 Consolidate F7 and H7 VCP HAL code except usbd_conf.c 2019-06-01 11:57:50 +09:00
blckmn
80d4a0339a Removing VIVAF4AIO target 2019-06-01 11:27:15 +10:00
Nicola De Pasquale
f6bd706cb7 This is a combination of 4 commits.
prevents newDescentDistanceM variable from going negative

fix lineSlope and lineOffsetM too

better solution

removed spaces
2019-05-31 20:47:31 +02:00
root
dd388ff20d typo in src/main/drivers/max7456.c 2019-05-31 02:20:13 +00:00
root
77e2a1e29e Clean up use of MAX7456_SPI_CLK and MAX7456_RESTORE_CLK
These are set in many targets, but they are exactly the same as set in #6871

Notable exceptions: NOX, IMPUSERCF3 are set to clock data into the MAX7456 at 5MHz
2019-05-31 02:06:12 +00:00
functionpointer
7f4ef5f2d6 [SmartAudio] improved readability of vtxSASetPitMode 2019-05-30 23:49:04 +02:00
Miguel Angel Mulero Martinez
26f5c02331 Make OSD Speed fixed length 2019-05-30 19:18:47 +02:00
functionpointer
1b710ca3c8 [SmartAudio] fix variable names 2019-05-29 15:45:44 +02:00
functionpointer
dc26a83bce [SmartAudio] Fixed power logic for SA2.0 and 1.0
The SmartAudio implementation now uses indices of vtxTable in saDevice.power. This requires an index lookup in saProcessResponse, which was previously only present for SA2.1 devices.
2019-05-28 17:00:07 +02:00
Michael Keller
2f3288502d
adjust Ki to keep total i action the same and reduce abs control defa… (#7907)
adjust Ki to keep total i action the same and reduce abs control defa…
2019-05-28 22:06:09 +12:00
Michael Keller
ca6cd75eb3
Changed 'timer' output to list timers based on alternate function. (#8320)
Changed 'timer' output to list timers based on alternate function.
2019-05-28 20:56:24 +12:00
blckmn
424b5f6a45 Fix for broken ACC on VIVAF4AIO 2019-05-28 18:37:48 +10:00
Miguel Angel Mulero Martinez
1dc7cd24ba Use the new Speed and Total Distance OSD symbols 2019-05-27 20:01:03 +02:00
mikeller
aa1c7025d1 Converted Unified Target configurations to use alternate functions. 2019-05-28 00:28:02 +12:00
Michael Keller
662b66e91c
Use full erase when possible for FLASHFS erase - fixes single partition targets (#8343)
Use full erase when possible for FLASHFS erase - fixes single partition targets
2019-05-27 23:19:14 +12:00
Michael Keller
be03be6bd0
Fix flash m25p16 driver sector erase (#8342)
Fix flash m25p16 driver sector erase
2019-05-27 23:15:54 +12:00
Michael Keller
0d66e65f91
Updated message for no-response bot. (#8341)
Updated message for no-response bot.
2019-05-27 23:15:33 +12:00
Thorsten Laux
f0bf7a2955 adjust Ki to keep total i action the same and reduce abs control default to 5 2019-05-27 23:13:06 +12:00
Michael Keller
c3b83df962
SPARKY2 Assign correct pins for I2C1 (#8346)
SPARKY2 Assign correct pins for I2C1
2019-05-27 21:48:49 +12:00
jflyper
2e93b138a0 Assign correct pins for I2C1 2019-05-26 10:30:51 +09:00
Bruce Luckcuck
99a87cb34f Fix flash m25p16 driver sector erase
The sector erase function was not taking into account the address size when sending the command to the device and the erase was failing for devices using 24bit addressing.
2019-05-25 12:27:18 -04:00
Bruce Luckcuck
aaa2f9682d Use full erase when possible for FLASHFS erase
If there is only a single partition, its type is FLASHFS, and it uses the entire geometry, then perform a full rather than a sector-based erase.

The full erase is significantly faster than erasing by individual sectors.
2019-05-25 12:23:59 -04:00
mikeller
c076c6b3c2 Converted Unified Target configurations to use alternate functions. 2019-05-25 23:52:31 +12:00
mikeller
b64b136780 Changed 'timer' output to list timers based on alternate function. 2019-05-25 23:52:31 +12:00
mikeller
4a80313bed Updated message for no-response bot. 2019-05-25 23:49:43 +12:00
Michael Keller
063f647027
TARGET Update: add IIC Baro, SoftSerial, 1G Flash support for EXF722DUAL board. (#8333)
TARGET Update: add IIC Baro, SoftSerial, 1G Flash support for EXF722DUAL board.
2019-05-25 23:07:49 +12:00
Michael Keller
5b72f88e55
Fix copy of profiles with last index (#8331)
Fix copy of profiles with last index
2019-05-25 23:06:34 +12:00
Michael Keller
99c1ac066c
Merge pull request #8328 from solarhacksaw/fix_airbotf7_adc_pins
fix adc pins
2019-05-25 23:05:41 +12:00
Michael Keller
bed023b783
Merge pull request #8323 from etracer65/fix_gps_rescue_menu_define
Fix compile errors if USE_GPS_RESCUE is not defined
2019-05-25 23:05:28 +12:00