1.Add sbus driver for linux . This driver can be used to read the

inverted S.bus signal and fetch the data of each channel and publish it

2. Fix the bug of linux_pwm_out, when the protocol is pca9685,
after the init method is executed,the method of determining the return
value of init method is incorrect,this will cause the driver to fail

3. Add linux_sbus driver to other posix prefixes cmake files
This commit is contained in:
crossa
2017-08-17 21:37:09 +08:00
committed by Nuno Marques
parent b2a81ed35b
commit 17ba5dd04a
11 changed files with 545 additions and 6 deletions
+1
View File
@@ -16,6 +16,7 @@ set(config_module_list
# Board support modules
#
drivers/device
drivers/linux_sbus
modules/sensors
platforms/posix/drivers/df_ms5607_wrapper
platforms/posix/drivers/df_mpu6050_wrapper
+1
View File
@@ -22,6 +22,7 @@ set(config_module_list
drivers/device
drivers/boards/sitl
drivers/led
drivers/linux_sbus
systemcmds/param
systemcmds/ver
+1
View File
@@ -74,6 +74,7 @@ set(config_module_list
#
# PX4 drivers
#
drivers/linux_sbus
drivers/gps
drivers/navio_adc
drivers/navio_sysfs_rc_in
@@ -30,6 +30,7 @@ set(CONFIG_SHMEM "1")
set(config_module_list
drivers/device
drivers/blinkm
drivers/linux_sbus
drivers/pwm_out_sim
drivers/rgbled
drivers/led
@@ -22,6 +22,7 @@ set(CONFIG_SHMEM "1")
set(config_module_list
drivers/device
drivers/blinkm
drivers/linux_sbus
drivers/pwm_out_sim
drivers/rgbled
drivers/led