Skip to content

Commit

Permalink
Moving from Qurt specific icm4266p driver to mainline version
Browse files Browse the repository at this point in the history
  • Loading branch information
katzfey authored and dagar committed Mar 8, 2024
1 parent 0d0978b commit e202150
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,822 deletions.
1 change: 1 addition & 0 deletions boards/modalai/voxl2-slpi/default.px4board
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CONFIG_DRIVERS_ACTUATORS_VOXL_ESC=y
CONFIG_DRIVERS_BAROMETER_INVENSENSE_ICP101XX=y
CONFIG_DRIVERS_DISTANCE_SENSOR_VL53L0X=y
CONFIG_DRIVERS_DISTANCE_SENSOR_VL53L1X=y
CONFIG_DRIVERS_IMU_INVENSENSE_ICM42688P=y
CONFIG_DRIVERS_LIGHTS_RGBLED_NCP5623C=y
CONFIG_DRIVERS_MAGNETOMETER_ISENTEK_IST8308=y
CONFIG_DRIVERS_MAGNETOMETER_ISENTEK_IST8310=y
Expand Down
1 change: 0 additions & 1 deletion boards/modalai/voxl2-slpi/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ add_library(drivers_board
)

# Add custom drivers for SLPI
# add_subdirectory(${PX4_BOARD_DIR}/src/drivers/icm42688p)
add_subdirectory(${PX4_BOARD_DIR}/src/drivers/rc_controller)
add_subdirectory(${PX4_BOARD_DIR}/src/drivers/mavlink_rc_in)
# add_subdirectory(${PX4_BOARD_DIR}/src/drivers/spektrum_rc)
Expand Down
48 changes: 0 additions & 48 deletions boards/modalai/voxl2-slpi/src/drivers/icm42688p/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit e202150

Please sign in to comment.