Home
last modified time | relevance | path

Searched refs:RAM_SIZE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/haas1000/
A Dplat_addr_map_haas1000.h74 #ifndef RAM_SIZE
77 #define RAM_SIZE MAX_RAM_SIZE macro
79 #define RAM_SIZE (RAM9_BASE - RAM0_BASE) // 0x00080000
83 #define RAM_SIZE (RAM3_BASE - RAM0_BASE) // 0x00080000
85 #define RAM_SIZE (RAM1_BASE - RAM0_BASE) // 0x00040000
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/haas1000_normalization/
A Dtarget.mk428 export RAM_SIZE ?= 0x280000
431 export RAM_SIZE ?= 0x200000
449 export RAM_SIZE ?= 0x200000
453 export RAM_SIZE ?= $(TOTAL_RAM_SIZE)
470 export RAM_SIZE := $(RAM_SIZE)-$(RAMCP_SIZE)-$(RAMCPX_SIZE)
471 export RAMCP_BASE ?= 0x20000000+$(RAM_SIZE)
472 export RAMCPX_BASE ?= 0x00200000+$(RAM_SIZE)+$(RAMCP_SIZE)
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/
A Dcommon.mk498 ifneq ($(RAM_SIZE),)
499 KBUILD_CPPFLAGS += -DRAM_SIZE=$(RAM_SIZE)
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/main/
A DMakefile10 AFLAGS_startup_main.o += -DRAM_SIZE=$(RAM_SIZE)

Completed in 6 milliseconds