Searched refs:FLASH_SIZE (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/ |
A D | common.mk | 256 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 D | ota_nbpatch.c | 10 #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 D | Makefile | 10 CFLAGS_mmu_ARMCA.o += -DFLASH_SIZE=$(FLASH_SIZE)
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/build_info/ |
A D | build_info.c | 43 NEW_LINE_STR "FLASH_SIZE=" TO_STR(FLASH_SIZE)
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | Makefile | 179 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 D | Makefile | 279 ifneq ($(FLASH_SIZE),) 280 ccflags-y += -DFLASH_SIZE=$(FLASH_SIZE)
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/haas1000_normalization/ |
A D | target.mk | 476 export FLASH_SIZE ?= 0x1000000
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/ |
A D | Makefile | 757 -DFLASH_SIZE=$(FLASH_SIZE) \
|
Completed in 13 milliseconds