mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Intersil wrapper continued
* Qflight: add intersil sensor driver * df_isl_wrapper: change driver lib name to isl * posix-config: add df_isl_wrapper start command to eagle startup * isl_wrapper: cleanup isl wrapper * isl: remove unused option -R * isl: change the driver name to isl29501 * DriverFramework: updated submodule again This is to get the latest `make fix-style` changes. * df_isl29501_wrapper: rename wrapper all the way
This commit is contained in:
@@ -22,6 +22,7 @@ set(config_module_list
|
||||
platforms/posix/drivers/df_bmp280_wrapper
|
||||
platforms/posix/drivers/df_hmc5883_wrapper
|
||||
platforms/posix/drivers/df_trone_wrapper
|
||||
platforms/posix/drivers/df_isl29501_wrapper
|
||||
|
||||
#
|
||||
# System commands
|
||||
@@ -92,4 +93,5 @@ set(config_df_driver_list
|
||||
bmp280
|
||||
hmc5883
|
||||
trone
|
||||
isl29501
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user