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

10817 commits

Author SHA1 Message Date
Michael Keller
8294048ce5
Merge pull request #5161 from mikeller/fix_omnibus_flash_size
Fixed flash overflow on OMNIBUS.
2018-02-12 16:08:49 +13:00
Michael Keller
480ad40ab1 Fixed flash overflow on OMNIBUS. 2018-02-12 16:07:52 +13:00
Michael Keller
06691e4d7c
Merge pull request #5108 from jflyper/bfdev-pinio
PINIO Generic pin output driver
2018-02-12 15:06:48 +13:00
Michael Keller
eb44af4aeb
Merge pull request #5123 from ledvinap/imp-flightmode
Implement getBoxIdState
2018-02-12 15:05:22 +13:00
Michael Keller
1840d645f2
Merge pull request #5098 from jflyper/bfdev-configurable-burst-dshot
DShot Make burst and non-burst runtime configurable
2018-02-12 12:48:34 +13:00
Michael Keller
a89d82090e
Merge pull request #5148 from dbasch/master
Fix for #5117. Also, max character count was off by one.
2018-02-12 12:35:16 +13:00
Michael Keller
fd54f5b13d
Merge pull request #5080 from jflyper/bfdev-add-comment-on-dshot-duplicate-initialization
DSHOT Add comment about duplicate initialization of timers and DMAs
2018-02-12 12:33:12 +13:00
jflyper
3761f4983e
Merge pull request #5160 from mikeller/fix_spracingf3neo_flash_size
Fixed SPRACINGF3NEO flash size issue.
2018-02-12 08:07:48 +09:00
Michael Keller
30a535227d Fixed SPRACINGF3NEO flash size issue. 2018-02-12 10:16:12 +13:00
Diego Basch
d75b1f71c3 Fix for #5117. GPS coordinates no longer require special fonts to render the decimal separator.
Removed the code that used leading and trailing half-dots, now using a regular dot instead.
Also fixed the maximum length of the coordinate string, as the 7th decimal digit was getting clobbered in longitudes with three digits (the count was off by one).
2018-02-11 13:02:41 -08:00
Michael Keller
49cad6cd82
Merge pull request #5156 from AndersHoglund/Spektrum_tm_regression
Spektrum TM regression. Incomplete RPM/Voltage report corrected.
2018-02-12 10:00:55 +13:00
Anders Hoglund
6390426c0b Spektrum TM regression. Incomplete RPM/Voltage report corrected. 2018-02-11 18:22:06 +01:00
jflyper
9475988218 Make burst and non-burst runtime configurable 2018-02-11 23:24:07 +09:00
Michael Keller
5866a1a662
Merge pull request #5146 from mikeller/extend_pull_request_template_instructions
Extended pull request template text to include general rules for pull requests.
2018-02-12 00:03:21 +13:00
jflyper
8f76a11081 Generic pin output driver 2018-02-11 15:57:28 +09:00
Michael Keller
1a6964b6b7
Merge pull request #5152 from mikeller/fix_omnibus
Fixed OMNIBUS flash space issue.
2018-02-11 14:59:12 +13:00
mikeller
12e3634992 Fixed OMNIBUS flash space issue. 2018-02-11 14:38:15 +13:00
Michael Keller
8a95474bff
Merge pull request #5135 from codecae/battery_telemetry_init_fix
Corrected issue with telemetry init when battery cell estimation is undefined
2018-02-11 13:24:12 +13:00
Michael Keller
81e75badf3
Merge pull request #3724 from DanNixon/cms_power_config
CMS power menu
2018-02-11 13:19:30 +13:00
Michael Keller
be3f7bdde2
Merge pull request #5136 from betaflight/revert-5115-bfdev-camcontrol-drop-softpwm
Revert "CAMERA_CONTROL Drop software PWM mode"
2018-02-11 13:16:08 +13:00
Michael Keller
7e951853b6
Merge pull request #5150 from Faduf/YupiF7_Update
Update YupiF7 target
2018-02-11 12:41:41 +13:00
Michael Keller
3b010bf7fe
Merge pull request #5151 from Faduf/CypressFlashSupport
Add support to Cypress S25FL128L flash memory
2018-02-11 12:36:23 +13:00
Michael Keller
ec4b3b0d60 Revert "CAMERA_CONTROL Drop software PWM mode" 2018-02-11 12:33:00 +13:00
Faduf
b580534eeb Add support to Cypress S25FL128L flash memory 2018-02-10 20:39:16 +01:00
Faduf
114b301000 Update YupiF7 target 2018-02-10 20:28:44 +01:00
mikeller
6442111fd2 Extended pull request template text to include general rules for pull requests. 2018-02-11 04:09:53 +13:00
Michael Keller
594a092d23
Merge pull request #5104 from jflyper/bfdev-omnibusf7-revert-adc-to-ADC1
OMNIBUSF7* Revert ADC instance change
2018-02-11 02:59:14 +13:00
Michael Keller
c42d5707c0
Merge pull request #5118 from jflyper/bfdev-pg-for-dashboard
DASHBOARD Separate pg related to pg directory
2018-02-11 02:41:37 +13:00
Andrey Mironov
63af8cdede Allowed RX-only softserial 2018-02-09 14:49:57 +03:00
jflyper
93ce6e542a Separate pg related to pg directory 2018-02-09 16:46:12 +09:00
Michael Keller
1c3a3229ad
Merge pull request #5130 from nyway/master
Add new target
2018-02-09 19:33:29 +13:00
ZhengNingwei
adbe9f29ab New Target
Add new target DALRCF405

