/Zephyr-latest/drivers/flash/ |
D | flash_stm32_ex_op.c | 92 bool permanent) in flash_stm32_ex_op_update_rdp() argument 101 * 0xCC = RDP level 2 (permanent protection) in flash_stm32_ex_op_update_rdp() 106 if (!enable || !permanent) { in flash_stm32_ex_op_update_rdp() 107 LOG_DBG("RDP level 2 is permanent and can't be changed!"); in flash_stm32_ex_op_update_rdp() 114 if (permanent) { in flash_stm32_ex_op_update_rdp() 118 LOG_DBG("Permanent readout protection (RDP " in flash_stm32_ex_op_update_rdp() 126 if (enable && permanent) { in flash_stm32_ex_op_update_rdp() 130 LOG_DBG("Permanent readout protection (RDP " in flash_stm32_ex_op_update_rdp() 181 request->permanent); in flash_stm32_ex_op_rdp() 201 * 0xCC = RDP level 2 (permanent protection) in flash_stm32_ex_op_rdp() [all …]
|
/Zephyr-latest/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …permanent";const f="mode";const k="colorschemechange";const y="permanentcolorscheme";const v="all"…
|
/Zephyr-latest/samples/subsys/usb/dfu/ |
D | sample.yaml | 36 sample.usb.dfu.permanent.download: 38 extra_args: EXTRA_CONF_FILE=overlay-permanent-download.conf
|
D | README.rst | 111 Permanent download and automatic reboot 116 To mark SLOT-1 as permanent after the download completes, 127 Both symbols can be enabled with the :file:`overlay-permanent-download.conf` overlay. For example: 133 -DEXTRA_CONF_FILE=overlay-permanent-download.conf
|
/Zephyr-latest/include/zephyr/mgmt/ |
D | osdp.h | 42 * - 1 - set the permanent state to OFF, abort timed operation (if any) 43 * - 2 - set the permanent state to ON, abort timed operation (if any) 44 * - 3 - set the permanent state to OFF, allow timed operation to complete 45 * - 4 - set the permanent state to ON, allow timed operation to complete 47 * - 6 - set the temporary state to OFF, resume permanent state on timeout 76 * - 1 - Cancel any temporary operation and display this LED's permanent state immediately. 79 * Permanent Control Code: 80 * - 0 - NOP - do not alter this LED's permanent settings. 81 * - 1 - Set the permanent state as given. 123 * Permanent LED status descriptor. [all …]
|
/Zephyr-latest/scripts/west_commands/ |
D | completion.py | 22 # permanent 30 # permanent (might require sudo) 36 # permanent
|
/Zephyr-latest/doc/develop/west/ |
D | install.rst | 71 *Permanent setup*: 85 *Permanent setup*: 99 *Permanent setup*:
|
/Zephyr-latest/subsys/usb/device/class/dfu/ |
D | Kconfig | 58 bool "Mark slot 1 as permanent after download" 60 When enabled the image written to slot 1 will be marked as permanent.
|
/Zephyr-latest/subsys/dfu/boot/ |
D | mcuboot_shell.c | 135 int permanent = 0; in cmd_mcuboot_request_upgrade() local 139 if (!strcmp(argv[1], "permanent")) { in cmd_mcuboot_request_upgrade() 140 permanent = 1; in cmd_mcuboot_request_upgrade() 147 err = boot_request_upgrade(permanent); in cmd_mcuboot_request_upgrade() 244 SHELL_CMD_ARG(request_upgrade, NULL, "request_upgrade [permanent]",
|
D | mcuboot.c | 200 int boot_request_upgrade(int permanent) in boot_request_upgrade() argument 205 rc = boot_set_pending(permanent); in boot_request_upgrade() 213 int boot_request_upgrade_multi(int image_index, int permanent) in boot_request_upgrade_multi() argument 217 rc = boot_set_pending_multi(image_index, permanent); in boot_request_upgrade_multi()
|
/Zephyr-latest/include/zephyr/kernel/internal/ |
D | mm.h | 21 * @brief Address offset of permanent virtual mapping from physical address. 24 * kernel's permanent mapping of RAM, to obtain its physical address. 50 * This only works in the kernel's permanent mapping of RAM. 61 * This only works in the kernel's permanent mapping of RAM. 89 * This only works in the kernel's permanent mapping of RAM. 103 "address %p not in permanent mappings", virt); in k_mem_phys_addr() 115 "address %p not in permanent mappings", virt); in k_mem_phys_addr() 142 * This only works in the kernel's permanent mapping of RAM.
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 97 like social media. Violating these terms may lead to a temporary or permanent 109 Violating these terms may lead to a permanent ban. 111 ### 4. Permanent Ban 117 **Consequence**: A permanent ban from any sort of public interaction within the
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | st,stm32-flash-controller.yaml | 12 This property provides a byte which should used to enable non-permanent
|
/Zephyr-latest/tests/boot/test_mcuboot/src/ |
D | main.c | 17 /* Perform a permanent swap of MCUBoot application */ in main()
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | img_gr_stub.c | 132 ZCBOR_ENCODE_FLAG(zse, "permanent", image_dummy_info[i].flags.permanent) && in img_read_response() 202 /* Set Permanent bit */ in img_state_write_verify() 203 image_dummy_info[1].flags.permanent = true; in img_state_write_verify() 305 image_dummy_info[i].flags.permanent = false; in img_gr_stub_data_init()
|
/Zephyr-latest/include/zephyr/dfu/ |
D | mcuboot.h | 236 * @param permanent Whether the image should be used permanently or 242 int boot_request_upgrade(int permanent); 250 * @param permanent Whether the image should be used permanently or 256 int boot_request_upgrade_multi(int image_index, int permanent);
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/include/mgmt/mcumgr/grp/img_mgmt/ |
D | img_mgmt_priv.h | 35 * @param permanent Whether the image should be used permanently or only tested once: 41 int img_mgmt_write_pending(int slot, bool permanent); 122 /** The test/non-permanent boot to non-active slot */
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/ |
D | img_mgmt.h | 317 * either for test or permanently. Non-permanent image will be reverted 321 * @param permanent permanent or test only 325 int img_mgmt_state_set_pending(int slot, int permanent);
|
D | img_mgmt_client.h | 37 /** Permanent image state */ 38 bool permanent: 1; member
|
/Zephyr-latest/doc/_templates/ |
D | breadcrumbs.html | 18 <dark-mode-toggle id="dark-mode-toggle" appearance="three-way" permanent="true"/>
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/ |
D | img_mgmt_client.c | 54 bool bootable, pending, confirmed, active, permanent, ok; in image_state_res_fn() local 67 ZCBOR_MAP_DECODE_KEY_DECODER("permanent", zcbor_bool_decode, &permanent) in image_state_res_fn() 111 permanent = false; in image_state_res_fn() 159 image_info->image_list[image_info->image_list_length].flags.permanent = in image_state_res_fn() 160 permanent; in image_state_res_fn()
|
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/ |
D | index.rst | 108 …mmands. There are multiple ways of doing this. The example below uses a permanent CMake argument t… 115 # Run west config once to set permanent CMake argument 128 # Run west config once to set permanent CMake argument
|
/Zephyr-latest/include/zephyr/drivers/flash/ |
D | stm32_flash_api_extensions.h | 81 bool permanent; member
|
/Zephyr-latest/boards/infineon/cy8ckit_062s2_ai/doc/ |
D | index.rst | 116 The example below uses a permanent CMake argument to set the CMake variable ``OPENOCD``. 123 # Run west config once to set permanent CMake argument 136 # Run west config once to set permanent CMake argument
|
/Zephyr-latest/boards/infineon/cy8ckit_062s4/doc/ |
D | index.rst | 92 …mmands. There are multiple ways of doing this. The example below uses a permanent CMake argument t… 99 # Run west config once to set permanent CMake argument 112 # Run west config once to set permanent CMake argument
|