Skip to content

Commit

Permalink
boards: ark septentrio gps add iis2mdc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimaj committed May 7, 2024
1 parent ca9cb22 commit df17655
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/ark/septentrio-gps/default.px4board
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
CONFIG_BOARD_TOOLCHAIN="arm-none-eabi"
CONFIG_BOARD_ARCHITECTURE="cortex-m4"
CONFIG_BOARD_ROMFSROOT="cannode"
CONFIG_BOARD_NO_HELP=y
CONFIG_BOARD_CONSTRAINED_MEMORY=y
CONFIG_DRIVERS_BAROMETER_BMP388=y
CONFIG_DRIVERS_BOOTLOADERS=y
CONFIG_DRIVERS_GPS=y
CONFIG_DRIVERS_IMU_INVENSENSE_ICM42688P=y
CONFIG_DRIVERS_MAGNETOMETER_BOSCH_BMM150=y
CONFIG_DRIVERS_MAGNETOMETER_ST_IIS2MDC=y
CONFIG_DRIVERS_SAFETY_BUTTON=y
CONFIG_DRIVERS_TONE_ALARM=y
CONFIG_BOARD_UAVCAN_INTERFACES=1
Expand Down
5 changes: 4 additions & 1 deletion boards/ark/septentrio-gps/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ icm42688p -R 0 -s start

bmp388 -I -b 1 start

bmm150 -I -b 1 start
if ! iis2mdc -R 4 -I -b 1 start
then
bmm150 -I -b 1 start
fi

0 comments on commit df17655

Please sign in to comment.