Searched refs:overlap (Results 1 – 25 of 37) sorted by relevance
12
/Zephyr-latest/scripts/build/ |
D | mergehex.py | 16 def merge_hex_files(output, input_hex_files, overlap): argument 28 ih.merge(to_merge, overlap=overlap) 52 merge_hex_files(args.output, args.input_files, args.overlap)
|
/Zephyr-latest/cmake/compiler/host-gcc/ |
D | compiler_flags.cmake | 2 # Significant overlap with freestanding gcc compiler so reuse it
|
/Zephyr-latest/samples/boards/nordic/system_off/boards/ |
D | nrf52dk_nrf52832.overlay | 20 /* Shrink SRAM size to avoid overlap with retained memory region */
|
D | nrf52840dk_nrf52840.overlay | 20 /* Shrink SRAM size to avoid overlap with retained memory region */
|
D | nrf54l15dk_nrf54l05_cpuapp.overlay | 20 /* Shrink SRAM size to avoid overlap with retained memory region:
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 20 /* Shrink SRAM size to avoid overlap with retained memory region */
|
D | nrf54l15dk_nrf54l10_cpuapp.overlay | 20 /* Shrink SRAM size to avoid overlap with retained memory region:
|
D | nrf54l20pdk_nrf54l20_cpuapp.overlay | 20 /* Shrink SRAM size to avoid overlap with retained memory region:
|
/Zephyr-latest/tests/drivers/retained_mem/api/boards/ |
D | nrf54l15dk_nrf54l05_cpuapp.overlay | 20 /* Shrink SRAM size to avoid overlap with retained memory region:
|
D | nrf54l15dk_nrf54l10_cpuapp.overlay | 20 /* Shrink SRAM size to avoid overlap with retained memory region:
|
D | nrf54l20pdk_nrf54l20_cpuapp.overlay | 20 /* Shrink SRAM size to avoid overlap with retained memory region:
|
/Zephyr-latest/include/zephyr/linker/ |
D | intlist.ld | 25 * shouldn't overlap any other regions. On most arches the following should be
|
/Zephyr-latest/samples/drivers/memc/ |
D | README.rst | 14 overlap with memory used for XIP or SRAM by the application, as the sample
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/ |
D | Kconfig | 55 scanning to overlap with advertising events hence do not use
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memory.ld | 61 * Board-level DTS must specify a flash region that doesn't overlap with 110 * target. However, it shouldn't overlap any other regions.
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_dcnano_lcdif | 47 does not overlap with other data. Each allocated LCDIF buffer will
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 81 doesn't overlap with the target Zephyr memory. In practice on the 87 the overlap and warn about it.
|
/Zephyr-latest/include/zephyr/arch/arm64/scripts/ |
D | linker.ld | 158 * section overlap. 232 * than __rodata_region_end, and this two regions can overlap.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | features.rst | 43 * Intelligent scheduling of roles to minimize overlap
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 107 caller-save. When using CALLn, you always need to overlap 4 registers
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/ |
D | linker.ld | 184 * section overlap.
|
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | linker.ld | 169 * section overlap.
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 91 there isn't overlap with the existed mappings, it will reserve the
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/ |
D | linker.ld | 182 * section overlap.
|
/Zephyr-latest/doc/kernel/usermode/ |
D | memory_domain.rst | 195 - Partitions within the same memory domain may not overlap each other. There is 199 overlap a boot-time memory region is architecture specific.
|
12