Searched refs:boots (Results 1 – 25 of 36) sorted by relevance
12
/Zephyr-latest/samples/boards/nordic/system_off/src/ |
D | main.c | 63 retained.boots += 1; in main() 67 printf("Boot count: %u\n", retained.boots); in main()
|
D | retained.h | 26 uint32_t boots; member
|
/Zephyr-latest/samples/boards/nordic/system_off/ |
D | README.rst | 17 By selecting ``CONFIG_APP_USE_RETAINED_MEM=y`` state related to number of boots,
|
/Zephyr-latest/samples/bluetooth/peripheral_accept_list/ |
D | README.rst | 12 Once a device is bonded, on subsequent boots, connection requests will only be
|
/Zephyr-latest/boards/quicklogic/qomu/doc/ |
D | index.rst | 27 The Qomu platform by default boots from flash.
|
/Zephyr-latest/tests/arch/arm/arm_no_multithreading/ |
D | README.txt | 8 - system boots to main()
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest.c | 1451 uint32_t boots; in main() member 1457 state.boots = 0; in main() 1459 state.boots += 1; in main() 1461 PRINT_DATA("Reset board #%u to test again\n", state.boots); in main() 1465 PRINT_DATA("Failed after %u attempts\n", state.boots); in main() 1466 state.boots = 0; in main()
|
/Zephyr-latest/boards/quicklogic/quick_feather/doc/ |
D | index.rst | 39 The QuickFeather platform by default boots from flash. Currently
|
/Zephyr-latest/boards/innblue/innblue21/doc/ |
D | index.rst | 53 innblue21 supports the Armv8m Security Extension, and by default boots
|
/Zephyr-latest/boards/innblue/innblue22/doc/ |
D | index.rst | 53 innblue22 supports the Armv8m Security Extension, and by default boots
|
/Zephyr-latest/boards/renesas/da14695_dk_usb/doc/ |
D | index.rst | 88 The DA14695 boots from an external flash connected to QSPI interface. The image
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/doc/ |
D | index.rst | 90 The DA1469x boots from an external flash connected to QSPI interface. The image
|
/Zephyr-latest/doc/services/storage/disk/ |
D | access.rst | 89 filesystem driver when the board boots.
|
/Zephyr-latest/boards/nordic/nrf9151dk/doc/ |
D | index.rst | 120 ``nrf9151dk/nrf9151`` supports the Armv8m Security Extension, and by default boots
|
/Zephyr-latest/boards/nordic/nrf9161dk/doc/ |
D | index.rst | 123 ``nrf9161dk/nrf9161`` supports the Armv8m Security Extension, and by default boots
|
/Zephyr-latest/boards/snps/iotdk/doc/ |
D | index.rst | 172 When you are ready to deploy the program so that it boots up automatically on
|
/Zephyr-latest/boards/nordic/nrf9131ek/doc/ |
D | index.rst | 113 ``nrf9131ek/nrf9131`` supports the Armv8m Security Extension, and by default boots
|
/Zephyr-latest/boards/arm/mps2/doc/ |
D | mps2_an521.rst | 78 boots the secure processing environment before initialising Zephyr in the 520 the board boots up, using files stored on the on-board Micro SD card. The
|
/Zephyr-latest/boards/nxp/frdm_mcxw71/doc/ |
D | index.rst | 207 - Release the ``SW3`` (ISP) button. The MCXW71 MCU boots in ISP mode.
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 26 at least when the kernel boots all virtual RAM addresses are the same
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | chromebooks_adsp.rst | 35 boots now, telling you that the boot is unverified. 101 After rebooting, you will notice that your chromebook boots with the
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | README.rst | 230 boots, see the instructions in the tool of your choice. Upon reboot, MCUBoot will swap to the new
|
/Zephyr-latest/boards/st/stm32h747i_disco/doc/ |
D | index.rst | 206 It is possible to change Option Bytes so that CM7 boots first in stand alone,
|
/Zephyr-latest/boards/arm/mps3/doc/ |
D | index.rst | 309 the board boots up, using files stored on the on-board Micro SD card. The
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 165 NMI handler installed when the CPU boots. If a custom handler is
|
12