Lines Matching +full:detect +full:- +full:cd
39 to define default flash and ram partitioning based on TF-M.
60 specify it using the west ``--runner`` or ``-r`` option. (:github:`75284`)
61 * ADC: Domain clock needs to be explicitly defined if property st,adc-clock-source = <ASYNC> is use…
85 Trusted Firmware-M
130 Chip variants with open-drain outputs (``mcp23x09``, ``mcp23x18``) now correctly reflect this in
134 * The ``power-domain`` property has been removed in favor of ``power-domains``.
136 ``power-domain-names`` is also available to optionally name each entry in
137 ``power-domains``. The number of cells in the ``power-domains`` property need
138 to be defined using ``#power-domain-cells``.
143 * For all STM32 ADC that selects an asynchronous clock through ``st,adc-clock-source`` property,
163 .. code-block:: devicetree
167 load-capacitors = "external";
172 load-capacitors = "internal";
173 load-capacitance-picofarad = <...>;
178 .. code-block:: devicetree
182 load-capacitors = "external";
189 load-capacitors = "internal";
190 load-capacitance-femtofarad = <...>;
197 TinyCrypt-based shim driver was marked as deprecated (:github:`79653`).
202 * The SDMMC subsystem driver now requires a ``disk-name`` property be supplied
205 registered simultaneously. If unsure, ``disk-name = "SD"`` may be used
208 * The MMC subsystem driver now requires a ``disk-name`` property be supplied
211 registered simultaneously. If unsure, ``disk-name = "SD2"`` may be used
221 * The u-blox M10 driver has been renamed to M8 as it only supports M8 based devices.
222 Existing devicetree compatibles should be updated to :dtcompatible:`u-blox,m8`, and Kconfig
236 * The :dtcompatible:`analog-axis` ``invert`` property has been renamed to
237 ``invert-input`` (there's now an ``invert-output`` available as well).
244 If the :dtcompatible:`raspberry,pico-pwm`'s ``divider-int-0`` or variations
247 The driver will operate at the specified division ratio if a non-zero value is
248 specified for ``divider-int-0``.
250 Please specify ``divider-int-0`` explicitly to make the same behavior as before.
255 * The NXP USDHC driver now assumes a card is present if no card detect method
256 is configured, instead of using the peripheral's internal card detect signal
257 to check for card presence. To use the internal card detect signal, the
258 devicetree property ``detect-cd`` should be added to the USDHC node in use.
265 :dtcompatible:`jedec,jc-42.4-temp` compatible string instead to the ``microchip,mcp9808`` string.
266 * The :dtcompatible:`current-sense-amplifier` sense resistor is now specified in milli-ohms
267 …(``sense-resistor-milli-ohms``) instead of micro-ohms in order to increase the maximum representab…
269 * The :dtcompatible:`current-sense-amplifier` properties ``sense-gain-mult`` and ``sense-gain-div``
273 * The ``nxp,`` prefixed properties in :dtcompatible:`nxp,kinetis-acmp` have been deprecated in favor
274 of properties without the prefix. The sensor based driver for the :dtcompatible:`nxp,kinetis-acmp`
295 :kconfig:option:`CONFIG_SOC_DCDC_NRF53X_HV` selected by board-level Kconfig
300 .. code-block:: devicetree
304 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
314 .. code-block:: devicetree
318 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
323 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
337 * The ``bt-hci-bus`` and ``bt-hci-quirks`` devicetree properties for HCI bindings have been changed
338 to use lower-case strings without the ``BT_HCI_QUIRK_`` and ``BT_HCI_BUS_`` prefixes.
357 compile-time maximum configuration of ASEs to be used.
380 related functionality without requiring build-time configuration. Existing need to be updated
391 do a search-and-replace for ``bt_audio_codec_qos`` to ``bt_bap_qos_cfg`` and
408 ---------------------------------------------
412 This deprecation is compiler-checked. If you get no warnings,
440 .. code-block:: diff
442 -bt_le_ext_adv_create(BT_LE_ADV_CONN, ...)
445 .. code-block:: diff
447 -bt_le_ext_adv_update_param(..., BT_LE_ADV_CONN)
529 :ref:`pm-device-runtime` on the device (Tunable with
554 of TinyCrypt in the CTR-DRBG random number generator was removed. From now on
580 They replace the previously-existing Kconfigs ``CONFIG_JWT_SIGN_RSA`` and