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

13937 commits

Author SHA1 Message Date
Michael Keller
2a64051a22 Fix tasks period calculation (#8782)
Fix tasks period calculation
2019-09-01 11:49:54 +12:00
Michael Keller
fd2d1185c0 Merge pull request #8776 from DieHertz/tmotor-f7-target
Add TMOTORF7 FC target
2019-09-01 10:56:57 +12:00
Dominic Clifton
f581b5b76e Merge pull request #8771 from etracer65/target_furyf4osd_add_baro
Add missing baro support for target FURYF4OSD
2019-09-01 01:17:18 +12:00
Michael Keller
2c8c14e7f7 Scheduler - Fix unused period warning when `USE_TASK_STATISTI… (#8765)
Scheduler - Fix unused `period` warning when `USE_TASK_STATISTICS` is not defined.
2019-08-30 02:07:31 +12:00
Michael Keller
ddbdc908ec Merge pull request #8621 from MerakRC/master
Added MERAKRCF405 target and MERAKRCF722 target
2019-08-23 08:50:08 +12:00
Michael Keller
8de7f0776a Fix RTC local time formatting (timezone offset) when no valid d… (#8731)
Fix RTC local time formatting (timezone offset) when no valid date/time
2019-08-19 23:33:23 +12:00
Michael Keller
09ece08376 Fixed lockups in FrSky SPI RX. (#8702)
Fixed lockups in FrSky SPI RX.
2019-08-13 12:27:52 +12:00
Michael Keller
6218fe8fc7 Fix board wedging if motor DMA is undefined for Dshot. (#8705)
Fix board wedging if motor DMA is undefined for Dshot.
2019-08-13 00:23:55 +12:00
Michael Keller
578189b947 [SDCARD_SDIO] CardCapacity is in 512 byte blocks (#8703)
[SDCARD_SDIO] CardCapacity is in 512 byte blocks
2019-08-13 00:15:54 +12:00
Michael Keller
3de311d266 Fix compilation errors if USE_ABSOLUTE_CONTROL if defined but U… (#8683)
Fix compilation errors if USE_ABSOLUTE_CONTROL if defined but USE_ITERM_RELAX is not
2019-08-10 17:24:18 +12:00
Michael Keller
1a51e6a3bb Fix typo vtxtable cli description (#8663)
Fix typo vtxtable cli description
2019-08-06 23:54:18 +12:00
Michael Keller
c3e0e56edc Fixed UART pin definitions for STM32F411. (#8659)
Fixed UART pin definitions for STM32F411.
2019-08-05 20:10:21 +12:00
Michael Keller
82c526de60 Added target HAKRCF411, including Unified Target configuration. (#8655)
Added target HAKRCF411, including Unified Target configuration.
2019-08-05 20:09:08 +12:00
Michael Keller
84163b4ad5 Fixed reporting of SD card when not configured. (#8656)
Fixed reporting of SD card when not configured.
2019-08-05 19:41:57 +12:00
Michael Keller
b5e2711119 Initial MAMBAF411 Target (#8644)
Initial MAMBAF411 Target
2019-08-04 00:33:49 +12:00
Michael Keller
afa548b4f3 Fix CLI vtxtable powervalue output formatting (#8646)
Fix CLI vtxtable powervalue output formatting
2019-08-03 22:01:48 +12:00
Michael Keller
91cf1e7a74
Incremented maintenance branch version to 4.0.6. (#8641)
Incremented maintenance branch version to 4.0.6.
2019-08-03 09:52:30 +12:00
mikeller
28161df6c6 Incremented maintenance branch version to 4.0.6. 2019-08-02 01:03:42 +12:00
Michael Keller
839661b20c Prevent calls to presistent object functions for unsupported MCU (#8633)
Prevent calls to presistent object functions for unsupported MCU
2019-08-01 23:28:38 +12:00
Michael Keller
037704bc75 Clear reset reason also upon button initiated EEPROM reset (#8619)
Clear reset reason also upon button initiated EEPROM reset
2019-07-30 07:52:47 +12:00
Michael Keller
a4c41f427c Avoid recalculation of ADC vrefMv, add vrefMv to ADC_INTERNAL debug mode. (#8427)
Avoid recalculation of ADC vrefMv, add vrefMv to ADC_INTERNAL debug mode.
2019-07-25 08:05:28 +12:00
Michael Keller
119a65b64c Fix use of sdcard.cardDetectPin before it is initialised. (#8557)
Fix use of sdcard.cardDetectPin before it is initialised.
2019-07-14 14:46:23 +12:00
Michael Keller
31c64540de COLIBRI_RACE: BST GPS fix (#8555)
COLIBRI_RACE: BST GPS fix
2019-07-14 02:05:47 +12:00
Michael Keller
4f2bf9b00e Fixed default setting for gyro 2. (#8544)
Fixed default setting for gyro 2.
2019-07-09 08:01:39 +12:00
Michael Keller
d364404372 Fixed resource ownership / define for SPI RX bind pin. (#8543)
Fixed resource ownership / define for SPI RX bind pin.
2019-07-09 08:00:39 +12:00
Michael Keller
b405daa83e Fixed DMA resource conflicts for target BEEROTORF4. (#8540)
Fixed DMA resource conflicts for target BEEROTORF4.
2019-07-09 07:58:44 +12:00
Michael Keller
68f0ab9caa Added TMOTORF4 target (#8533)
Added TMOTORF4 target
2019-07-09 07:55:41 +12:00
Michael Keller
0d97bff42a Reset out of range filter cutoffs (#8512)
Reset out of range filter cutoffs
2019-07-03 01:23:35 +12:00
Michael Keller
c276c4b346
Incremented maintenance branch version to 4.0.5. (#8518)
Incremented maintenance branch version to 4.0.5.
2019-07-03 00:20:53 +12:00
mikeller
8506c9bf51 Incremented maintenance branch version to 4.0.5. 2019-07-02 00:43:05 +12:00
Michael Keller
f3a95efa38 Fixed build if none of USE_DSHOT, USE_LED_STRIP, USE_TRANSPONDE… (#8506)
Fixed build if none of USE_DSHOT, USE_LED_STRIP, USE_TRANSPONDER are defined.
2019-07-01 01:46:58 +12:00
Michael Keller
1cdb21c8f3 Merge pull request #8505 from mikeller/fix_msp_conditionals
Fixed USE_MAX7456 conditional in 'msp.c'.
2019-06-30 22:44:56 +12:00
Michael Keller
74fd7c3387 Fixed OSD support in Unified Targets. (#8504)
Fixed OSD support in Unified Targets.
2019-06-30 22:42:37 +12:00
Michael Keller
0ff2ceec12 Fix filter cutoff frequency limits (#8475)
Fix filter cutoff frequency limits
2019-06-30 01:20:34 +12:00
Michael Keller
1affa3f0b9 CLRACING F7 target update (#8479)
CLRACING F7 target update
2019-06-28 09:34:27 +12:00
Michael Keller
c8cffe933c CLRACINGF4 target update--remove bit mask for Port A, define A1… (#8463)
CLRACINGF4 target update--remove bit mask for Port A, define A14 as pinio 1 for VTX switch
2019-06-24 22:01:35 +12:00
Michael Keller
eedbfc97dd Fixed gyros bugs and added PINIOBOX feature for EXF722DUAL targ… (#8449)
Fixed gyros bugs and added PINIOBOX feature for EXF722DUAL target.
2019-06-24 21:49:25 +12:00
Michael Keller
ee94737a76 Fixed runtime configuration for CC2500 SPI RX. (#8441)
Fixed runtime configuration for CC2500 SPI RX.
2019-06-20 13:21:43 +12:00
Michael Keller
114fc6cee4 increase SA_MAX_RCVLEN (#8438)
increase SA_MAX_RCVLEN
2019-06-18 21:43:14 +12:00
Michael Keller
3b0e087dc8 Add missing CLI parm for ESC RPM Frequency OSD element (#8404)
Add missing CLI parm for ESC RPM Frequency OSD element
2019-06-12 13:22:13 +12:00
Michael Keller
e1cb42295e Fix compile error if USE_ESC_SENSOR is not defined (#8403)
Fix compile error if USE_ESC_SENSOR is not defined
2019-06-12 13:21:35 +12:00
Michael Keller
1de260c8fb Use DEFW instead of DEFA for UART dmaoptEntryTable (#8392)
Use DEFW instead of DEFA for UART dmaoptEntryTable
2019-06-09 20:12:26 +12:00
Michael Keller
a84ea9ab0f Add RacePIT mini (#8387)
Add RacePIT mini
2019-06-09 11:58:19 +12:00
Michael Keller
6b75e1e0b4
Fixed absolute adjustments processing without RX input. (#8386)
Fixed absolute adjustments processing without RX input.
2019-06-07 09:19:58 +12:00
mikeller
046adc7fc2 Fixed absolute adjustments processing without RX input. 2019-06-06 03:16:27 +12:00
Michael Keller
92e1b287c6 Support MPU6000 for KakuteF7 (#8375)
Support MPU6000 for KakuteF7
2019-06-06 03:12:11 +12:00
Michael Keller
967e340a75 Fix GPS coordinate in the OSD between 0 and -1 (#8374)
Fix GPS coordinate in the OSD between 0 and -1
2019-06-06 01:34:09 +12:00
Michael Keller
9dc31414ee SPRACINGF3NEO - Remove some unneeded target config. (#8332)
SPRACINGF3NEO - Remove some unneeded target config.
2019-06-05 01:04:31 +12:00
Michael Keller
f86d713cd3 Fixed typo in help text for CLI 'timer' command. (#8365)
Fixed typo in help text for CLI 'timer' command.
2019-06-03 16:10:00 +12:00
Michael Keller
9d6372ec93
Incremented maintenance branch version to 4.0.4. (#8366)
Incremented maintenance branch version to 4.0.4.
2019-06-03 16:08:56 +12:00