Home
last modified time | relevance | path

Searched refs:esp_rom_printf (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-latest/components/esp_hw_support/port/include/
Desp_hw_log.h28 #define ESP_HW_LOGE(tag, fmt, ...) esp_rom_printf("%s(err): " fmt, tag, ##__VA_ARGS__)
29 #define ESP_HW_LOGW(tag, fmt, ...) esp_rom_printf("%s(warn): " fmt, tag, ##__VA_ARGS__)
30 #define ESP_HW_LOGI(tag, fmt, ...) esp_rom_printf("%s(info): " fmt, tag, ##__VA_ARGS__)
31 #define ESP_HW_LOGD(tag, fmt, ...) esp_rom_printf("%s(dbg): " fmt, tag, ##__VA_ARGS__)
32 #define ESP_HW_LOGV(tag, fmt, ...) esp_rom_printf("%s: " fmt, tag, ##__VA_ARGS__)
/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c299 esp_rom_printf("====== Heap Trace: %"PRIu32" records (%"PRIu32" capacity) ======\n", in heap_trace_dump_base()
310 esp_rom_printf("\nError: heap trace linked list is corrupt. expected more records.\n"); in heap_trace_dump_base()
329 esp_rom_printf("%6d bytes (@ %p%s) allocated CPU %d ccount 0x%08x caller ", in heap_trace_dump_base()
333 esp_rom_printf("%p%s", r_cur->alloced_by[j], in heap_trace_dump_base()
340 esp_rom_printf("\n"); in heap_trace_dump_base()
342 esp_rom_printf("\nfreed by "); in heap_trace_dump_base()
344 esp_rom_printf("%p%s", r_cur->freed_by[j], in heap_trace_dump_base()
353 esp_rom_printf("====== Heap Trace Summary ======\n"); in heap_trace_dump_base()
356 esp_rom_printf("Mode: Heap Trace All\n"); in heap_trace_dump_base()
357 esp_rom_printf("%"PRIu32" bytes alive in trace (%"PRIu32"/%"PRIu32" allocations)\n", in heap_trace_dump_base()
[all …]
Dmulti_heap_platform.h42 #define MULTI_HEAP_PRINTF esp_rom_printf
43 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) esp_rom_printf(MSG, __VA_ARGS__)
54 esp_rom_printf(format, line, address); in multi_heap_assert()
/hal_espressif-latest/components/hal/platform_port/include/hal/
Dlog.h43 #define HAL_LOGE(tag, fmt, ...) esp_rom_printf("%s(err): " fmt, tag, ##__VA_ARGS__)
49 #define HAL_LOGW(tag, fmt, ...) esp_rom_printf("%s(warn): " fmt, tag, ##__VA_ARGS__)
55 #define HAL_LOGI(tag, fmt, ...) esp_rom_printf("%s(info): " fmt, tag, ##__VA_ARGS__)
61 #define HAL_LOGD(tag, fmt, ...) esp_rom_printf("%s(dbg): " fmt, tag, ##__VA_ARGS__)
67 #define HAL_LOGV(tag, fmt, ...) esp_rom_printf("%s: " fmt, tag, ##__VA_ARGS__)
/hal_espressif-latest/components/esp_system/
Desp_err.c29 esp_rom_printf("%s failed: esp_err_t 0x%x", msg, rc); in esp_error_check_failed_print()
31 esp_rom_printf(" (%s)", esp_err_to_name(rc)); in esp_error_check_failed_print()
33 esp_rom_printf(" at 0x%08x\n", esp_cpu_get_call_addr(addr)); in esp_error_check_failed_print()
38esp_rom_printf("file: \"%s\" line %d\nfunc: %s\nexpression: %s\n", file, line, function, expressio… in esp_error_check_failed_print()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_panic.c17 esp_rom_printf("Assert failed in %s, %s:%d (%s)\r\n", func, file, line, expr); in __assert_func()
27esp_rom_printf("abort() was called at PC 0x%08x\r\n", (intptr_t)__builtin_return_address(0) - 3); in abort()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Desp_memprot.c1054 esp_rom_printf( in esp_mprot_set_prot()
1060 esp_rom_printf( in esp_mprot_set_prot()
1066 esp_rom_printf( in esp_mprot_set_prot()
1076 esp_rom_printf( in esp_mprot_set_prot()
1082 esp_rom_printf( in esp_mprot_set_prot()
1091esp_rom_printf("Fatal error: IRAM0 PMS AREA_0 configuration corrupted (expected 0x%08X, stored 0x%… in esp_mprot_set_prot()
1098esp_rom_printf("Fatal error: IRAM0 PMS AREA_1 configuration corrupted (expected 0x%08X, stored 0x%… in esp_mprot_set_prot()
1105esp_rom_printf("Fatal error: IRAM0 PMS AREA_2 configuration corrupted (expected 0x%08X, stored 0x%… in esp_mprot_set_prot()
1112esp_rom_printf("Fatal error: IRAM0 PMS AREA_3 configuration corrupted (expected 0x%08X, stored 0x%… in esp_mprot_set_prot()
1120esp_rom_printf("Fatal error: DRAM0 PMS AREA_0 configuration corrupted (expected 0x%08X, stored 0x%… in esp_mprot_set_prot()
[all …]
/hal_espressif-latest/components/bt/host/nimble/esp-hci/src/
Desp_nimble_hci.c166 esp_rom_printf("Failed to allocate buffer, retrying "); in ble_hci_rx_acl()
173 esp_rom_printf("%s failed to os_mbuf_append; rc = %d", __func__, rc); in ble_hci_rx_acl()
226 esp_rom_printf("Host not enabled. Dropping the packet!"); in host_rcv_pkt()
239esp_rom_printf("Received HCI data length at host (%d) exceeds maximum configured HCI event buffer … in host_rcv_pkt()
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Ddebug_helpers.c44 esp_rom_printf(" 0x%08X:0x%08X", pc, sp); in print_entry()
53 esp_rom_printf(str); in print_str()
/hal_espressif-latest/components/efuse/src/
Desp_efuse_utility.c231 esp_rom_printf("%d) ", num_block);
236 esp_rom_printf("0x%08x ", virt_blocks[num_block][num_reg]);
238 esp_rom_printf("0x%08x ", REG_READ(addr_rd_block));
244 esp_rom_printf("0x%08x ", REG_READ(addr_wr_block));
247 esp_rom_printf("\n");
253 esp_rom_printf("EFUSE_BLKx:\n");
257 esp_rom_printf("\n");
/hal_espressif-latest/components/esp_hw_support/include/
Desp_fault.h82 esp_rom_printf("ESP_FAULT_ASSERT %s:%d\n", __FILE__, __LINE__); \
Desp_wake_stub.h20 #define ESP_RTC_LOG( level, format, ... ) if (LOG_LOCAL_LEVEL >= level) { esp_rom_printf(RTC_STR(f…
/hal_espressif-latest/components/esp_rom/include/
Desp_rom_sys.h42 int esp_rom_printf(const char *fmt, ...);
/hal_espressif-latest/components/esp_rom/
DREADME.md23 …`. These ROM APIs are always prefixed with the name `esp_rom` (e.g. `esp_rom_printf`), so that it'…
25 …nker script `esp_rom/<target>/ld/<target>.rom.api.ld`. For example, `esp_rom_printf` is alias to `…
28 PROVIDE ( esp_rom_printf = ets_printf );
/hal_espressif-latest/components/xtensa/
Dxtensa_intr.c116 esp_rom_printf("Unhandled interrupt %d on cpu %d!\n", (int)arg, xPortGetCoreID()); in xt_unhandled_interrupt()
/hal_espressif-latest/components/esp_rom/esp32c3/ld/
Desp32c3.rom.api.ld36 PROVIDE ( esp_rom_printf = ets_printf ); symbol
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.api.ld40 PROVIDE ( esp_rom_printf = ets_printf ); symbol
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.api.ld41 PROVIDE ( esp_rom_printf = ets_printf ); symbol
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.api.ld41 PROVIDE ( esp_rom_printf = ets_printf ); symbol
/hal_espressif-latest/components/esp_rom/esp32s2/ld/
Desp32s2.rom.api.ld41 PROVIDE ( esp_rom_printf = ets_printf ); symbol
/hal_espressif-latest/components/esp_rom/esp32s3/ld/
Desp32s3.rom.api.ld39 PROVIDE ( esp_rom_printf = ets_printf ); symbol
/hal_espressif-latest/components/hal/esp32/include/hal/
Drtc_cntl_ll.h99 esp_rom_printf("32KHz xtal has been stopped\n"); in rtc_cntl_ll_get_rtc_time()
/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.api.ld40 PROVIDE ( esp_rom_printf = ets_printf ); symbol
/hal_espressif-latest/components/log/include/
Desp_log.h329esp_rom_printf(LOG_FORMAT(log_tag_letter, format), esp_log_timestamp(), tag, ##__VA_ARGS__); \
480esp_rom_printf(_ESP_LOG_DRAM_LOG_FORMAT(log_tag_letter, format), tag __VA_OPT__(,) __VA_ARGS__); \
485 esp_rom_printf(_ESP_LOG_DRAM_LOG_FORMAT(log_tag_letter, format), tag, ##__VA_ARGS__); \
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c386 esp_rom_printf("\r\nREAD_CHECK:%ld,%ld,%d\r\n",read_index, write_index, is_filled); in esp_bt_read_ctrl_log_from_flash()
387 esp_rom_printf("\r\n[DUMP_START:"); in esp_bt_read_ctrl_log_from_flash()
389 esp_rom_printf("%02x ", buffer[read_index]); in esp_bt_read_ctrl_log_from_flash()
398 esp_rom_printf(":DUMP_END]\r\n"); in esp_bt_read_ctrl_log_from_flash()
413 esp_rom_printf("%02x ", addr[i]); in esp_bt_controller_log_interface()
417 esp_rom_printf("\n"); in esp_bt_controller_log_interface()

12