Home
last modified time | relevance | path

Searched full:permanent (Results 1 – 25 of 50) sorted by relevance

12

/Zephyr-latest/drivers/flash/
Dflash_stm32_ex_op.c92 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/
Ddark-mode-toggle.min.mjs2permanent";const f="mode";const k="colorschemechange";const y="permanentcolorscheme";const v="all"…
/Zephyr-latest/samples/subsys/usb/dfu/
Dsample.yaml36 sample.usb.dfu.permanent.download:
38 extra_args: EXTRA_CONF_FILE=overlay-permanent-download.conf
DREADME.rst111 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/
Dosdp.h42 * - 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/
Dcompletion.py22 # permanent
30 # permanent (might require sudo)
36 # permanent
/Zephyr-latest/doc/develop/west/
Dinstall.rst71 *Permanent setup*:
85 *Permanent setup*:
99 *Permanent setup*:
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig58 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/
Dmcuboot_shell.c135 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]",
Dmcuboot.c200 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/
Dmm.h21 * @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/
DCODE_OF_CONDUCT.md97 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/
Dst,stm32-flash-controller.yaml12 This property provides a byte which should used to enable non-permanent
/Zephyr-latest/tests/boot/test_mcuboot/src/
Dmain.c17 /* Perform a permanent swap of MCUBoot application */ in main()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dimg_gr_stub.c132 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/
Dmcuboot.h236 * @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/
Dimg_mgmt_priv.h35 * @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/
Dimg_mgmt.h317 * 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);
Dimg_mgmt_client.h37 /** Permanent image state */
38 bool permanent: 1; member
/Zephyr-latest/doc/_templates/
Dbreadcrumbs.html18 <dark-mode-toggle id="dark-mode-toggle" appearance="three-way" permanent="true"/>
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c54 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/
Dindex.rst108 …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/
Dstm32_flash_api_extensions.h81 bool permanent; member
/Zephyr-latest/boards/infineon/cy8ckit_062s2_ai/doc/
Dindex.rst116 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/
Dindex.rst92 …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

12