/Zephyr-latest/lib/acpi/ |
D | acpi_shell.c | 19 shell_print(sh, "**** ACPI Device Resource Info ****"); in dump_dev_res() 30 shell_print(sh, "ACPI_RESOURCE_TYPE_IRQ"); in dump_dev_res() 33 shell_print(sh, "\tDescriptorLength: %x", irq_res->DescriptorLength); in dump_dev_res() 34 shell_print(sh, "\tTriggering: %x", irq_res->Triggering); in dump_dev_res() 35 shell_print(sh, "\tPolarity: %x", irq_res->Polarity); in dump_dev_res() 36 shell_print(sh, "\tShareable: %x", irq_res->Shareable); in dump_dev_res() 37 shell_print(sh, "\tInterruptCount: %d", irq_res->InterruptCount); in dump_dev_res() 38 shell_print(sh, "\tInterrupts[0]: %x", irq_res->Interrupts[0]); in dump_dev_res() 43 shell_print(sh, "ACPI_RESOURCE_TYPE_IO"); in dump_dev_res() 44 shell_print(sh, "\tIoDecode: %x", io_res->IoDecode); in dump_dev_res() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | a2dp.c | 210 shell_print(ctx_shell, "endpoint id: %d, %s, %s:", ep_info->sep_info.id, in shell_a2dp_print_capabilities() 214 shell_print(ctx_shell, " codec type: SBC"); in shell_a2dp_print_capabilities() 221 shell_print(ctx_shell, " sample frequency:"); in shell_a2dp_print_capabilities() 223 shell_print(ctx_shell, " 16000 "); in shell_a2dp_print_capabilities() 226 shell_print(ctx_shell, " 32000 "); in shell_a2dp_print_capabilities() 229 shell_print(ctx_shell, " 44100 "); in shell_a2dp_print_capabilities() 232 shell_print(ctx_shell, " 48000"); in shell_a2dp_print_capabilities() 235 shell_print(ctx_shell, " channel mode:"); in shell_a2dp_print_capabilities() 237 shell_print(ctx_shell, " Mono "); in shell_a2dp_print_capabilities() 240 shell_print(ctx_shell, " Dual "); in shell_a2dp_print_capabilities() [all …]
|
D | bredr.c | 62 shell_print(sh, "Not connected"); in cmd_auth_pincode() 67 shell_print(sh, "PIN code value invalid - enter max %u " in cmd_auth_pincode() 72 shell_print(sh, "PIN code \"%s\" applied", argv[1]); in cmd_auth_pincode() 87 shell_print(sh, "Invalid peer address (err %d)", err); in cmd_connect() 93 shell_print(sh, "Connection failed"); in cmd_connect() 97 shell_print(sh, "Connection pending"); in cmd_connect() 149 shell_print(ctx_shell, "[DEVICE]: %s, RSSI %i %s", br_addr, rssi, name); in br_device_found() 159 shell_print(ctx_shell, "BR/EDR discovery complete"); in br_discovery_complete() 199 shell_print(sh, "Failed to start discovery"); in cmd_discovery() 203 shell_print(sh, "Discovery started"); in cmd_discovery() [all …]
|
D | avrcp.c | 37 shell_print(ctx_shell, "AVRCP connected"); in avrcp_connected() 42 shell_print(ctx_shell, "AVRCP disconnected"); in avrcp_disconnected() 47 shell_print(ctx_shell, "AVRCP unit info received, unit type = 0x%02x, company_id = 0x%06x", in avrcp_unit_info_rsp() 55 shell_print(ctx_shell, in avrcp_subunit_info_rsp() 59 shell_print(ctx_shell, "extended subunit id = %d, subunit type = 0x%02x", in avrcp_subunit_info_rsp() 82 shell_print(sh, "AVRCP callbacks registered"); in register_cb() 84 shell_print(sh, "failed to register callbacks"); in register_cb() 93 shell_print(sh, "already registered"); in cmd_register_cb()
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | list.c | 40 shell_print(sh, "\tTotal execution cycles: %u (%u %%)", in rt_stats_dump() 44 shell_print(sh, "\tCurrent execution cycles: %u", in rt_stats_dump() 46 shell_print(sh, "\tPeak execution cycles: %u", in rt_stats_dump() 48 shell_print(sh, "\tAverage execution cycles: %u", in rt_stats_dump() 52 shell_print(sh, "\tTotal execution cycles: ? (? %%)"); in rt_stats_dump() 54 shell_print(sh, "\tCurrent execution cycles: ?"); in rt_stats_dump() 55 shell_print(sh, "\tPeak execution cycles: ?"); in rt_stats_dump() 56 shell_print(sh, "\tAverage execution cycles: ?"); in rt_stats_dump() 75 shell_print(sh, "%s%p %-10s", in shell_tdata_dump() 80 shell_print(sh, "\toptions: 0x%x, priority: %d timeout: %" PRId64, in shell_tdata_dump() [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfu.c | 34 shell_print(bt_mesh_shell_ctx_shell, "DFU ended: %u", reason); in dfu_cli_ended() 39 shell_print(bt_mesh_shell_ctx_shell, "DFU applied."); in dfu_cli_applied() 45 shell_print(bt_mesh_shell_ctx_shell, "DFU target lost: 0x%04x", target->blob.addr); in dfu_cli_lost_target() 50 shell_print(bt_mesh_shell_ctx_shell, "DFU confirmed"); in dfu_cli_confirmed() 89 shell_print(bt_mesh_shell_ctx_shell, "DFU setup"); in dfu_start() 99 shell_print(bt_mesh_shell_ctx_shell, "DFU failed"); in dfu_end() 118 shell_print(bt_mesh_shell_ctx_shell, "Applying DFU transfer..."); in dfu_apply() 177 shell_print(sh, "Buffer is too small: %u", in cmd_dfu_comp_add() 219 shell_print(sh, "Buffer is too small: %u", in cmd_dfu_comp_elem_add() 255 shell_print(sh, "Composition data is not set"); in cmd_dfu_comp_hash_get() [all …]
|
D | cfg.c | 41 shell_print(sh, "Remote node reset complete"); in cmd_reset() 70 shell_print(sh, "Message timeout: forever"); in cmd_timeout() 72 shell_print(sh, "Message timeout: %u seconds", timeout_ms / 1000); in cmd_timeout() 104 shell_print(sh, "Got page %d. No parser available.", page); in cmd_get_comp() 117 shell_print(sh, "Got Composition Data for 0x%04x, page: %d:", in cmd_get_comp() 119 shell_print(sh, "\tCID 0x%04x", comp.cid); in cmd_get_comp() 120 shell_print(sh, "\tPID 0x%04x", comp.pid); in cmd_get_comp() 121 shell_print(sh, "\tVID 0x%04x", comp.vid); in cmd_get_comp() 122 shell_print(sh, "\tCRPL 0x%04x", comp.crpl); in cmd_get_comp() 123 shell_print(sh, "\tFeatures 0x%04x", comp.feat); in cmd_get_comp() [all …]
|
D | rpr.c | 31 shell_print(bt_mesh_shell_ctx_shell, in rpr_scan_report() 64 shell_print(bt_mesh_shell_ctx_shell, "\tURI: \"\\x%02x%s\"", in rpr_scan_report() 67 shell_print(bt_mesh_shell_ctx_shell, "\tName: \"%s\"", data); in rpr_scan_report() 72 shell_print(bt_mesh_shell_ctx_shell, "\t0x%02x: %s", type, string); in rpr_scan_report() 115 shell_print(sh, "Scan start failed: %d", err); in cmd_scan() 120 shell_print(sh, "Scan started."); in cmd_scan() 122 shell_print(sh, "Scan start response: %d", rsp.status); in cmd_scan() 160 shell_print(sh, "Scan start failed: %d", err); in cmd_scan_ext() 164 shell_print(sh, "Extended scan started."); in cmd_scan_ext() 195 shell_print(sh, "Scan start failed: %d", err); in cmd_scan_srv() [all …]
|
D | brg_cfg.c | 27 shell_print(sh, "Subnet Bridge State: %s", in cmd_subnet_bridge_get() 52 shell_print(sh, "Subnet Bridge State: %s", in cmd_subnet_bridge_set() 69 shell_print(sh, "Bridging Table Size: %u", rsp); in cmd_bridging_table_size_get() 97 shell_print(sh, "Bridging Table Add failed with status 0x%02x", rsp.status); in cmd_bridging_table_add() 99 shell_print(sh, "Bridging Table Add was successful."); in cmd_bridging_table_add() 128 shell_print(sh, "Bridging Table Remove failed with status 0x%02x", rsp.status); in cmd_bridging_table_remove() 130 shell_print(sh, "Bridging Table Remove was successful."); in cmd_bridging_table_remove() 162 shell_print(sh, "Bridged Subnets List:"); in cmd_bridged_subnets_get() 163 shell_print(sh, "\tfilter: %02x", rsp.net_idx_filter.filter); in cmd_bridged_subnets_get() 164 shell_print(sh, "\tnet_idx: %04x", rsp.net_idx_filter.net_idx); in cmd_bridged_subnets_get() [all …]
|
D | blob.c | 88 shell_print(bt_mesh_shell_ctx_shell, "Mesh Blob: Lost target 0x%04x (reason: %u)", in blob_cli_lost_target() 103 shell_print(bt_mesh_shell_ctx_shell, in blob_cli_caps() 108 shell_print(bt_mesh_shell_ctx_shell, "Mesh BLOB: capabilities:"); in blob_cli_caps() 109 shell_print(bt_mesh_shell_ctx_shell, "\tMax BLOB size: %u bytes", caps->max_size); in blob_cli_caps() 110 shell_print(bt_mesh_shell_ctx_shell, "\tBlock size: %u-%u (%u-%u bytes)", in blob_cli_caps() 114 shell_print(bt_mesh_shell_ctx_shell, "\tMax chunks: %u", caps->max_chunks); in blob_cli_caps() 115 shell_print(bt_mesh_shell_ctx_shell, "\tChunk size: %u", caps->max_chunk_size); in blob_cli_caps() 116 shell_print(bt_mesh_shell_ctx_shell, "\tMTU size: %u", caps->mtu_size); in blob_cli_caps() 117 shell_print(bt_mesh_shell_ctx_shell, "\tModes: %s", modes[caps->modes]); in blob_cli_caps() 124 shell_print(bt_mesh_shell_ctx_shell, "Mesh BLOB transfer complete."); in blob_cli_end() [all …]
|
/Zephyr-latest/subsys/usb/host/ |
D | usbh_shell.c | 31 shell_print(sh, "bLength\t\t\t%u", desc->bLength); in print_dev_desc() 32 shell_print(sh, "bDescriptorType\t\t%u", desc->bDescriptorType); in print_dev_desc() 33 shell_print(sh, "bcdUSB\t\t\t%x", desc->bcdUSB); in print_dev_desc() 34 shell_print(sh, "bDeviceClass\t\t%u", desc->bDeviceClass); in print_dev_desc() 35 shell_print(sh, "bDeviceSubClass\t\t%u", desc->bDeviceSubClass); in print_dev_desc() 36 shell_print(sh, "bDeviceProtocol\t\t%u", desc->bDeviceProtocol); in print_dev_desc() 37 shell_print(sh, "bMaxPacketSize0\t\t%u", desc->bMaxPacketSize0); in print_dev_desc() 38 shell_print(sh, "idVendor\t\t%x", desc->idVendor); in print_dev_desc() 39 shell_print(sh, "idProduct\t\t%x", desc->idProduct); in print_dev_desc() 40 shell_print(sh, "bcdDevice\t\t%x", desc->bcdDevice); in print_dev_desc() [all …]
|
/Zephyr-latest/lib/crc/ |
D | crc_shell.c | 54 shell_print(sh, "crc [options..] <address> <size>"); in usage() 55 shell_print(sh, "options:"); in usage() 56 shell_print(sh, "-f This is the first packet"); in usage() 57 shell_print(sh, "-l This is the last packet"); in usage() 58 shell_print(sh, "-p <poly> Use polynomial 'poly'"); in usage() 59 shell_print(sh, "-r Reflect"); in usage() 60 shell_print(sh, "-s <seed> Use 'seed' as the initial value"); in usage() 61 shell_print(sh, "-t <type> Compute the CRC described by 'type'"); in usage() 62 shell_print(sh, "Note: some options are only useful for certain CRCs"); in usage() 63 shell_print(sh, "CRC Types:"); in usage() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ticker/shell/ |
D | ticker.c | 74 shell_print(sh, "Query done (0x%02x, err= %u).", in cmd_ticker_info() 83 shell_print(sh, "Retry again, tickers too " in cmd_ticker_info() 92 shell_print(sh, "Query reset, %u retries " in cmd_ticker_info() 103 shell_print(sh, "Tickers: %u.", tickers_count); in cmd_ticker_info() 104 shell_print(sh, "Tick: %u (%uus).", ticks_current, in cmd_ticker_info() 111 shell_print(sh, "---------------------"); in cmd_ticker_info() 112 shell_print(sh, " id offset offset"); in cmd_ticker_info() 113 shell_print(sh, " (tick) (us)"); in cmd_ticker_info() 114 shell_print(sh, "---------------------"); in cmd_ticker_info() 116 shell_print(sh, "%03u %08u %08u", tickers[i].id, in cmd_ticker_info() [all …]
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | main.c | 42 shell_print(sh, "Log test started\n"); in cmd_log_test_start() 66 shell_print(sh, "Log test stopped"); in cmd_log_test_stop() 93 shell_print(sh, "pong"); in cmd_demo_ping() 103 shell_print(sh, CONFIG_BOARD); in cmd_demo_board() 140 shell_print(sh, in cmd_demo_getopt_ts() 144 shell_print(sh, in cmd_demo_getopt_ts() 148 shell_print(sh, in cmd_demo_getopt_ts() 158 shell_print(sh, "aflag = %d, bflag = %d", aflag, bflag); in cmd_demo_getopt_ts() 190 shell_print(sh, in cmd_demo_getopt() 194 shell_print(sh, "Unknown option `-%c'.", in cmd_demo_getopt() [all …]
|
/Zephyr-latest/subsys/storage/flash_map/ |
D | flash_map_shell.c | 32 shell_print(sh, "%2d 0x%0*" PRIxPTR " %-26s %-24.24s 0x%-10x 0x%-12x", (int)fa->fa_id, in fa_cb() 36 shell_print(sh, "%2d 0x%0*" PRIxPTR " %-26s 0x%-10x 0x%-12x", (int)fa->fa_id, in fa_cb() 45 shell_print(sh, "ID | Device | Device Name " in cmd_flash_map_list() 47 shell_print(sh, "--------------------------------------------" in cmd_flash_map_list() 50 shell_print(sh, "ID | Device | Device Name " in cmd_flash_map_list() 52 shell_print(sh, "-----------------------------------------" in cmd_flash_map_list()
|
/Zephyr-latest/subsys/bluetooth/services/ias/shell/ |
D | ias.c | 26 shell_print(ctx_shell, "Alert stopped\n"); in alert_stop() 31 shell_print(ctx_shell, "Mild alert started\n"); in alert_start() 36 shell_print(ctx_shell, "High alert started\n"); in alert_high_start() 50 shell_print(sh, "Local alert stop failed: %d", result); in cmd_ias_local_alert_stop() 52 shell_print(sh, "Local alert stopped"); in cmd_ias_local_alert_stop()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | vcp_vol_ctlr.c | 36 shell_print(ctx_shell, "VCP discover done with %u VOCS and %u AICS", vocs_count, in vcs_discover_cb() 50 shell_print(ctx_shell, "VCP vol_down done"); in vcs_vol_down_cb() 59 shell_print(ctx_shell, "VCP vol_up done"); in vcs_vol_up_cb() 68 shell_print(ctx_shell, "VCP mute done"); in vcs_mute_cb() 77 shell_print(ctx_shell, "VCP unmute done"); in vcs_unmute_cb() 86 shell_print(ctx_shell, "VCP vol_down_unmute done"); in vcs_vol_down_unmute_cb() 95 shell_print(ctx_shell, "VCP vol_up_unmute done"); in vcs_vol_up_unmute_cb() 104 shell_print(ctx_shell, "VCP vol_set done"); in vcs_vol_set_cb() 114 shell_print(ctx_shell, "VCP volume %u, mute %u", volume, mute); in vcs_state_cb() 124 shell_print(ctx_shell, "VCP flags 0x%02X", flags); in vcs_flags_cb() [all …]
|
D | micp_mic_ctlr.c | 37 shell_print(ctx_shell, "Discovery done with %u AICS", in micp_mic_ctlr_discover_cb() 55 shell_print(ctx_shell, "Mute write completed"); in micp_mic_ctlr_mute_written_cb() 65 shell_print(ctx_shell, "Unmute write completed"); in micp_mic_ctlr_unmute_written_cb() 75 shell_print(ctx_shell, "Mute value %u", mute); in micp_mic_ctlr_mute_cb() 88 shell_print(ctx_shell, "Gain set for inst %p", inst); in micp_mic_ctlr_aics_set_gain_cb() 98 shell_print(ctx_shell, "Unmuted inst %p", inst); in micp_mic_ctlr_aics_unmute_cb() 108 shell_print(ctx_shell, "Muted inst %p", inst); in micp_mic_ctlr_aics_mute_cb() 119 shell_print(ctx_shell, "Manual mode set for inst %p", inst); in micp_mic_ctlr_aics_set_manual_mode_cb() 130 shell_print(ctx_shell, "Automatic mode set for inst %p", in micp_mic_ctlr_aics_automatic_mode_cb() 142 shell_print(ctx_shell, "AICS inst %p state gain %d, mute %u, " in micp_mic_ctlr_aics_state_cb() [all …]
|
D | audio.h | 239 shell_print(sh, in print_qos() 244 shell_print(sh, "QoS: interval %u framing 0x%02x phy 0x%02x sdu %u rtn %u pd %u", in print_qos() 260 shell_print(ltv_info->sh, "%*s#%zu: type 0x%02x value_len %u", ltv_info->indent, "", in print_ltv_elem() 295 shell_print(sh, "%*sPreferred audio contexts:", indent, ""); in print_codec_meta_pref_context() 304 shell_print(sh, "%*s%s (0x%04X)", indent, "", in print_codec_meta_pref_context() 313 shell_print(sh, "%*sStreaming audio contexts:", indent, ""); in print_codec_meta_stream_context() 322 shell_print(sh, "%*s%s (0x%04X)", indent, "", in print_codec_meta_stream_context() 332 shell_print(sh, "%*sProgram info:", indent, ""); in print_codec_meta_program_info() 347 shell_print(sh, "%*sLanguage: %c%c%c", indent, "", (char)lang[0], (char)lang[1], in print_codec_meta_language() 354 shell_print(sh, "%*sCCID list:", indent, ""); in print_codec_meta_ccid_list() [all …]
|
D | has.c | 32 shell_print(ctx_shell, "Preset name changed index %u name %s", index, name); in preset_name_changed() 51 shell_print(sh, "Invalid command parameter (err %d)", err); in cmd_preset_reg() 70 shell_print(sh, "Invalid command parameter (err %d)", err); in cmd_preset_unreg() 76 shell_print(sh, "Preset unregister failed (err %d)", err); in cmd_preset_unreg() 167 shell_print(data->sh, "%d: index 0x%02x prop 0x%02x name %s", ++data->num, index, in print_list_entry() 182 shell_print(sh, "No presets registered"); in cmd_preset_list() 194 shell_print(sh, "Invalid command parameter (err %d)", err); in cmd_preset_avail() 200 shell_print(sh, "Preset availability set failed (err %d)", err); in cmd_preset_avail() 213 shell_print(sh, "Invalid command parameter (err %d)", err); in cmd_preset_unavail() 219 shell_print(sh, "Preset availability set failed (err %d)", err); in cmd_preset_unavail() [all …]
|
D | tbs.c | 57 shell_print(sh, "Connection with addr %s authorized", addr); in cmd_tbs_authorize() 143 shell_print(sh, "TBS failed: %d", result); in cmd_tbs_accept() 145 shell_print(sh, "TBS succeeded for call_index: %ld", in cmd_tbs_accept() 173 shell_print(sh, "TBS failed: %d", result); in cmd_tbs_terminate() 175 shell_print(sh, "TBS succeeded for call_index: %ld", in cmd_tbs_terminate() 202 shell_print(sh, "TBS failed: %d", result); in cmd_tbs_hold() 204 shell_print(sh, "TBS succeeded for call_index: %ld", in cmd_tbs_hold() 232 shell_print(sh, "TBS failed: %d", result); in cmd_tbs_retrieve() 234 shell_print(sh, "TBS succeeded for call_index: %ld", in cmd_tbs_retrieve() 269 shell_print(sh, "TBS failed: %d", result); in cmd_tbs_originate() [all …]
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_agilex_mailbox_shell.c | 33 shell_print(sh, "Mailbox client already registered"); in cmd_reg() 49 shell_print(sh, "Mailbox client register success (token %08x)", mb_c_token); in cmd_reg() 61 shell_print(sh, "Mailbox client is not registered"); in cmd_unreg() 69 shell_print(sh, "Mailbox client unregister success"); in cmd_unreg() 85 shell_print(sh, "Mailbox client is not registered"); in cmd_open() 110 shell_print(sh, "Mailbox client open success"); in cmd_open() 123 shell_print(sh, "Mailbox client is not registered"); in cmd_close() 153 shell_print(sh, "Mailbox client close success"); in cmd_close() 172 shell_print(sh, "\n\rsip_svc send command callback\n"); in cmd_send_callback() 173 shell_print(sh, "\theader=%08x\n", response->header); in cmd_send_callback() [all …]
|
D | sip_svc_shell.c | 56 shell_print(sh, "%s: register success: client token %08x\n", ctrl->method, c_token); in cmd_reg() 90 shell_print(sh, "%s: unregister success: client token %08x", ctrl->method, in cmd_unreg() 144 shell_print(sh, "%s: open success: client token %08x", ctrl->method, in cmd_open() 178 shell_print(sh, "%s: close success: client token %08x", ctrl->method, in cmd_close() 194 shell_print(sh, "\n\rsip_svc send callback response\n"); in cmd_send_callback() 195 shell_print(sh, "\theader=%08x\n", response->header); in cmd_send_callback() 196 shell_print(sh, "\ta0=%016lx\n", response->a0); in cmd_send_callback() 197 shell_print(sh, "\ta1=%016lx\n", response->a1); in cmd_send_callback() 198 shell_print(sh, "\ta2=%016lx\n", response->a2); in cmd_send_callback() 199 shell_print(sh, "\ta3=%016lx\n", response->a3); in cmd_send_callback() [all …]
|
/Zephyr-latest/subsys/llext/ |
D | shell.c | 49 shell_print(sh, "No such llext %s", argv[1]); in cmd_llext_list_symbols() 53 shell_print(sh, "Extension: %s symbols", m->name); in cmd_llext_list_symbols() 54 shell_print(sh, "| Symbol | Address |"); in cmd_llext_list_symbols() 56 shell_print(sh, "| %16s | %p |", m->sym_tab.syms[i].name, in cmd_llext_list_symbols() 115 shell_print(sl->sh, "| %16s | %12d |", ext->name, ext->alloc_size); in llext_shell_list_cb() 123 shell_print(sh, "| Name | Size |"); in cmd_llext_list() 136 shell_print(sh, "Extension %d bytes too large to load, max %d bytes\n", hex_len/2, in cmd_llext_load_hex() 156 shell_print(sh, "Successfully loaded extension %s, addr %p\n", ext->name, ext); in cmd_llext_load_hex() 158 shell_print(sh, "Failed to load extension %s, return code %d\n", name, res); in cmd_llext_load_hex() 169 shell_print(sh, "No such extension %s", argv[1]); in cmd_llext_unload() [all …]
|
/Zephyr-latest/subsys/dfu/boot/ |
D | mcuboot_shell.c | 193 shell_print(sh, "%s area (%u):", area->name, area->id); in cmd_mcuboot_info_area() 194 shell_print(sh, " version: %u.%u.%u+%u", in cmd_mcuboot_info_area() 199 shell_print(sh, " image size: %u", in cmd_mcuboot_info_area() 209 shell_print(sh, " magic: %s", in cmd_mcuboot_info_area() 213 shell_print(sh, " swap type: %s", in cmd_mcuboot_info_area() 217 shell_print(sh, " copy done: %s", in cmd_mcuboot_info_area() 219 shell_print(sh, " image ok: %s", in cmd_mcuboot_info_area() 230 shell_print(sh, "swap type: %s", swap_type_str(mcuboot_swap_type())); in cmd_mcuboot_info() 231 shell_print(sh, "confirmed: %d", boot_is_img_confirmed()); in cmd_mcuboot_info() 234 shell_print(sh, ""); in cmd_mcuboot_info()
|