deprecate df_bmp280_wrapper and replace with in tree bmp280

- deprecate DriverFramework bmp280 driver (df_bmp280_wrapper)
 - update beaglebone blue and snapdragon flight eagle boards to use in tree bmp280
 - update posix (really just linux) and qurt I2C wrappers
 - tested on beaglebone blue
This commit is contained in:
Daniel Agar
2020-01-05 13:33:12 -05:00
committed by GitHub
parent 1da7209fe1
commit aaf5670e7d
37 changed files with 227 additions and 777 deletions

View File

@@ -51,7 +51,7 @@ param set BAT_V_DIV 11.0
dataman start
df_bmp280_wrapper start -D /dev/i2c-2
bmp280 -I start
df_mpu9250_wrapper start
# options: -R rotation

View File

@@ -51,7 +51,7 @@ param set BAT_V_DIV 11.0
dataman start
df_bmp280_wrapper start -D /dev/i2c-2
bmp280 -I start
df_mpu9250_wrapper start
# options: -R rotation

View File

@@ -25,7 +25,7 @@ param set UART_ESC_MOTOR3 1
param set UART_ESC_MOTOR4 3
sleep 1
df_mpu9250_wrapper start
df_bmp280_wrapper start
bmp280 start
gps start -d /dev/tty-4
rc_update start
sensors start

View File

@@ -25,7 +25,7 @@ param set UART_ESC_MOTOR3 1
param set UART_ESC_MOTOR4 3
sleep 1
df_mpu9250_wrapper start
df_bmp280_wrapper start
bmp280 start
gps start -d /dev/tty-4
rc_update start
sensors start

View File

@@ -7,7 +7,7 @@ param set MAV_TYPE 2
sleep 1
df_hmc5883_wrapper start
df_mpu9250_wrapper start_without_mag
df_bmp280_wrapper start
bmp280 start
df_trone_wrapper start
#df_ltc2946_wrapper start # (currently not working on all boards...)
#df_isl29501_wrapper start

View File

@@ -172,7 +172,7 @@ fi
qshell df_mpu9250_wrapper start
qshell df_bmp280_wrapper start
qshell bmp280 start
qshell rc_update start
qshell sensors start

View File

@@ -73,7 +73,7 @@ param set UART_ESC_MOTOR3 1
param set UART_ESC_MOTOR4 3
sleep 1
df_mpu9250_wrapper start
df_bmp280_wrapper start
bmp280 start
rc_update start
sensors start
commander start