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

9012 commits

Author SHA1 Message Date
jflyper
d2c71a6f7e Add bus parameters to barometerConfig_t, cli handling 2017-07-16 23:57:16 +09:00
jflyper
62909821ec Doh! 2017-07-16 23:20:04 +09:00
jflyper
6b2cf04baf Converted fake 2017-07-16 14:19:04 +09:00
jflyper
36dd4c824b XXX 9250 mpuResetFn doesn't work this way 2017-07-16 13:32:01 +09:00
jflyper
8c5c6c1385 Converted BMI160 & ICM20289 2017-07-16 13:31:37 +09:00
jflyper
a6e3ca2345 Merge branch 'master' into bfdev-configurable-baro 2017-07-16 11:45:29 +09:00
jflyper
3f885ce944 More conversions 2017-07-16 11:42:45 +09:00
jflyper
9233b9fbfd Use i2c_OLED_send_cmdarray instead of bunch of i2c_OLED_send_cmd 2017-07-16 11:42:34 +09:00
jflyper
c6339f979b Converted BMP085
- Not tested
- Does not properly release IOs upon detection failure
2017-07-16 11:37:59 +09:00
jflyper
bc0dbce062 Add de-init for BMP280 2017-07-16 11:18:31 +09:00
jflyper
eb8755453d Converted MS5611 (SPI) Untested 2017-07-16 11:13:45 +09:00
jflyper
605d5603cc Call spiBusSetInstance when setting instance 2017-07-16 04:56:58 +09:00
jflyper
15c04eb5eb Remove barometer_spi_bmp280.c from target.mk 2017-07-16 03:39:00 +09:00
jflyper
a88729b4df Minor touch up on gyro.c 2017-07-16 03:38:26 +09:00
jflyper
99201eef4b Converted bus_spi_hal.c 2017-07-16 03:38:04 +09:00
jflyper
e26f5a78ea Expose BMP085_I2C_ADDR 2017-07-16 03:11:33 +09:00
jflyper
a5deb35f41 Tidy in bus.h 2017-07-16 03:10:59 +09:00
jflyper
68975298af OMNIBUSF4 target.mk back to original 2017-07-16 02:36:39 +09:00
jflyper
93089e754c Converted MPU6500 (SPI) and MPU9250 2017-07-16 02:32:34 +09:00
jflyper
f1322d1920 Converted MS5611 (I2C only) 2017-07-16 02:13:24 +09:00
jflyper
af4059e0ca dashboard & oled conversion 2017-07-15 23:27:24 +09:00
jflyper
52d447d2ef Configurable baro (BMP280)
- busDevice_t is now has a discriminator.
- busDevice_t is added to baroDev_t.
- BMP280 I2C and SPI drivers are consolidated.
2017-07-15 18:05:56 +09:00
Martin Budden
a46936d040 Merge pull request #3521 from basdelfos/datasize_cleanup
Replace dataSize with sbufBytesRemaining()
2017-07-15 09:52:08 +01:00
Martin Budden
f249bc93fa Merge pull request #3520 from DanNixon/cms_bb_flash_reset_status_after_erase
Ensure storage device status is reset after erasing flash via CMS
2017-07-15 09:45:23 +01:00
Martin Budden
97bdac445b Merge pull request #3522 from DanNixon/cms_menu_timer_element_fix
Fix a typo in OSD CMS menu for timer element toggling
2017-07-15 09:37:03 +01:00
Bas Delfos
807c155cab Replaced macro with actual code 2017-07-15 10:34:53 +02:00
Martin Budden
07dc62f465 Merge pull request #3517 from basdelfos/feature_cleanup
Fixed feature list in cli dump command
2017-07-15 09:33:26 +01:00
Martin Budden
d68b8fae9a Merge pull request #3519 from jflyper/bfdev-oled-use-send_cmdarray
OLED display convert consecutive calls to `i2c_OLED_send_cmd` to array of commands
2017-07-15 09:21:28 +01:00
Martin Budden
5ddbab75ee Merge pull request #3511 from mikeller/add_esc_info_all_escs
Added ESC info display for 'dshotprog 255 6' invocation (all ESCs).
2017-07-15 09:18:17 +01:00
Martin Budden
03273e4ab9 Merge pull request #3518 from DanNixon/cms_fix_pid_rate_editing
Ensure PID/rate profile is updated before editing values in CMS
2017-07-15 08:54:58 +01:00
J Blackman
1d1afa617c Merge pull request #3526 from kc10kevin/master_FURYF4OSDPPMFix
FuryF4 PPM Fix
2017-07-15 17:42:12 +10:00
borisbstyle
45479b30fd Merge pull request #3529 from blckmn/MOTOR_BLIP_FIX
Fix motor twitch when unarmed and using synced protocols.
2017-07-15 09:00:24 +02:00
blckmn
f0bdc93a25 Fix motor twitch when unarmed and using synced protocols. 2017-07-15 14:51:59 +10:00
kc10kevin
b1cb04cbf6 PPM Fix 2017-07-14 18:40:51 -05:00
jflyper
d8110ec3d3 More conversions 2017-07-15 01:59:09 +09:00
Dan Nixon
71903ba6fd Fix a typo in OSD CMS menu for timer element toggling 2017-07-14 17:04:23 +01:00
Bas Delfos
3c8880d781 Added src as argument to the macro 2017-07-14 17:11:51 +02:00
Dan Nixon
43913bea6e Ensure storage device status is reset after erasing flash 2017-07-14 15:07:59 +01:00
Bas Delfos
79c13673be Replace dataSize with sbufBytesRemaining() 2017-07-14 16:06:12 +02:00
Dan Nixon
334dbc3039 Ensure PID/rate profile is updated before editing values 2017-07-14 14:44:16 +01:00
jflyper
905998ba7a Use i2c_OLED_send_cmdarray instead of bunch of i2c_OLED_send_cmd 2017-07-14 22:37:08 +09:00
Bas Delfos
ae21fceafd Fixed features in dump command 2017-07-14 14:21:31 +02:00
borisbstyle
6fe956dea0 Merge pull request #3509 from jflyper/bfdev-bff3-new-timer-mapping
BFF3 Improved timer mapping
2017-07-14 13:46:51 +02:00
jflyper
0c3a4dbd64 Set hexa dshot as a compile time option 2017-07-14 10:49:08 +09:00
Michael Keller
779d3ceb0a Added ESC info display for 'dshotprog 255 6' invocation (all ESCs). 2017-07-14 00:07:44 +08:00
jflyper
fea9e35389 Improved timer assignments 2017-07-13 19:50:01 +09:00
borisbstyle
b3898fa9d1 Merge pull request #3506 from jflyper/bfdev-omnibusf4sd-icm20608
OMNIBUSF4SD Add MPU6500 (ICM20608) support
2017-07-13 08:19:40 +02:00
borisbstyle
98cac372fc Merge pull request #3500 from basdelfos/bfc_change_dterm_filter
Added dterm filter type and anti-gravity settings to MSP
2017-07-13 08:19:02 +02:00
borisbstyle
5db2755b49 Merge pull request #3504 from 4712betaflight/FixBLHeli32deviceId
Fix BLHeli32 device id
2017-07-13 08:18:27 +02:00
jflyper
a2f125fc12 Add MPU6500 (ICM20608) to OMNIBUSF4SD target
iFlight version of OMNIBUS F4 V3 uses ICM20608.
2017-07-13 11:55:45 +09:00