Home
last modified time | relevance | path

Searched refs:needed (Results 201 – 225 of 450) sorted by relevance

12345678910>>...18

/Zephyr-latest/doc/kernel/services/other/
Datomic.rst97 operation as defined by the C++ memory model) where needed by hardware
/Zephyr-latest/samples/drivers/spi_flash_at45/
DREADME.rst26 page erasing, as it is not needed in this case. This can be modified by
/Zephyr-latest/lib/os/
DKconfig123 needed to perform a "safe" reboot (e.g. to stop the system clock before
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst43 when creating an application is to decide which roles are needed and go
291 Mesh is a little bit special when it comes to the needed GAP roles. By
315 configuration options needed will look something like the following:
/Zephyr-latest/doc/project/
Dproject_roles.rst14 area’s representative on the TSC as needed. Maintainers may become voting
117 approvals needed to merge a PR. Other criteria for merging may apply.
151 required approvals needed to merge a PR. Other criteria for merging may apply.
318 * Pull requests may be re-assigned if this is needed or more appropriate
Dtsc.rst164 refinements. Until then, additional clarifications (if/where needed) will be
195 Abstentions do not impact the number of votes needed to decide a vote.
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/doc/
Dindex.rst83 The sysbuild makes possible to build and flash all necessary images needed to
/Zephyr-latest/cmake/linker/armlink/
Dtarget.cmake111 # Wildcard matching of keep sections, Those are needed for gnu ld, and thus we inherit the same
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_2.rst143 be included into build and listing them is not needed prior to issuing a query.
/Zephyr-latest/boards/makerbase/mks_canable_v20/doc/
Dindex.rst98 The argument ``-S rtt-console`` is needed for debug purposes with SEGGER RTT protocol.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dindex.rst95 * MUST implement :c:struct:`sensor_decoder_api` with pure stateless functions. All state needed to …
/Zephyr-latest/doc/develop/tools/
Dvscode.rst13 Windows, just make sure to adjust the paths if needed.
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/doc/
Dindex.rst7 module for the SimpleLink MSP432P401R microcontroller. It contains everything needed to start
/Zephyr-latest/lib/libc/
DKconfig169 Hidden option to signal that a memory partition is needed for
/Zephyr-latest/samples/net/telnet/
DREADME.rst71 the :file:`prj_frdm_k64f.conf` to set static IPv4 addresses if it is really needed.
/Zephyr-latest/doc/develop/application/
Dindex.rst236 The directory name :file:`my-app` above is arbitrary: change it as needed. You
267 and :file:`my-manifest-repo` names are arbitrary: change them as needed.
274 needed. Make any other changes you need to other files.
297 as needed to add and remove repositories, or change their contents.
374 :file:`prj.conf`) and set Kconfig option values needed by your application
378 #. Configure any devicetree overlays needed by your application, usually in a
731 under :file:`src`, to whatever depth is needed.
1059 Check out :ref:`beyond-GSG` for additional steps needed on Windows.
1116 The structure needed to support out-of-tree board and SOC development
1157 will be needed when submitting to Zephyr.
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst16 can be disabled if not needed.
28 * The IPv6 neighbor cache can be disabled if not needed, and its size can be
/Zephyr-latest/doc/services/pm/
Ddevice_runtime.rst74 and *put* terminology to indicate when a device is needed or not, respectively.
94 is no longer needed. This function will decrease the device usage count and
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_spi_stm32.c613 static int wait_for_rx_bytes(struct ec_host_cmd_spi_ctx *hc_spi, int needed) in wait_for_rx_bytes() argument
632 if (rx_bytes >= needed) { in wait_for_rx_bytes()
/Zephyr-latest/boards/toradex/verdin_imx8mm/doc/
Dindex.rst100 If the WiFi/BT is needed, then another UART should be used for Zephyr (UART2 for
125 :zephyr_file:`boards/toradex/verdin_imx8mm/verdin_imx8mm_mimx8mm6_m4.dts` if needed.
/Zephyr-latest/modules/
DKconfig.mcux371 It is needed to enable connectivity features.
390 RF_IMU adapter is needed for intercore messaging.
/Zephyr-latest/drivers/adc/
Dadc_ads1x4s0x.c893 size_t needed; in ads1x4s0x_validate_buffer_size() local
895 needed = (config->resolution > 16) ? sizeof(int32_t) : sizeof(int16_t); in ads1x4s0x_validate_buffer_size()
898 needed *= (1 + sequence->options->extra_samplings); in ads1x4s0x_validate_buffer_size()
901 if (sequence->buffer_size < needed) { in ads1x4s0x_validate_buffer_size()
/Zephyr-latest/boards/pine64/pinetime_devkit0/doc/
Dindex.rst144 Unlocking the device is a one-time action that is needed to enable to debug
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig20 This value is used by zcbor to predict needed map encoding,
/Zephyr-latest/samples/drivers/uart/native_tty/
DREADME.rst25 other dongle's RX pin. The ground connection is not needed. Both dongles must

12345678910>>...18