/hal_espressif-latest/components/esp_hw_support/port/include/ |
D | esp_hw_log.h | 28 #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/ |
D | heap_trace_standalone.c | 299 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 …]
|
D | multi_heap_platform.h | 42 #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/ |
D | log.h | 43 #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/ |
D | esp_err.c | 29 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() 38 …esp_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/ |
D | bootloader_panic.c | 17 esp_rom_printf("Assert failed in %s, %s:%d (%s)\r\n", func, file, line, expr); in __assert_func() 27 … esp_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/ |
D | esp_memprot.c | 1054 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() 1091 …esp_rom_printf("Fatal error: IRAM0 PMS AREA_0 configuration corrupted (expected 0x%08X, stored 0x%… in esp_mprot_set_prot() 1098 …esp_rom_printf("Fatal error: IRAM0 PMS AREA_1 configuration corrupted (expected 0x%08X, stored 0x%… in esp_mprot_set_prot() 1105 …esp_rom_printf("Fatal error: IRAM0 PMS AREA_2 configuration corrupted (expected 0x%08X, stored 0x%… in esp_mprot_set_prot() 1112 …esp_rom_printf("Fatal error: IRAM0 PMS AREA_3 configuration corrupted (expected 0x%08X, stored 0x%… in esp_mprot_set_prot() 1120 …esp_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/ |
D | esp_nimble_hci.c | 166 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() 239 …esp_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/ |
D | debug_helpers.c | 44 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/ |
D | esp_efuse_utility.c | 231 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/ |
D | esp_fault.h | 82 esp_rom_printf("ESP_FAULT_ASSERT %s:%d\n", __FILE__, __LINE__); \
|
D | esp_wake_stub.h | 20 #define ESP_RTC_LOG( level, format, ... ) if (LOG_LOCAL_LEVEL >= level) { esp_rom_printf(RTC_STR(f…
|
/hal_espressif-latest/components/esp_rom/include/ |
D | esp_rom_sys.h | 42 int esp_rom_printf(const char *fmt, ...);
|
/hal_espressif-latest/components/esp_rom/ |
D | README.md | 23 …`. 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/ |
D | xtensa_intr.c | 116 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/ |
D | esp32c3.rom.api.ld | 36 PROVIDE ( esp_rom_printf = ets_printf ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.api.ld | 40 PROVIDE ( esp_rom_printf = ets_printf ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.api.ld | 41 PROVIDE ( esp_rom_printf = ets_printf ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.api.ld | 41 PROVIDE ( esp_rom_printf = ets_printf ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.api.ld | 41 PROVIDE ( esp_rom_printf = ets_printf ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.api.ld | 39 PROVIDE ( esp_rom_printf = ets_printf ); symbol
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | rtc_cntl_ll.h | 99 esp_rom_printf("32KHz xtal has been stopped\n"); in rtc_cntl_ll_get_rtc_time()
|
/hal_espressif-latest/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.api.ld | 40 PROVIDE ( esp_rom_printf = ets_printf ); symbol
|
/hal_espressif-latest/components/log/include/ |
D | esp_log.h | 329 … esp_rom_printf(LOG_FORMAT(log_tag_letter, format), esp_log_timestamp(), tag, ##__VA_ARGS__); \ 480 … esp_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/ |
D | bt.c | 386 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()
|