mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 18:14:19 -03:00
AP_HAL_ChibiOS: KakuteH7Mini: enable LittleFS and scripting
This commit is contained in:
parent
75e4775f1a
commit
d4ea44d23d
@ -9,8 +9,5 @@ SPIDEV bmi270 SPI4 DEVID1 MPU6000_CS MODE3 1*MHZ 4*MHZ
|
||||
|
||||
IMU BMI270 SPI:bmi270 ROTATION_PITCH_180_YAW_90
|
||||
|
||||
undef HAL_LOGGING_DATAFLASH_ENABLED
|
||||
undef DATAFLASH # larger flash chip is NAND and uses a different driver
|
||||
DATAFLASH littlefs:w25nxx
|
||||
|
||||
# KakuteH7Mini disables due to smaller flash chip; allow the enabled default
|
||||
undef AP_SCRIPTING_ENABLED
|
||||
|
@ -24,8 +24,8 @@ FLASH_RESERVE_START_KB 128
|
||||
STORAGE_FLASH_PAGE 14
|
||||
define HAL_STORAGE_SIZE 32768
|
||||
|
||||
# enable logging to dataflash
|
||||
define HAL_LOGGING_DATAFLASH_ENABLED 1
|
||||
# enable littlefs on 16MiB W25Q128 dataflash
|
||||
DATAFLASH littlefs:jedec_nor
|
||||
|
||||
# one I2C bus
|
||||
I2C_ORDER I2C1
|
||||
@ -160,5 +160,3 @@ define HAL_OSD_TYPE_DEFAULT 1
|
||||
ROMFS_WILDCARD libraries/AP_OSD/fonts/font*.bin
|
||||
|
||||
define DEFAULT_NTF_LED_TYPES 257
|
||||
|
||||
define AP_SCRIPTING_ENABLED 0
|
||||
|
Loading…
Reference in New Issue
Block a user