Browse Source

boards: CUAV Nora don't start icm20649 on SPI6 by default

- waiting on NuttX SPI6 BDMA to be fixed
release/1.12
Daniel Agar 4 years ago
parent
commit
bcae99e34a
  1. 2
      boards/cuav/nora/init/rc.board_sensors

2
boards/cuav/nora/init/rc.board_sensors

@ -16,7 +16,7 @@ bmi088 -s -b 4 -G -R 2 start @@ -16,7 +16,7 @@ bmi088 -s -b 4 -G -R 2 start
ms5611 -s -b 4 start
# SPI6
icm20649 -s -b 6 -R 2 start
#icm20649 -s -b 6 -R 2 start # TODO: not started by default until NuttX SPI6 BDMA is fixed
ms5611 -s -b 6 start
# External compass on GPS1/I2C1: standard CUAV GPS/compass puck (with lights, safety button, and buzzer)

Loading…
Cancel
Save