Home
last modified time | relevance | path

Searched refs:ESP_EARLY_LOGD (Results 1 – 25 of 48) sorted by relevance

12

/hal_espressif-latest/zephyr/esp32/src/
Dsoc_init.c39 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU STATUS 0x%08" PRIx32, cpu_name, stat); in wdt_reset_info_dump()
40 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PID 0x%08" PRIx32, cpu_name, pid); in wdt_reset_info_dump()
41 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGINST 0x%08" PRIx32, cpu_name, inst); in wdt_reset_info_dump()
42 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGSTATUS 0x%08" PRIx32, cpu_name, dstat); in wdt_reset_info_dump()
43 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGDATA 0x%08" PRIx32, cpu_name, data); in wdt_reset_info_dump()
44 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGPC 0x%08" PRIx32, cpu_name, pc); in wdt_reset_info_dump()
45 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0STAT 0x%08" PRIx32, cpu_name, lsstat); in wdt_reset_info_dump()
46 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0ADDR 0x%08" PRIx32, cpu_name, lsaddr); in wdt_reset_info_dump()
47 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0DATA 0x%08" PRIx32, cpu_name, lsdata); in wdt_reset_info_dump()
Dsoc_flash_init.c252 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
253 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
254 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
255 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
256 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
/hal_espressif-latest/zephyr/esp32s3/src/
Dsoc_init.c87 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU STATUS 0x%08" PRIx32, cpu_name, stat); in wdt_reset_info_dump()
88 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PID 0x%08" PRIx32, cpu_name, pid); in wdt_reset_info_dump()
89 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGINST 0x%08" PRIx32, cpu_name, inst); in wdt_reset_info_dump()
90 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGSTATUS 0x%08" PRIx32, cpu_name, dstat); in wdt_reset_info_dump()
91 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGDATA 0x%08" PRIx32, cpu_name, data); in wdt_reset_info_dump()
92 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGPC 0x%08" PRIx32, cpu_name, pc); in wdt_reset_info_dump()
93 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0STAT 0x%08" PRIx32, cpu_name, lsstat); in wdt_reset_info_dump()
94 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0ADDR 0x%08" PRIx32, cpu_name, lsaddr); in wdt_reset_info_dump()
95 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0DATA 0x%08" PRIx32, cpu_name, lsdata); in wdt_reset_info_dump()
Dsoc_flash_init.c114 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
115 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
116 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
117 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
118 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
/hal_espressif-latest/components/bootloader_support/src/esp32s2/
Dbootloader_esp32s2.c79 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU STATUS 0x%08"PRIx32, cpu_name, stat); in wdt_reset_info_dump()
80 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PID 0x%08"PRIx32, cpu_name, pid); in wdt_reset_info_dump()
81 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGINST 0x%08"PRIx32, cpu_name, inst); in wdt_reset_info_dump()
82 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGSTATUS 0x%08"PRIx32, cpu_name, dstat); in wdt_reset_info_dump()
83 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGDATA 0x%08"PRIx32, cpu_name, data); in wdt_reset_info_dump()
84 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGPC 0x%08"PRIx32, cpu_name, pc); in wdt_reset_info_dump()
85 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0STAT 0x%08"PRIx32, cpu_name, lsstat); in wdt_reset_info_dump()
86 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0ADDR 0x%08"PRIx32, cpu_name, lsaddr); in wdt_reset_info_dump()
87 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0DATA 0x%08"PRIx32, cpu_name, lsdata); in wdt_reset_info_dump()
/hal_espressif-latest/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c88 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU STATUS 0x%08"PRIx32, cpu_name, stat); in wdt_reset_info_dump()
89 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PID 0x%08"PRIx32, cpu_name, pid); in wdt_reset_info_dump()
90 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGINST 0x%08"PRIx32, cpu_name, inst); in wdt_reset_info_dump()
91 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGSTATUS 0x%08"PRIx32, cpu_name, dstat); in wdt_reset_info_dump()
92 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGDATA 0x%08"PRIx32, cpu_name, data); in wdt_reset_info_dump()
93 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGPC 0x%08"PRIx32, cpu_name, pc); in wdt_reset_info_dump()
94 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0STAT 0x%08"PRIx32, cpu_name, lsstat); in wdt_reset_info_dump()
95 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0ADDR 0x%08"PRIx32, cpu_name, lsaddr); in wdt_reset_info_dump()
96 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGLS0DATA 0x%08"PRIx32, cpu_name, lsdata); in wdt_reset_info_dump()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dflash_qio_mode.c79 ESP_EARLY_LOGD(TAG, "Raw SPI flash chip id 0x%"PRIx32, raw_flash_id); in bootloader_enable_qio_mode()
83 ESP_EARLY_LOGD(TAG, "Manufacturer ID 0x%02x chip ID 0x%04x", mfg_id, flash_id); in bootloader_enable_qio_mode()
133 ESP_EARLY_LOGD(TAG, "Initial flash chip status 0x%"PRIx32, status); in enable_qio_mode()
142 ESP_EARLY_LOGD(TAG, "Updated flash chip status 0x%"PRIx32, status); in enable_qio_mode()
149 ESP_EARLY_LOGD(TAG, "QIO mode already enabled in flash"); in enable_qio_mode()
152 ESP_EARLY_LOGD(TAG, "Enabling QIO mode..."); in enable_qio_mode()
Dbootloader_flash_config_esp32c6.c114 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
115 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
116 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
117 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
118 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
Dbootloader_flash_config_esp32h2.c121 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
122 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
123 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
124 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
125 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
Dbootloader_flash_config_esp32c2.c138 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
139 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
140 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
141 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
142 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
Dbootloader_flash_config_esp32c3.c149 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
150 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
151 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
152 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
153 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
Dbootloader_flash_config_esp32s2.c163 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
164 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
165 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
166 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
167 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
Dbootloader_flash_config_esp32s3.c170 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
171 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
172 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
173 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
174 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
Dbootloader_flash_config_esp32.c283 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
284 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
285 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
286 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
287 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
/hal_espressif-latest/zephyr/esp32c6/src/
Dsoc_flash_init.c121 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
122 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
123 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
124 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
125 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_flash_init.c139 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
140 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
141 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
142 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
143 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_flash_init.c157 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
158 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
159 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
160 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
161 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
/hal_espressif-latest/zephyr/esp32s2/src/
Dsoc_flash_init.c104 ESP_EARLY_LOGD(TAG, "magic %02x", bootloader_hdr->magic); in print_flash_info()
105 ESP_EARLY_LOGD(TAG, "segments %02x", bootloader_hdr->segment_count); in print_flash_info()
106 ESP_EARLY_LOGD(TAG, "spi_mode %02x", bootloader_hdr->spi_mode); in print_flash_info()
107 ESP_EARLY_LOGD(TAG, "spi_speed %02x", bootloader_hdr->spi_speed); in print_flash_info()
108 ESP_EARLY_LOGD(TAG, "spi_size %02x", bootloader_hdr->spi_size); in print_flash_info()
/hal_espressif-latest/components/heap/port/
Dmemory_layout_utils.c86 ESP_EARLY_LOGD(TAG, "Checking %d reserved memory ranges:", count); in s_prepare_reserved_regions()
88 ESP_EARLY_LOGD(TAG, "Reserved memory range 0x%08x - 0x%08x", in s_prepare_reserved_regions()
123 ESP_EARLY_LOGD(TAG, "Building list of available memory regions:"); in soc_get_available_memory_regions()
185ESP_EARLY_LOGD(TAG, "Available memory region 0x%08x - 0x%08x", in.start, in.start + in.size); in soc_get_available_memory_regions()
/hal_espressif-latest/components/esp_hw_support/
Dmspi_timing_tuning.c134 ESP_EARLY_LOGD(TAG, "%d, good", config_idx); in sweep_for_success_sample_points()
136 ESP_EARLY_LOGD(TAG, "%d, bad", config_idx); in sweep_for_success_sample_points()
257 ESP_EARLY_LOGD(TAG,"tuning success, best point is index %d", best_point); in select_best_tuning_config_dtr()
261 ESP_EARLY_LOGD(TAG,"tuning success, best point is index %d", best_point); in select_best_tuning_config_dtr()
289ESP_EARLY_LOGD(TAG, "sample point %d, max pll is %d mhz, min pll is %d\n", current_point, temp_max… in select_best_tuning_config_dtr()
295ESP_EARLY_LOGD(TAG, "freq scan success, max pll is %dmhz, best point is index %d", max_freq, best_… in select_best_tuning_config_dtr()
321 ESP_EARLY_LOGD(TAG,"tuning success, best point is index %d", best_point); in select_best_tuning_config_str()
Dadc_share_hw_ctrl.c85 ESP_EARLY_LOGD(TAG, "Calibration eFuse is not configured, use self-calibration for ICode"); in adc_calc_hw_calibration_code()
96 ESP_EARLY_LOGD(TAG, "ICode self-calibration isn't supported"); in adc_calc_hw_calibration_code()
/hal_espressif-latest/components/spi_flash/
Dspi_flash_hpm_enable.c106 ESP_EARLY_LOGD(HPM_TAG, "HPM with command, status is %d", chip_cap); in spi_flash_hpm_chip_hpm_requirement_check_with_cmd()
184 ESP_EARLY_LOGD(HPM_TAG, "HPM with dummy, status is %d", chip_cap); in spi_flash_hpm_chip_hpm_requirement_check_with_dummy()
264 ESP_EARLY_LOGD(HPM_TAG, "HPM with dummy, status is %d", chip_cap); in spi_flash_hpm_chip_hpm_requirement_check_with_write_hpf_bit_5()
361 ESP_EARLY_LOGD(HPM_TAG, "Checking whether HPM has been executed"); in spi_flash_enable_high_performance_mode()
/hal_espressif-latest/zephyr/port/include/boot/mcuboot_config/
Dmcuboot_logging.h55 ESP_EARLY_LOGD("boot", _fmt, ##__VA_ARGS__); \
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dclk.c73 ESP_EARLY_LOGD(TAG, "waiting for 32k oscillator to start up"); in select_rtc_slow_clk()
105 ESP_EARLY_LOGD(TAG, "RTC_SLOW_CLK calibration value: %d", cal_val); in select_rtc_slow_clk()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dclk.c161 ESP_EARLY_LOGD(TAG, "waiting for external clock by pin0 to start up"); in select_rtc_slow_clk()
190 ESP_EARLY_LOGD(TAG, "RTC_SLOW_CLK calibration value: %d", cal_val); in select_rtc_slow_clk()

12