Home
last modified time | relevance | path

Searched full:needed (Results 1 – 25 of 1228) sorted by relevance

12345678910>>...50

/Zephyr-latest/cmake/sca/eclair/ECL/
Ddb_generation.ecl3 # 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/
Dgen_zsr.py22 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/
Dnrf5340_audio_dk_nrf5340_cpuapp.conf1 # For LC3 the following configs are needed
5 # For USB audio the following configs are needed
Dnrf5340dk_nrf5340_cpuapp.conf1 # For LC3 the following configs are needed
5 # For USB audio the following configs are needed
/Zephyr-latest/samples/boards/nordic/nrfx_prs/
Dprj.conf1 # 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/
Dcompile.sh5 # Compile all the applications needed by all bsim UART tests
15 # Add apps needed for multidevice UART tests here
/Zephyr-latest/boards/qemu/x86/
DKconfig.defconfig64 # 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/
Dbuf.h60 /** 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/
Dnxp,lpi2c.yaml21 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
Dambiq,i2c.yaml23 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
Dst,stm32-i2c-v1.yaml26 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/
Dprj.conf25 # Enable those as needed
43 # Needed by `testlib`
/Zephyr-latest/samples/net/sockets/echo_server/
Doverlay-ot.conf39 # A sample configuration to enable Thread Commissioner, uncomment if needed
42 # Enable diagnostic module, uncomment if needed
Doverlay-ot-rcp-host-nxp.conf51 # A sample configuration to enable Thread Commissioner, uncomment if needed
54 # Enable diagnostic module, uncomment if needed
/Zephyr-latest/samples/net/sockets/echo_client/
Doverlay-ot.conf39 # A sample configuration to enable Thread Joiner, uncomment if needed
43 # Enable diagnostic module, uncomment if needed
Doverlay-ot-rcp-host-uart.conf43 # A sample configuration to enable Thread Joiner, uncomment if needed
46 # Enable diagnostic module, uncomment if needed
Doverlay-ot-rcp-host-nxp.conf55 # A sample configuration to enable Thread Joiner, uncomment if needed
59 # Enable diagnostic module, uncomment if needed
/Zephyr-latest/samples/net/lwm2m_client/
Doverlay-ot.conf43 # 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/
Doverlay-ot.conf41 # A sample configuration to enable Thread Joiner, uncomment if needed
45 # Enable diagnostic module, uncomment if needed
/Zephyr-latest/doc/hardware/peripherals/
Dregulators.rst8 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/
Dieee802154_6lo.h49 * 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/
Dfeedback.h25 * to correct the situation, shorter than nominal buffers are needed.
28 * to correct the situation, larger than nominal buffers are needed.
/Zephyr-latest/doc/
Dsubstitutions.txt1 .. |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/
Dlll_vendor.h12 /* 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/
Ddc233c.dtsi23 * 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