diff --git a/libraries/AP_HAL_ChibiOS/hwdef/KakuteF4/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/KakuteF4/hwdef.dat index 77647aed03..13676d3de8 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/KakuteF4/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/KakuteF4/hwdef.dat @@ -113,7 +113,7 @@ PB0 TIM3_CH3 TIM3 PWM(4) GPIO(53) # PC8 TIM8_CH3 TIM2 GPIO(54) # LED strip -define HAL_STORAGE_SIZE 8192 +define HAL_STORAGE_SIZE 15360 define STORAGE_FLASH_PAGE 2 # reserve 32k for bootloader and 32k for flash storage diff --git a/libraries/AP_HAL_ChibiOS/hwdef/MatekF405-Wing/hwdef-bl.dat b/libraries/AP_HAL_ChibiOS/hwdef/MatekF405-Wing/hwdef-bl.dat index cff50f0f07..46e6d11861 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/MatekF405-Wing/hwdef-bl.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/MatekF405-Wing/hwdef-bl.dat @@ -21,7 +21,7 @@ FLASH_SIZE_KB 1024 # the location where the bootloader will put the firmware define FLASH_BOOTLOADER_LOAD_KB 64 -define HAL_STORAGE_SIZE 8192 +define HAL_STORAGE_SIZE 15360 define STORAGE_FLASH_PAGE 1 # board voltage diff --git a/libraries/AP_HAL_ChibiOS/hwdef/MatekF405-Wing/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/MatekF405-Wing/hwdef.dat index 94577165ee..5316bea909 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/MatekF405-Wing/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/MatekF405-Wing/hwdef.dat @@ -33,7 +33,7 @@ define CH_CFG_ST_RESOLUTION 32 FLASH_RESERVE_START_KB 64 FLASH_SIZE_KB 1024 -define HAL_STORAGE_SIZE 8192 +define HAL_STORAGE_SIZE 15360 define STORAGE_FLASH_PAGE 1 # board voltage diff --git a/libraries/AP_HAL_ChibiOS/hwdef/MatekF405/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/MatekF405/hwdef.dat index 62f60877c6..07a8f74003 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/MatekF405/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/MatekF405/hwdef.dat @@ -123,7 +123,7 @@ PC9 TIM8_CH4 TIM8 PWM(4) GPIO(53) PA15 TIM2_CH1 TIM2 PWM(5) GPIO(54) PA8 TIM1_CH1 TIM1 PWM(6) GPIO(55) -define HAL_STORAGE_SIZE 8192 +define HAL_STORAGE_SIZE 15360 define STORAGE_FLASH_PAGE 2 # reserve 32k for bootloader and 32k for flash storage diff --git a/libraries/AP_HAL_ChibiOS/hwdef/airbotf4/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/airbotf4/hwdef.dat index 48c5fddf09..89014f3825 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/airbotf4/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/airbotf4/hwdef.dat @@ -91,7 +91,7 @@ define HAL_COMPASS_HMC5843_I2C_BUS 0 define HAL_COMPASS_HMC5843_I2C_ADDR 0x1E define STORAGE_FLASH_PAGE 1 -define HAL_STORAGE_SIZE 8192 +define HAL_STORAGE_SIZE 15360 # define default battery setup define HAL_BATT_VOLT_PIN 12 diff --git a/libraries/AP_HAL_ChibiOS/hwdef/crazyflie2/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/crazyflie2/hwdef.dat index f11380cbe3..1f54984660 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/crazyflie2/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/crazyflie2/hwdef.dat @@ -96,7 +96,7 @@ define HAL_I2C_MAX_CLOCK 400000 # order of UARTs (and USB) UART_ORDER OTG1 USART2 USART3 USART6 -define HAL_STORAGE_SIZE 8192 +define HAL_STORAGE_SIZE 15360 define STORAGE_FLASH_PAGE 1 # reserve 32k for bootloader and 32k for flash storage diff --git a/libraries/AP_HAL_ChibiOS/hwdef/omnibusf4pro/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/omnibusf4pro/hwdef.dat index abb1376d60..de96a4a52a 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/omnibusf4pro/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/omnibusf4pro/hwdef.dat @@ -104,7 +104,7 @@ define HAL_COMPASS_HMC5843_I2C_BUS 0 define HAL_COMPASS_HMC5843_I2C_ADDR 0x1E define STORAGE_FLASH_PAGE 1 -define HAL_STORAGE_SIZE 8192 +define HAL_STORAGE_SIZE 15360 define HAL_OS_FATFS_IO 1 define HAL_BOARD_LOG_DIRECTORY "/APM/LOGS" diff --git a/libraries/AP_HAL_ChibiOS/hwdef/revo-mini/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/revo-mini/hwdef.dat index c66546f85c..3b87ec81fe 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/revo-mini/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/revo-mini/hwdef.dat @@ -109,7 +109,7 @@ PC9 TIM8_CH4 TIM2 PWM(8) GPIO(57) PB7 DRDY_HMC5883 INPUT PULLUP -define HAL_STORAGE_SIZE 8192 +define HAL_STORAGE_SIZE 15360 define STORAGE_FLASH_PAGE 2 # reserve 32k for bootloader and 32k for flash storage diff --git a/libraries/AP_HAL_ChibiOS/hwdef/sparky2/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/sparky2/hwdef.dat index a3044a114e..2d4b9f634e 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/sparky2/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/sparky2/hwdef.dat @@ -117,7 +117,7 @@ PA0 TIM2_CH1 TIM2 PWM(6) GPIO(55) # PB15 TIM8_CH3N TIM8 PWM(9) PB14 TIM1_CH2N TIM1 PWM(7) GPIO(35) -define HAL_STORAGE_SIZE 8192 +define HAL_STORAGE_SIZE 15360 define STORAGE_FLASH_PAGE 1 FLASH_SIZE_KB 1024