Home
last modified time | relevance | path

Searched refs:OTA_FLASH_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ota/include/
A Dota_import.h35 #ifndef OTA_FLASH_BLOCK_SIZE
36 #define OTA_FLASH_BLOCK_SIZE 0x10000 /*OTA erase/write block size:64K*/ macro
/AliOS-Things-master/components/ota/hal/
A Dota_hal_plat.c42 block_size = (len > OTA_FLASH_BLOCK_SIZE) ? OTA_FLASH_BLOCK_SIZE : len; in ota_hal_init()
A Dota_hal_vfs_plat.c72 block_size = (len > OTA_FLASH_BLOCK_SIZE) ? OTA_FLASH_BLOCK_SIZE : len; in ota_hal_init()

Completed in 4 milliseconds