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:
Julian Oes
2016-04-28 15:31:40 +02:00
committed by Lorenz Meier
parent f1d86a9064
commit 0c0d251003
5 changed files with 432 additions and 1 deletions
+2
View File
@@ -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
)