Searched refs:needed (Results 201 – 225 of 450) sorted by relevance
12345678910>>...18
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 97 operation as defined by the C++ memory model) where needed by hardware
|
/Zephyr-latest/samples/drivers/spi_flash_at45/ |
D | README.rst | 26 page erasing, as it is not needed in this case. This can be modified by
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 123 needed to perform a "safe" reboot (e.g. to stop the system clock before
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 43 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/ |
D | project_roles.rst | 14 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
|
D | tsc.rst | 164 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/ |
D | index.rst | 83 The sysbuild makes possible to build and flash all necessary images needed to
|
/Zephyr-latest/cmake/linker/armlink/ |
D | target.cmake | 111 # 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/ |
D | smp_group_2.rst | 143 be included into build and listing them is not needed prior to issuing a query.
|
/Zephyr-latest/boards/makerbase/mks_canable_v20/doc/ |
D | index.rst | 98 The argument ``-S rtt-console`` is needed for debug purposes with SEGGER RTT protocol.
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | index.rst | 95 * MUST implement :c:struct:`sensor_decoder_api` with pure stateless functions. All state needed to …
|
/Zephyr-latest/doc/develop/tools/ |
D | vscode.rst | 13 Windows, just make sure to adjust the paths if needed.
|
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/doc/ |
D | index.rst | 7 module for the SimpleLink MSP432P401R microcontroller. It contains everything needed to start
|
/Zephyr-latest/lib/libc/ |
D | Kconfig | 169 Hidden option to signal that a memory partition is needed for
|
/Zephyr-latest/samples/net/telnet/ |
D | README.rst | 71 the :file:`prj_frdm_k64f.conf` to set static IPv4 addresses if it is really needed.
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 236 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/ |
D | overview.rst | 16 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/ |
D | device_runtime.rst | 74 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/ |
D | ec_host_cmd_backend_spi_stm32.c | 613 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/ |
D | index.rst | 100 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/ |
D | Kconfig.mcux | 371 It is needed to enable connectivity features. 390 RF_IMU adapter is needed for intercore messaging.
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads1x4s0x.c | 893 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/ |
D | index.rst | 144 Unlocking the device is a one-time action that is needed to enable to debug
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 20 This value is used by zcbor to predict needed map encoding,
|
/Zephyr-latest/samples/drivers/uart/native_tty/ |
D | README.rst | 25 other dongle's RX pin. The ground connection is not needed. Both dongles must
|
12345678910>>...18