Searched full:needed (Results 1 – 25 of 1228) sorted by relevance
12345678910>>...50
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | db_generation.ecl | 3 # NEEDED: set the variable for the binary output directory from the environment 7 # NEEDED: set the variable for the ECLAIR project database from the environment 11 # NEEDED: set the variable for the output directory from the environment 22 # NEEDED: generate the ecd from frame files
|
/Zephyr-latest/arch/xtensa/core/ |
D | gen_zsr.py | 22 help="Enable scratch registers for syscalls if needed") 32 NEEDED = ["A0SAVE", "CPU"] variable 34 NEEDED += ["DBLEXC", "DEPC_SAVE", "EXCCAUSE_SAVE"] 36 NEEDED += ["FLUSH"] 61 NEEDED.append("SYSCALL_SCRATCH") 91 for i, need in enumerate(NEEDED): 96 for i in range(len(NEEDED), len(regs)): 97 f.write(f"# define ZSR_EXTRA{i - len(NEEDED)} {regs[i]}\n") 98 f.write(f"# define ZSR_EXTRA{i - len(NEEDED)}_STR \"{regs[i]}\"\n")
|
/Zephyr-latest/tests/bluetooth/shell/boards/ |
D | nrf5340_audio_dk_nrf5340_cpuapp.conf | 1 # For LC3 the following configs are needed 5 # For USB audio the following configs are needed
|
D | nrf5340dk_nrf5340_cpuapp.conf | 1 # For LC3 the following configs are needed 5 # For USB audio the following configs are needed
|
/Zephyr-latest/samples/boards/nordic/nrfx_prs/ |
D | prj.conf | 1 # This is needed for using SPIM2 and UARTE2 via nrfx drivers and for switching 8 # This is needed for using another SPIM instance via the Zephyr SPI driver.
|
/Zephyr-latest/tests/bsim/drivers/uart/ |
D | compile.sh | 5 # Compile all the applications needed by all bsim UART tests 15 # Add apps needed for multidevice UART tests here
|
/Zephyr-latest/boards/qemu/x86/ |
D | Kconfig.defconfig | 64 # This is needed for QEMU to load the ELF image 86 # This is needed for QEMU to load the ELF image 106 # This is needed for gen_mmu.py to map the flash into memory
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | buf.h | 60 /** Helper to calculate needed buffer size for HCI ACL packets */ 63 /** Helper to calculate needed buffer size for HCI Event packets. */ 66 /** Helper to calculate needed buffer size for HCI Command packets. */ 69 /** Helper to calculate needed buffer size for HCI ISO packets. */ 74 /** Data size needed for HCI ACL RX buffers */ 77 /** Data size needed for HCI Event RX buffers */ 116 /** Data size needed for HCI ACL, HCI ISO or Event RX buffers */ 120 /** Buffer count needed for HCI ACL, HCI ISO or Event RX buffers */ 125 /** Data size needed for HCI Command buffers. */
|
/Zephyr-latest/dts/bindings/i2c/ |
D | nxp,lpi2c.yaml | 21 GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery 27 GPIO to which the I2C SDA signal is routed. This is only needed for I2C bus recovery
|
D | ambiq,i2c.yaml | 23 GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery 29 GPIO to which the I2C SDA signal is routed. This is only needed for I2C bus recovery
|
D | st,stm32-i2c-v1.yaml | 26 GPIO to which the I2C SCL signal is routed. This is only needed for 32 GPIO to which the I2C SDA signal is routed. This is only needed for
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/ |
D | prj.conf | 25 # Enable those as needed 43 # Needed by `testlib`
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | overlay-ot.conf | 39 # A sample configuration to enable Thread Commissioner, uncomment if needed 42 # Enable diagnostic module, uncomment if needed
|
D | overlay-ot-rcp-host-nxp.conf | 51 # A sample configuration to enable Thread Commissioner, uncomment if needed 54 # Enable diagnostic module, uncomment if needed
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | overlay-ot.conf | 39 # A sample configuration to enable Thread Joiner, uncomment if needed 43 # Enable diagnostic module, uncomment if needed
|
D | overlay-ot-rcp-host-uart.conf | 43 # A sample configuration to enable Thread Joiner, uncomment if needed 46 # Enable diagnostic module, uncomment if needed
|
D | overlay-ot-rcp-host-nxp.conf | 55 # A sample configuration to enable Thread Joiner, uncomment if needed 59 # Enable diagnostic module, uncomment if needed
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | overlay-ot.conf | 43 # A sample configuration to enable Thread Joiner, uncomment if needed 47 # Enable diagnostic module, uncomment if needed
|
/Zephyr-latest/tests/bsim/net/sockets/echo_test/ |
D | overlay-ot.conf | 41 # A sample configuration to enable Thread Joiner, uncomment if needed 45 # Enable diagnostic module, uncomment if needed
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | regulators.rst | 8 that is not always needed. Another example is a PMIC, typically a much more 16 The simplest case where a regulator is needed is one where there is only one
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_6lo.h | 49 * check whether additional fragmentation is needed. 59 * @return 1 if additional 6LoWPAN fragmentation is needed, 0 if no 60 * fragmentation is needed, negative value on error
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/ |
D | feedback.h | 25 * to correct the situation, shorter than nominal buffers are needed. 28 * to correct the situation, larger than nominal buffers are needed.
|
/Zephyr-latest/doc/ |
D | substitutions.txt | 1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here) 5 .. |p| raw:: html .. force a blank line in HTML output (blank lines needed here)
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_vendor.h | 12 /* Worst-case time margin needed after event end-time in the air 18 * Needed due to the lack of fine timing resolution in ticker_start
|
/Zephyr-latest/dts/xtensa/ |
D | dc233c.dtsi | 23 * fewer L2 page table entries are needed when MMU is enabled. 33 * fewer L2 page table entries are needed when MMU is enabled.
|
12345678910>>...50