Home
last modified time | relevance | path

Searched refs:FLASH_SIZE (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/config/
A Dcommon.mk256 export FLASH_SIZE ?= 0x1000000
428 export FLASH_SIZE ?= 0x100000
561 ifeq ($(FLASH_SIZE),0x40000) # 2M bits
564 ifeq ($(FLASH_SIZE),0x80000) # 4M bits
567 ifeq ($(FLASH_SIZE),0x100000) # 8M bits
570 ifeq ($(FLASH_SIZE),0x200000) # 16M bits
573 ifeq ($(FLASH_SIZE),0x400000) # 32M bits
576 ifeq ($(FLASH_SIZE),0x800000) # 64M bits
628 -DFLASH_SIZE=$(FLASH_SIZE) \
/AliOS-Things-master/components/ota/2ndboot/updater/
A Dota_nbpatch.c10 #define FLASH_SIZE 0x2000000 macro
30 memory_base = malloc (FLASH_SIZE); in ota_patch_init()
34 memset(memory_base, 0xFF, FLASH_SIZE); in ota_patch_init()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/ca/
A DMakefile10 CFLAGS_mmu_ARMCA.o += -DFLASH_SIZE=$(FLASH_SIZE)
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/build_info/
A Dbuild_info.c43 NEW_LINE_STR "FLASH_SIZE=" TO_STR(FLASH_SIZE)
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A DMakefile179 ifneq ($(FLASH_SIZE),)
180 CFLAGS_hal_norflash.o += -DFLASH_SIZE=$(FLASH_SIZE)
311 ifneq ($(FLASH_SIZE),)
312 CFLAGS_hal_trace.o += -DFLASH_SIZE=$(FLASH_SIZE)
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/main/
A DMakefile279 ifneq ($(FLASH_SIZE),)
280 ccflags-y += -DFLASH_SIZE=$(FLASH_SIZE)
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/haas1000_normalization/
A Dtarget.mk476 export FLASH_SIZE ?= 0x1000000
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A DMakefile757 -DFLASH_SIZE=$(FLASH_SIZE) \

Completed in 13 milliseconds