Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/doc/connectivity/usb/device_next/api/
Dudc.rst11 It is a replacement for :ref:`usb_dc_api`. If you wish to port an existing
/Zephyr-latest/cmake/linker/lld/
Dlinker_flags.cmake6 # Since lld is a drop in replacement for ld, we can just use ld's flags as a base
/Zephyr-latest/doc/
Dsubstitutions.txt9 .. These are replacement strings for non-ASCII characters used within the project
Dzephyr.doxyfile.in23 # replacement variables:
/Zephyr-latest/samples/boards/st/power_mgmt/stop3/
DREADME.rst18 The board shall have an RTC to use it during the standby mode as a replacement
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py385 def depr_action(*args, cls=None, replacement=None, **kwargs): argument
388 action._replacement = replacement
580 replacement='-f/--file') if caps.file else None),
586 replacement='-f/--file') if caps.file else None),
592 replacement='-f/--file') if caps.file else None),
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/
DREADME.rst24 The board shall have an RTC to use it during the standby mode as a replacement
/Zephyr-latest/boards/particle/nrf52_blenano2/doc/
Dindex.rst7 This board was designed as a 'drop-in' replacement of BLE Nano with exactly the same form factor.
/Zephyr-latest/doc/services/crypto/
Dpsa_crypto.rst42 allows for easy key replacement and updates without exposing key
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst353 * :github:`5418` - Provide a python based replacement for gperf
354 * :github:`5419` - Provide a python based kconfig processing script, replacement for conf/mconf..
Drelease-notes-3.7.rst36 …f these versions are LTS releases. What's more, :ref:`psa_crypto` has been adopted as a replacement
70 * Pinmux API has been removed. Pin control needs to be used as its replacement, refer to
76 * civetweb module. See Zephyr 3.7's new :ref:`http_server_interface` as a replacement.
77 * tinycbor module. You may use zcbor as a replacement.
Drelease-notes-3.4.rst223 * Pinmux API has been removed. Pin control needs to be used as its replacement,
Drelease-notes-3.3.rst170 updated to use zcbor as a replacement.
224 | Deprecated | Drop in replacement |
241 | Deprecated | Drop in replacement |
Drelease-notes-3.2.rst188 :c:macro:`FLASH_AREA_LABEL_STR` is deprecated with no replacement as its sole
2691 * :github:`8945` - Explore baselibc as a replacement for minimal libc
Drelease-notes-2.0.rst1491 * :github:`3499` - evaluate Emul8 as a replacement for QEMU in sanitycheck
Drelease-notes-3.1.rst1722 * :github:`43333` - RFC: Bring zcbor as CBOR decoder/encoder in replacement for TinyCBOR
Drelease-notes-2.6.rst1496 * :github:`33860` - DEPRECATED, a replacement suggestion should be found somewhere
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst901 …and to the # or ## operators, which is itself subject to further macro replacement, shall only be …
1231 target`` as replacement terms, but the timing to publish an announcement
1232 or new specification is TBD. Zephyr will update I2C when replacement
1249 - The Open Source Hardware Association has selected these replacement
/Zephyr-latest/scripts/
Dcheckpatch.pl3111 my $replacement = {
3119 …"Use of $flag is deprecated, please use \`$replacement->{$flag} instead.\n" . $herecurr) if ($repl…
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst423 Available replacement names are defined in an include file used during the Sphinx processing
424 of the reST files. The names of these replacement characters are the same as used in HTML
/Zephyr-latest/doc/security/standards/
Detsi-303645.rst369 for the absence of software updates, the period and method of hardware replacement
/Zephyr-latest/doc/security/
Dsensor-threat.rst54 b. When an authorized replacement image is available, the update
/Zephyr-latest/boards/native/doc/
Darch_soc.rst454 layer, while placing the real SOC specific replacement logic in the board layer.