/Zephyr-latest/boards/others/promicro_nrf52840/ |
D | Kconfig.defconfig | 1 # Copyright (c) 2024 MASSDRIVER EI (massdriver.space)
|
/Zephyr-latest/cmake/ |
D | extra_flags.cmake | 9 # A length of one means a single argument or a space separated list was provided.
|
/Zephyr-latest/doc/hardware/arch/ |
D | xtensa.rst | 57 Additional stack space may be required for each thread to account for the extra 72 stack space for saving the HiFi register values during context switches
|
/Zephyr-latest/lib/libc/newlib/ |
D | Kconfig | 29 Specifies the amount of memory space that must be available for the 31 initialization if the memory space available for the newlib heap is
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.it8xxx2 | 30 prompt "H2RAM space for ec host command" 76 prompt "H2RAM space for ACPI shared memory region"
|
/Zephyr-latest/subsys/modem/ |
D | modem_cmux.c | 271 uint16_t space; in modem_cmux_transmit_frame() local 275 space = ring_buf_space_get(&cmux->transmit_rb) - MODEM_CMUX_FRAME_SIZE_MAX; in modem_cmux_transmit_frame() 276 data_len = MIN(space, frame->data_len); in modem_cmux_transmit_frame() 324 uint16_t space; in modem_cmux_transmit_cmd_frame() local 328 space = ring_buf_space_get(&cmux->transmit_rb); in modem_cmux_transmit_cmd_frame() 330 if (space < MODEM_CMUX_CMD_FRAME_SIZE_MAX) { in modem_cmux_transmit_cmd_frame() 348 uint16_t space; in modem_cmux_transmit_data_frame() local 358 space = ring_buf_space_get(&cmux->transmit_rb); in modem_cmux_transmit_data_frame() 367 if (space < ((MODEM_CMUX_CMD_FRAME_SIZE_MAX * 2) + MODEM_CMUX_DATA_FRAME_SIZE_MIN)) { in modem_cmux_transmit_data_frame()
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-text.ld | 36 "Reserved space for kobject text area is too small. \
|
/Zephyr-latest/doc/develop/sca/ |
D | sparse.rst | 13 spaces. At the moment Zephyr introduces a single custom address space
|
/Zephyr-latest/boards/innblue/innblue21/doc/ |
D | index.rst | 46 memory maps. By default, all of the memory space (Flash, SRAM, and 47 peripheral address space) is defined to be secure accessible only.
|
/Zephyr-latest/boards/innblue/innblue22/doc/ |
D | index.rst | 46 memory maps. By default, all of the memory space (Flash, SRAM, and 47 peripheral address space) is defined to be secure accessible only.
|
/Zephyr-latest/drivers/pcie/host/ |
D | Kconfig | 36 from memory space into any 256 MB region of the PCIe configuration space.
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/ |
D | README.txt | 20 space or FP shared registers) is saved and restored properly. 43 targets with support for user space.
|
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/ |
D | README.rst | 14 Mapping happens in 64 KB pages. Memory mapping hardware can map flash into the data address space 15 and the instruction address space. See the technical reference manual for more details and
|
/Zephyr-latest/tests/kernel/threads/thread_apis/src/ |
D | main.c | 611 static int large_stack(size_t *space) in large_stack() argument 618 return k_thread_stack_space_get(k_current_get(), space); in large_stack() 622 static int small_stack(size_t *space) in small_stack() argument 624 return k_thread_stack_space_get(k_current_get(), space); in small_stack()
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | mimxrt1060_evk_mimxrt1062_hyperflash.dts | 38 column-space = <3>;
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | mimxrt1050_evk_mimxrt1052_hyperflash.dts | 40 column-space = <3>;
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 36 non-kernel address space will get a separate ring 3 ASID set in RASID, 65 of virtual, not physical, address space, in the same memory space 112 space of PTE entries be resolvable by the TLB directly, without 203 remaining memory space would be used for virtual mappings. This 220 refill: data TLB entries storing the 4M page table mapping space are 227 in virtual space, such that the page tables don't overlap. This is 228 expensive in virtual address space: assigning 4M of space to each of 230 would take a full gigabyte of address space. Zephyr optimizes this a
|
/Zephyr-latest/boards/sc/scobc_module1/doc/ |
D | index.rst | 10 It is designed to survive in the severe space environment, extreme temperature, 11 vacuum, and space radiation.
|
/Zephyr-latest/doc/develop/west/ |
D | sign.rst | 49 extra-args = -i 4 -k 'keys/key argument with space.pem' 56 ``west sign --tool rimage -- -i 4 -k 'keys/key argument with space.pem'``. In case
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt7xx_cm33_cpu1.dtsi | 269 /* Empty ranges property implies parent and child address space is identical */ 306 /* Empty ranges property implies parent and child address space is identical */ 343 /* Empty ranges property implies parent and child address space is identical */ 380 /* Empty ranges property implies parent and child address space is identical */
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 8 are appended to a sector until storage space in the sector is exhausted. Then a 46 sufficient free space. NVS has a protection mechanism to avoid getting in a 47 endless loop of flash page erases when there is limited free space. When such 48 a loop is detected NVS returns that there is no more space available.
|
/Zephyr-latest/boards/01space/esp32c3_042_oled/ |
D | esp32c3_042_oled.dts | 15 model = "01space ESP32C3 0.42 OLED";
|
/Zephyr-latest/tests/arch/common/ramfunc/ |
D | README.txt | 8 user space code when building with support for user mode
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.mcux_lpc | 27 space by setting this value to suit its needs. The meaning of the value
|
/Zephyr-latest/subsys/modem/backends/ |
D | Kconfig | 33 The backend will anyway send the event before this delay if buffer space runs out.
|