Lines Matching +full:disk +full:- +full:version

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
90 the image version. This has been changed as the implicit counter calculation is incompatible with
99 * Updated the zcbor library to version 0.9.0.
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`).
199 Disk subsection
202 * The SDMMC subsystem driver now requires a ``disk-name`` property be supplied
203 with the definition of the disk, which is used when registering the
204 SD device with the disk subsystem. This permits multiple SD devices to be
205 registered simultaneously. If unsure, ``disk-name = "SD"`` may be used
208 * The MMC subsystem driver now requires a ``disk-name`` property be supplied
209 with the definition of the disk, which is used when registering the
210 MMC device with the disk subsystem. This permits multiple MMC devices to be
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.
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
397 added to the Basic Audio Profile in version 1.0.2, which is the basis for this change. All
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)
528 driver. An enhanced version of this functionality can be obtained by enabling
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