Searched refs:possible (Results 1 – 25 of 471) sorted by relevance
12345678910>>...19
/Zephyr-latest/scripts/ |
D | valgrind.supp | 13 match-leak-kinds: reachable,possible 21 match-leak-kinds: reachable,possible 38 match-leak-kinds: possible 45 match-leak-kinds: possible
|
/Zephyr-latest/doc/build/snippets/ |
D | design.rst | 9 - **extensible**: for example, it is possible to add board support for an 12 - **composable**: it is possible to use multiple snippets at once, for example 19 - **able to combine multiple types of configuration**: snippets make it possible 23 - **specializable**: for example, it is possible to customize a snippet's 27 snippets feature will be possible without breaking backwards compatibility
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.vcp | 31 This hidden option makes it possible to easily check if VOCS is 46 This hidden option makes it possible to easily check if AICS is 81 This hidden option makes it possible to easily check if VOCS is 96 This hidden option makes it possible to easily check if AICS is
|
D | Kconfig.micp | 34 This hidden option makes it possible to easily check if AICS is 64 This hidden option makes it possible to easily check if AICS is
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | beagleconnect_freedom.overlay | 9 /* Reading mulitple pins not possible */
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | power_management.rst | 18 In the future, with :ref:`sensor-read-and-decode` its possible that automatic management of device … 19 would be possible in the streaming case as the application informs the driver of usage at all times
|
/Zephyr-latest/tests/posix/eventfd/ |
D | Kconfig | 32 as possible on the hot path. Say 'y' here to add extra assertions 39 as possible on the hot path. Say 'y' here to skip reporting.
|
/Zephyr-latest/samples/boards/st/mco/ |
D | README.rst | 19 Depending on the stm32 serie, several clock source and prescaler are possible for each MCOx. 20 The clock source is set by the DTS among the possible values for each stm32 serie.
|
/Zephyr-latest/doc/services/debugging/ |
D | debugmon.rst | 7 debugging. With this it's possible to continue the execution of high-priority interrupts, 9 This strategy makes it possible to debug time-sensitive software, that would 26 With a SEGGER debug probe, it's possible to use a ready, SEGGER-provided implementation
|
/Zephyr-latest/boards/seco/stm32f3_seco_d23/support/ |
D | openocd.cfg | 2 # Flashing is possible by connecting the board to an ST-Link via SWD
|
/Zephyr-latest/tests/net/all/ |
D | README.txt | 1 This test tries to enable all possible networking related config options
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.rpi_pico | 19 largest timeout possible.
|
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/sysbuild/vpr_launcher/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 19 /* Temporary workaround as it is currently not possible
|
/Zephyr-latest/tests/boards/nrf/i2c/i2c_slave/boards/ |
D | nrf52840dk_nrf52840.overlay | 25 /* Temporary workaround as it is currently not possible
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 25 /* Temporary workaround as it is currently not possible
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 25 /* Temporary workaround as it is currently not possible
|
D | nrf54l20pdk_nrf54l20_cpuapp.overlay | 25 /* Temporary workaround as it is currently not possible
|
D | nrf54h20dk_nrf54h20_cpuppr.overlay | 25 /* Temporary workaround as it is currently not possible
|
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 25 /* Temporary workaround as it is currently not possible
|
/Zephyr-latest/samples/subsys/fs/fs_sample/ |
D | Kconfig | 18 flash or (Q)SPI connected memories, where it is not possible to
|
/Zephyr-latest/tests/drivers/audio/dmic_api/ |
D | README.txt | 13 * Verify that the DMIC works with the maximum number of channels possible
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 9 …when using the devmem load command over UART it is recommended to use interrupts whenever possible. 10 If this is not possible, reduce the baud rate to 9600.
|
/Zephyr-latest/doc/services/virtualization/ |
D | ivshmem.rst | 16 This is made possible by exposing a shared memory among parties via a feature 49 (e.g. :zephyr:code-sample:`eth-ivshmem`). It is also possible to use ivshmem-v2 without
|
/Zephyr-latest/doc/services/dsp/ |
D | index.rst | 39 If your application requires some additional customization, it's possible to 47 If your architecture is showing as ``Unoptimized``, it's possible to add a new
|
/Zephyr-latest/cmake/linker/ |
D | linker_libraries_template.cmake | 9 # It is also possible to define extra libraries of the form `<name>_library`, and then include
|
12345678910>>...19