Searched refs:reboot (Results 1 – 25 of 58) sorted by relevance
123
/Zephyr-latest/subsys/shell/modules/kernel_service/ |
D | Kconfig | 20 int "Delay between reception of shell reboot command and reboot (ms)" 24 This delay allows time for the shell to successfully echo the reboot 25 command input before the reboot abruptly terminates it. This can help 26 external systems that interact with the shell and require the reboot
|
D | CMakeLists.txt | 19 zephyr_sources_ifdef(CONFIG_REBOOT reboot.c)
|
D | reboot.c | 42 KERNEL_CMD_ADD(reboot, &sub_kernel_reboot, "Reboot.", cmd_kernel_reboot_cold);
|
/Zephyr-latest/samples/subsys/nvs/ |
D | README.rst | 12 a counter is incremented on every reboot and stored in flash, 13 the application reboots, and the reboot counter data is retrieved. 35 reboot counter and the boards reboots several times to show the reboot counter 55 Oldest reboot counter: 0 67 Oldest reboot counter: 0
|
/Zephyr-latest/soc/ti/lm3s6965/ |
D | CMakeLists.txt | 7 reboot.S
|
/Zephyr-latest/soc/litex/litex_vexriscv/ |
D | CMakeLists.txt | 12 zephyr_sources_ifdef(CONFIG_REBOOT reboot.c)
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | CMakeLists.txt | 9 reboot.c
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.rpi_pico | 18 reboot of the module. The default is just over 8 seconds, which is the
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 169 bool "Warm reboot after update" 171 Do a warm reboot after the update. 174 bool "Cold reboot after update" 176 Do a cold reboot after the update.
|
/Zephyr-latest/lib/os/ |
D | CMakeLists.txt | 38 zephyr_sources_ifdef(CONFIG_REBOOT reboot.c)
|
/Zephyr-latest/arch/riscv/core/ |
D | CMakeLists.txt | 10 reboot.c
|
/Zephyr-latest/boards/qemu/arc/ |
D | board.cmake | 31 -no-reboot
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig | 35 attacks and keeps entries across system reboot.
|
/Zephyr-latest/samples/subsys/lorawan/fuota/ |
D | README.rst | 20 via a callback and can reboot the device into MCUboot to apply the upgrade.
|
/Zephyr-latest/arch/arm64/core/ |
D | CMakeLists.txt | 12 reboot.c
|
/Zephyr-latest/subsys/usb/device/class/dfu/ |
D | Kconfig | 54 When enabled the device will automatically reboot after a download
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 79 The state of the BLOB transfer is stored persistently. If a reboot occurs, the BLOB Transfer Server 85 If no recover callback is implemented, transfers are always abandoned after a reboot.
|
/Zephyr-latest/boards/qemu/x86/ |
D | board.cmake | 7 set(REBOOT_FLAG -no-reboot)
|
/Zephyr-latest/boards/intel/ish/doc/ |
D | index.rst | 68 $ reboot
|
/Zephyr-latest/boards/nxp/imx93_evk/doc/ |
D | index.rst | 217 Currently i.MX93 only support cold reboot and doesn't support warm reboot. 218 Use this configuratiuon to verify cold reboot with :zephyr:code-sample:`shell-module` 228 kernel reboot command in shell command line: 232 uart:~$ kernel reboot cold
|
/Zephyr-latest/samples/subsys/usb/dfu/ |
D | README.rst | 111 Permanent download and automatic reboot 119 To automatically reboot after the download completes,
|
/Zephyr-latest/subsys/dfu/ |
D | Kconfig | 85 a new firmware. This is useful to avoid firmware reboot and test.
|
/Zephyr-latest/soc/nordic/nrf52/ |
D | Kconfig | 86 to start at reboot. A delay is added before starting LF clock to ensure
|
/Zephyr-latest/boards/beagle/beagleplay/doc/ |
D | beagleplay_cc1352p7.rst | 150 2. Now reboot the board.
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 405 everything goes fine the message ``Image flashed successfully, you can reboot 407 the board will reboot automatically and Step 13 can be skipped. 417 kernel reboot cold 419 Your board will reboot and then start with the new image. After rebooting,
|
123