mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: enable terrain on Pixracer, minpx-v2 and mini-pix
This commit is contained in:
parent
68addcb55a
commit
3ae4cfbf22
|
@ -171,6 +171,7 @@ SPIDEV ramtron SPI2 DEVID10 FRAM_CS MODE3 8*MHZ 8*MHZ
|
|||
define HAL_CHIBIOS_ARCH_FMUV4 1
|
||||
|
||||
define HAL_BOARD_LOG_DIRECTORY "/APM/LOGS"
|
||||
define HAL_BOARD_TERRAIN_DIRECTORY "/APM/TERRAIN"
|
||||
|
||||
define HAL_STORAGE_SIZE 16384
|
||||
|
||||
|
|
|
@ -172,6 +172,7 @@ SPIDEV radio SPI2 DEVID6 NRF_CS MODE3 2*MHZ 2*MHZ
|
|||
define HAL_CHIBIOS_ARCH_MINDPXV2 1
|
||||
|
||||
define HAL_BOARD_LOG_DIRECTORY "/APM/LOGS"
|
||||
define HAL_BOARD_TERRAIN_DIRECTORY "/APM/TERRAIN"
|
||||
|
||||
define HAL_STORAGE_SIZE 16384
|
||||
|
||||
|
|
|
@ -125,6 +125,7 @@ define HAL_COMPASS_QMC5883L_ORIENTATION_INTERNAL ROTATION_PITCH_180_YAW_270
|
|||
define HAL_COMPASS_AUTO_ROT_DEFAULT 2
|
||||
|
||||
define HAL_BOARD_LOG_DIRECTORY "/APM/LOGS"
|
||||
define HAL_BOARD_TERRAIN_DIRECTORY "/APM/TERRAIN"
|
||||
|
||||
define HAL_STORAGE_SIZE 16384
|
||||
|
||||
|
|
Loading…
Reference in New Issue