waf: link in less drivers on Pixracer
This commit is contained in:
parent
73122adb78
commit
111d8c05dc
@ -17,9 +17,6 @@ set(config_module_list
|
||||
drivers/led
|
||||
drivers/px4fmu
|
||||
drivers/rgbled
|
||||
drivers/mpu6000
|
||||
drivers/hmc5883
|
||||
drivers/ms5611
|
||||
drivers/mb12xx
|
||||
drivers/ll40ls
|
||||
drivers/trone
|
||||
|
@ -1,6 +1,9 @@
|
||||
include(configs/nuttx_px4fmu-common_apm)
|
||||
|
||||
list(APPEND config_module_list
|
||||
drivers/mpu6000
|
||||
drivers/hmc5883
|
||||
drivers/ms5611
|
||||
drivers/boards/px4fmu-v1
|
||||
drivers/px4io
|
||||
drivers/px4flow
|
||||
|
@ -4,6 +4,9 @@ list(APPEND config_module_list
|
||||
drivers/lsm303d
|
||||
drivers/l3gd20
|
||||
drivers/mpu9250
|
||||
drivers/mpu6000
|
||||
drivers/hmc5883
|
||||
drivers/ms5611
|
||||
drivers/boards/px4fmu-v2
|
||||
drivers/pwm_input
|
||||
modules/uavcan
|
||||
|
@ -1,7 +1,6 @@
|
||||
include(configs/nuttx_px4fmu-common_apm)
|
||||
|
||||
list(APPEND config_module_list
|
||||
drivers/mpu9250
|
||||
drivers/boards/px4fmu-v4
|
||||
drivers/pwm_input
|
||||
modules/uavcan
|
||||
|
Loading…
Reference in New Issue
Block a user