Home
last modified time | relevance | path

Searched refs:SRAM_SIZE (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/tests/kernel/timer/timer_behavior/
DKconfig13 default 1000 if (SRAM_SIZE <= 24)
14 default 2000 if (SRAM_SIZE <= 32)
15 default 3000 if (SRAM_SIZE <= 48)
16 default 5000 if (SRAM_SIZE <= 64)
17 default 7000 if (SRAM_SIZE <= 96)
/Zephyr-latest/soc/snps/hsdk/
Dlinker.ld19 #define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/soc/snps/hsdk4xd/
Dlinker.ld18 #define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/soc/mediatek/mt8xxx/
Dsoc.c13 #define SRAM_SIZE DT_REG_SIZE(DT_NODELABEL(sram0)) macro
14 #define SRAM_END (SRAM_START + SRAM_SIZE)
Dlinker.ld9 #define SRAM_SIZE DT_REG_SIZE(DT_NODELABEL(sram0)) macro
14 sram (rwx) : ORIGIN = SRAM_START, LENGTH = SRAM_SIZE
/Zephyr-latest/soc/snps/qemu_arc/
Dlinker.ld15 #define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/soc/snps/emsdp/
Dlinker.ld20 #define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/soc/snps/arc_iot/
Dlinker.ld20 #define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/soc/snps/emsk/
Dlinker.ld22 #define SRAM_SIZE DT_REG_SIZE(DT_NODELABEL(ddr0)) macro
/Zephyr-latest/soc/snps/nsim/arc_classic/
Dlinker.ld33 #define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) macro
/Zephyr-latest/boards/raytac/mdbt53_db_40/
DKconfig.defconfig41 config SRAM_SIZE config
/Zephyr-latest/boards/raytac/mdbt53v_db_40/
DKconfig.defconfig41 config SRAM_SIZE config
/Zephyr-latest/boards/nordic/nrf5340dk/
DKconfig.defconfig41 config SRAM_SIZE config
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
DKconfig.defconfig41 config SRAM_SIZE config
/Zephyr-latest/boards/nordic/thingy53/
DKconfig.defconfig41 config SRAM_SIZE config
/Zephyr-latest/boards/ezurio/bl5340_dvk/
DKconfig.defconfig45 config SRAM_SIZE config
/Zephyr-latest/include/zephyr/arch/arc/v2/
Dlinker.ld65 SRAM (rwx) : ORIGIN = SRAM_START, LENGTH = SRAM_SIZE
316 __arc_rw_sram_size = SRAM_START + SRAM_SIZE - _image_ram_start;
/Zephyr-latest/lib/heap/
DKconfig72 default SYS_HEAP_SMALL_ONLY if (SRAM_SIZE <= 256)
/Zephyr-latest/soc/ite/ec/it8xxx2/
DKconfig250 default SRAM_SIZE
/Zephyr-latest/arch/
DKconfig214 config SRAM_SIZE config