Home
last modified time | relevance | path

Searched defs:image (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.7.0/share/sysbuild/images/bootloader/
DCMakeLists.txt7 set(image mcuboot) variable
/Zephyr-Core-3.7.0/soc/nordic/
Dsysbuild.cmake20 set(image "vpr_launcher") variable
/Zephyr-Core-3.7.0/tests/cmake/zephyr_get/
Dsysbuild.cmake7 set(image ${DEFAULT_IMAGE}_${suffix}) variable
/Zephyr-Core-3.7.0/scripts/build/
Dgen_cfb_font_header.py17 def generate_element(image, charcode): argument
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c75 int image = query_slot / 2; /* We support max 2 images for now */ in img_mgmt_state_flags() local
126 int image = query_slot / 2; /* We support max 2 images for now */ in img_mgmt_state_flags() local
152 int img_mgmt_get_next_boot_slot(int image, enum img_mgmt_next_boot_type *type) in img_mgmt_get_next_boot_slot()
235 int img_mgmt_get_next_boot_slot(int image, enum img_mgmt_next_boot_type *type) in img_mgmt_get_next_boot_slot()
329 int image = img_mgmt_slot_to_image(slot); in img_mgmt_slot_in_use() local
570 int image = img_mgmt_slot_to_image(slot); in img_mgmt_set_next_boot_slot() local
Dzephyr_img_mgmt.c229 static int img_mgmt_get_unused_slot_area_id(unsigned int image) in img_mgmt_get_unused_slot_area_id()
522 int image = img_mgmt_slot_to_image(slot); in img_mgmt_swap_type() local
Dimg_mgmt.c137 int img_mgmt_active_slot(int image) in img_mgmt_active_slot()
/Zephyr-Core-3.7.0/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dimg_gr_stub.c225 uint32_t image; in img_upload_init_verify() local
/Zephyr-Core-3.7.0/scripts/west_commands/
Dbindesc.py227 def parse_descriptors(self, image): argument
/Zephyr-Core-3.7.0/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt.h184 uint32_t image; /* 0 by default */ member