Home
last modified time | relevance | path

Searched refs:recovery (Results 1 – 25 of 60) sorted by relevance

123

/Zephyr-latest/drivers/i2c/
DKconfig.ambiq31 bool "Bus recovery support"
34 Enable AMBIQ driver bus recovery support via GPIO bitbanging.
DKconfig.stm3247 bool "Bus recovery support"
50 Enable STM32 driver bus recovery support via GPIO bitbanging.
DKconfig22 The I2C shell supports scanning, bus recovery, I2C read and write
212 bool "Bus recovery support"
216 Enable LPI2C driver bus recovery support via GPIO bitbanging.
/Zephyr-latest/samples/sensor/max17262/
Dapp.overlay18 recovery-voltage = <3880>;
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi647 bool "RPU recovery mechanism"
654 Enable the RPU recovery mechanism to recover from an RPU (nRF70) hang.
657 the recovery process, and it is the application's responsibility to
662 int "RPU recovery propagation delay in milliseconds"
666 before powering it up. This delay is required to ensure that the recovery
675 int "RPU recovery power save active timeout in milliseconds"
678 Power save active timeout in milliseconds, after which the RPU recovery
691 bool "RPU recovery debug logs"
693 Enable RPU recovery debug logs to help debug the RPU recovery mechanism.
696 int "RPU recovery quiet period in milliseconds"
[all …]
/Zephyr-latest/drivers/can/
DKconfig92 bool "Manual bus-off recovery support"
94 Enable support for manual (non-automatic) recovery from bus-off state. Not all CAN
95 controllers support manual recovery mode.
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/
Dsltb010a.dts20 /* If enabled, MCUboot uses this for recovery mode entrance */
/Zephyr-latest/doc/services/retention/
Dblinfo.rst109 * ``blinfo/recovery`` The recovery type enabled in MCUboot
Dindex.rst146 example is to have a buttonless way of entering mcuboot's serial recovery
189 boot mode functions. If using mcuboot with serial recovery, it can be built
191 which will allow rebooting directly into the serial recovery mode by using:
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/
Dxg27_dk2602a.dts24 /* If enabled, MCUboot uses this for recovery mode entrance */
/Zephyr-latest/subsys/retention/
DKconfig51 e.g. button-less bootloader serial recovery mode entering from the
/Zephyr-latest/subsys/fs/nvs/
DKconfig41 bool "Non-volatile Storage bad memory region recovery"
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_iv_index.c161 TEST_CASE(ivu, recovery, "IVI: IV recovery procedure"),
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig63 Make sure there is some kind of recovery mechanism.
/Zephyr-latest/doc/build/flashing/
Dconfiguration.rst98 both applications and will only perform a single device recovery operation when programming the
105 If the above was ran without the flashing configuration, the recovery process would be ran twice
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst76 Transfer recovery
91 The BLOB Transfer Client sending the transfer must support transfer recovery for the transfer to
Dblob_cli.rst72 groups. This can lead to longer recovery periods at the end of each block, and increases the risk of
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst19 sending and receiving of CAN frames, and bus recovery.
259 The ``can recover`` subcommand can be used for initiating manual recovery from a CAN bus-off event
267 The subcommand accepts an optional bus recovery timeout in milliseconds. If no timeout is specified,
268 the command will wait indefinitely for the bus recovery to succeed.
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/
Dindex.rst117 2. Using MCUboot in serial recovery mode
176 applications using MCUboot's serial recovery mode. This process does not
213 recovery mode. We'll use the :zephyr:code-sample:`smp-svr` sample since it's ready to be
217 #. Boot into MCUboot serial recovery mode by plugging the board in with the SW1
/Zephyr-latest/boards/intel/adsp/doc/
Dchromebooks_adsp.rst29 hit the power key to enter recovery mode. Note: the touchscreen and
30 pad don't work in recovery mode, use the arrow keys to navigate.
45 You will at some point wreck your device and need a recovery stick.
52 Tiger Lake board). Note that recovery, when it happens, will not
214 about requiring a drive wipe on system recovery!*)
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_nxp_setup.c713 bool recovery = false; in fw_upload_change_speed() local
749 if (recovery) { in fw_upload_change_speed()
764 recovery = true; in fw_upload_change_speed()
/Zephyr-latest/drivers/i3c/
DKconfig24 The I3C shell supports info, bus recovery, CCC, I3C read and
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst305 * Support for manual bus-off recovery was reworked (:github:`69460`):
307 * Automatic bus recovery will always be enabled upon driver initialization regardless of Kconfig
308 options. Since CAN controllers are initialized in "stopped" state, no unwanted bus-off recovery
312 … option enables support for the :c:func:`can_recover()` API function and a new manual recovery mode
317 recovery mode via the :c:func:`can_get_capabilities` API function. The application can then
318 either fail initialization or rely on automatic bus-off recovery. Having this as a mode
319 furthermore allows CAN controller drivers not supporting manual recovery mode to fail early in
/Zephyr-latest/samples/subsys/usb/dfu/
DREADME.rst125 For example via a debugger or Mcuboot's recovery mode.
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig44 all updates need to be performed using MCUboot serial recovery.

123