Update target.h

add Board - DALRCF405.md

add Board - DALRCF405.md

Update Board - DALRCF405.md

add designers

Update target.h

deleate some default parameters
2018-02-09 14:06:29 +08:00
Curtis Bangert
3a7540e042 Corrected issue with telemetry init when battery cell estimatation is undefined 2018-02-08 22:31:50 -05:00
Michael Keller
9d4f58c2a6
Merge pull request #5126 from jflyper/bfdev-fix-broken-ppm-after-4982-5016
Fix broken PPM+PWM after 4982 and 5016
2018-02-09 01:58:54 +13:00
Michael Keller
f7518862b7
Merge pull request #5076 from codecae/vtx_softserial_edge_fix
Updated soft serial implementation to better handle VTX half-duplex transport
2018-02-09 01:51:46 +13:00
Michael Keller
0a18daa5c8
Merge pull request #5121 from blckmn/sdcard_fix
Fixed error in SDCARD_SPI_CS_PIN define check
2018-02-08 22:45:46 +13:00
jflyper
25b49a58a1
Merge pull request #5115 from jflyper/bfdev-camcontrol-drop-softpwm
CAMERA_CONTROL Drop software PWM mode
2018-02-07 21:44:21 +09:00
Curtis Bangert
5e950e8c5a Updated soft serial implementation to better handle VTX half-duplex transport 2018-02-06 12:54:52 -05:00
jflyper
cfa5e7f033 Flag rxDataProcessingRequired for PPM and PWM 2018-02-06 01:48:57 +09:00
Petr Ledvina
5a75737df9 Implement getBoxIdState
packFlightModeFlags is simplified by using it. Base for #5111
2018-02-05 13:10:52 +01:00
blckmn
66de9d4f76 Added SDCARD resources to resource command. 2018-02-05 08:55:32 +11:00
blckmn
4a8c496061 Fixed error in SDCARD_SPI_CS_PIN define check 2018-02-05 08:42:16 +11:00
jflyper
86149361ab Drop softpwm option
Also separates PG related code to pg directory.
2018-02-04 12:29:22 +09:00
jflyper
38f6312e23 Revert ADC instance change 2018-02-02 10:31:43 +09:00
Dan Nixon
22874d8ba2 CMS power menu
Menu including:
- Voltage meter selection
- Current meter selection
- Max cell voltage (moved from MISC menu)
- Voltage scale adjust (moved from MISC menu)
- ADC current scale and offset adjust
- Virtual current scale and offset adjust
2018-02-01 15:31:45 +00:00
Michael Keller
8738e7d623
Merge pull request #5092 from etracer65/airmode_activate_3d_fix
Change airmode activation to be throttle percent based to fix 3D mode
2018-02-02 02:59:14 +13:00
Martin Budden
eb41132f63
Merge pull request #5097 from martinbudden/bfa_attitude_task_angle
Change attitude task freqency when in angle or horizon mode
2018-02-01 12:32:35 +00:00
Michael Keller
71ff35940d
Merge pull request #2739 from martinbudden/bf_rx_tidy4
Tidy RX code
2018-02-02 01:25:12 +13:00
Michael Keller
666c2980e9
Merge pull request #5000 from martinbudden/bfa_vtx_tidy
Corrected VTX vtables to not use static device handle
2018-02-02 01:16:54 +13:00
Michael Keller
2fef637905
Merge pull request #5089 from basdelfos/msp-changes-bfc
BF 3.3 configurator changes
2018-02-02 00:51:45 +13:00