Home
last modified time | relevance | path

Searched refs:D (Results 1 – 25 of 137) sorted by relevance

123456

/hal_espressif-3.6.0/tools/test_idf_monitor/tests/
Din2f2.txt1 D (318) vfs: esp_vfs_register_fd_range is successful for range <54; 64) and VFS ID 1
2 D (59342) vfs: esp_vfs_select starts with nfds = 55
3 D (59343) vfs: FDs in readfds =
4 D (59343) vfs: 54
5 D (59355) vfs: calling socket_select with the following FDs
6 D (59356) vfs: FDs in readfds =
7 D (59356) vfs: 54
8 D (59857) vfs: socket_select returned 0 and the FDs are the following
9 D (59858) vfs: FDs in readfds =
10 D (59858) vfs: esp_vfs_select returns 0
[all …]
Din2.txt25 I (584) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
26 I (590) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
30 D (309) light_driver: [light_init, 74]:status: 1, mode: 2
31 D (309) light_driver: [light_init, 76]:hue: 360, saturation: 0, value: 100
32 D (311) light_driver: [light_init, 78]:brightness: 30, color_temperature: 0
33 D (318) vfs: esp_vfs_register_fd_range is successful for range <54; 64) and VFS ID 1
49 D (724) mdf_event_loop: [mdf_event_loop_init, 121]:mdf_event_loop_init success
50 D (726) mdf_reboot_handle: [mdf_reboot_event_init, 308]:mdf_reboot_handle, ret: 0
68 mdf> I (1248) mdf_blufi_network_config: [mdf_blufi_init, 526]:bt ad…
73 D (3725) mdf_reboot_handle: [mdf_reboot_num_clear, 289]:erase reboot number
[all …]
Din1.txt46 D (201) heap_init: New heap initialised at 0x3ffae6e0
48 D (212) heap_init: New heap initialised at 0x3ffb32f0
50 I (224) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
51 I (230) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
52 D (237) heap_init: New heap initialised at 0x40088afc
55 D (260) clk: RTC_SLOW_CLK calibration value: 3181466
56 D (269) intr_alloc: Connected src 46 to int 2 (cpu 0)
57 D (270) intr_alloc: Connected src 57 to int 3 (cpu 0)
58 D (271) intr_alloc: Connected src 24 to int 9 (cpu 0)
60 D (0) intr_alloc: Connected src 25 to int 2 (cpu 1)
[all …]
Din1f1.txt45 D (201) heap_init: New heap initialised at 0x3ffae6e0
47 D (212) heap_init: New heap initialised at 0x3ffb32f0
49 I (224) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
50 I (230) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
51 D (237) heap_init: New heap initialised at 0x40088afc
54 D (260) clk: RTC_SLOW_CLK calibration value: 3181466
55 D (269) intr_alloc: Connected src 46 to int 2 (cpu 0)
56 D (270) intr_alloc: Connected src 57 to int 3 (cpu 0)
57 D (271) intr_alloc: Connected src 24 to int 9 (cpu 0)
59 D (0) intr_alloc: Connected src 25 to int 2 (cpu 1)
[all …]
Din1f2.txt1 D (311) hello_world: debug1
6 D (361) hello_world: debug2
/hal_espressif-3.6.0/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c180 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_sha1_software_process() local
216 D = ctx->state[3]; in mbedtls_sha1_software_process()
222 P( A, B, C, D, E, W[0] ); in mbedtls_sha1_software_process()
223 P( E, A, B, C, D, W[1] ); in mbedtls_sha1_software_process()
224 P( D, E, A, B, C, W[2] ); in mbedtls_sha1_software_process()
225 P( C, D, E, A, B, W[3] ); in mbedtls_sha1_software_process()
226 P( B, C, D, E, A, W[4] ); in mbedtls_sha1_software_process()
227 P( A, B, C, D, E, W[5] ); in mbedtls_sha1_software_process()
228 P( E, A, B, C, D, W[6] ); in mbedtls_sha1_software_process()
229 P( D, E, A, B, C, W[7] ); in mbedtls_sha1_software_process()
[all …]
Desp_sha512.c271 uint64_t A, B, C, D, E, F, G, H; in mbedtls_sha512_software_process() local
304 D = ctx->state[3]; in mbedtls_sha512_software_process()
312 P( A, B, C, D, E, F, G, H, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
313 P( H, A, B, C, D, E, F, G, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
314 P( G, H, A, B, C, D, E, F, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
315 P( F, G, H, A, B, C, D, E, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
316 P( E, F, G, H, A, B, C, D, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
317 P( D, E, F, G, H, A, B, C, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
318 P( C, D, E, F, G, H, A, B, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
319 P( B, C, D, E, F, G, H, A, W[i], K[i] ); i++; in mbedtls_sha512_software_process()
[all …]
/hal_espressif-3.6.0/examples/protocols/http_server/ws_echo_server/
DREADME.md106 D (4962) httpd: httpd_thread: web server started
107 D (4972) httpd: httpd_server: doing select maxfd+1 = 56
108 D (4982) httpd_uri: httpd_register_uri_handler: [0] installed /ws
109 D (17552) httpd: httpd_server: processing listen socket 54
110 D (17552) httpd: httpd_accept_conn: newfd = 57
111 D (17552) httpd_sess: httpd_sess_new: fd = 57
112 D (17562) httpd: httpd_accept_conn: complete
113 D (17562) httpd: httpd_server: doing select maxfd+1 = 58
114 D (17572) httpd: httpd_server: processing socket 57
115 D (17572) httpd_sess: httpd_sess_process: httpd_req_new
[all …]
/hal_espressif-3.6.0/tools/esp_app_trace/test/sysview/
Dheap_log_mcore.svdat7 �������ХL������2N=FreeRTOS Application,D=esp32,C=Xtensa,O=FreeRTOS� I#5=SysTick� I#6=WIF…
32 …������� ���free0����Ԥ���������B�R�����������������������D����1 ������
34 ���$5�����������B�"�R�����D�����q����������������q ������
39 ���!B�R�D����EBI (331) example: Task[0x3ffb82a0]: allocated 4 bytes @ 0x3ffb85ec
40 ����D���������������������5�������G����"�B�����R��D�����q����������…
43 ����!������颀����ŕ��������������D��������������������G��������B� ���alloc2�…
44 …������� ���free2���������������B�R����������������������D����1 ������
46 �����5����������B�"�R�����D�����q������������B�����R�1 ���…
47 ��D����5������q ������
50 �����D��������������������G����B�R�Q�����B� R�Q�߈��B� R�Q���…
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_psk/
DREADME.md52 D (4670) MQTT_CLIENT: MQTT client_id=ESP32_c6B4F8
53 D (4680) MQTT_CLIENT: Core selection disabled
55 D (4680) esp-tls: host:192.168.0.2: strlen 13
56 D (4700) esp-tls: ssl psk authentication
57 D (4700) esp-tls: handshake in progress...
58 D (4720) MQTT_CLIENT: Transport connected to mqtts://192.168.0.2:8883
60 D (4720) MQTT_CLIENT: mqtt_message_receive: first byte: 0x20
61 D (4730) MQTT_CLIENT: mqtt_message_receive: read "remaining length" byte: 0x2
62 D (4730) MQTT_CLIENT: mqtt_message_receive: total message length: 4 (already read: 2)
63 D (4740) MQTT_CLIENT: mqtt_message_receive: read_len=2
[all …]
/hal_espressif-3.6.0/components/app_update/
DCMakeLists.txt60 -D IDF_PATH="${idf_path}"
61 -D SERIAL_TOOL="${otatool_py}"
62 -D SERIAL_TOOL_ARGS="${esptool_args};${otatool_args};read_otadata"
63 -D WORKING_DIRECTORY="${build_dir}"
72 -D IDF_PATH="${idf_path}"
73 -D SERIAL_TOOL="${otatool_py}"
74 -D SERIAL_TOOL_ARGS="${esptool_args};${otatool_args};erase_otadata"
75 -D WORKING_DIRECTORY="${build_dir}"
/hal_espressif-3.6.0/docs/en/api-guides/
Dflash_psram_config.rst89 D D disable
92 1. Flash mode in group A works with PSRAM mode in group A/D
93 2. Flash mode in group B/C works with PSRAM mode in group B/C/D
106 D D disable
109 1. Flash mode in group A works with PSRAM mode in group A/D
110 2. Flash mode in group B/C works with PSRAM mode in group B/C/D
123 D D disable
126 1. Flash in A works with PSRAM in A/C/D
127 2. Flash in B works with PSRAM in B/C/D
128 3. Flash in C works with PSRAM in A/B/C/D
Ddfu.rst11 | 20 | D+ (green) |
13 | 19 | D- (white) |
32 …bles are wired up with non-standard colors and some drivers are able to work with swapped D+ and D-
33 … connections. Please try to swap the cables connecting to D+ and D- if your device is not detected.
/hal_espressif-3.6.0/examples/peripherals/usb/
DREADME.md8 …he USB-OTG dedicated GPIOs, you may have to DIY a cable and connect **D+** and **D-** to the pins …
14 [USBPHY_DM_NUM] ------> | || D-
15 [USBPHY_DP_NUM] ------> | || D+
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Desp-wifi-mesh.rst184 **上图(A 侧)** 展示了空闲节点 G 如何在 B/C/D/E/F 五个候选父节点中选择首选父节点:首先,B/C 节点优于 D/E/F 节点,因为这两个节点所处的层级更浅。其次,C 节点优于 B…
243 …二层网络。一旦连接,第二层节点成为中间父节点(假设最大允许层级大于 2 层),并进而形成下一层。如上图所示,节点 B 到节点 D 都在根节点的连接范围内。因此,节点 B 到节点 D 将与根节点形成…
247 …大允许层级,空闲节点成为中间父节点或叶子节点。此后重复该步骤,直到网络中的所有空闲节点均加入网络或达到网络最大允许层级。如上图所示,节点 E/F/G 分别与节点 B/C/D 连接,并成为中间父节点。
275 **3.** 一旦节点 C 与路由器连接,节点 C 将成为节点 A/B/D/E 的首选父节点(即最浅的节点),并与这些节点连接。节点 A/B/D/E 将形成网络的第二层。
277 **4.** 节点 F 和节点 G 分别连接节点 D 和节点 E,并完成网络构建过程。
299 **2.** 节点 C 和节点 D 将节点 A 选为自己的首选父节点,并与其形成连接。这两个节点将形成网络的第二层。
301 **3.** 类似地,节点 B 和节点 E 将与节点 C 连接,节点 F 将与节点 D 连接。这三个节点将形成网络的第三层。
335 **1.** 节点 A/C/D/F/G/H 同步上电,并通过广播其 MAC 地址和路由器 RSSI 开始选举根节点。节点 A 的 RSSI 最强,因此当选为根节点。
341 **4.** 节点 B 由于所处层级变化(现为第二层)而成为新的首选父节点,因此节点 D/G 将切换其上行连接从而选择新的首选父节点。由于切换的发生,最终的网络层级从原来的五层减少至三层。
378 **1.** 节点 C 是网络的根节点。节点 A/B/D/E 是连接到节点 C 的第二层节点。
[all …]
/hal_espressif-3.6.0/components/espcoredump/test/esp32s2/
Dcoredump.b64107 4Cr8P2UAAAAE9vs/BPb7P+Qr/D/89fs/FAAAAK2y+dxPd59C5Cv8PwAAAAAFAAAA
117 mGoCQEzz+z8AAAAAAAAAAAAW/D/QFfw/AAgAAAAAAACojgKAkCv8PwAAAAAAAAAA
121 4Bz8P9T/+z+g9fs/oPX7PwAe/D+Y9fs/GQAAAN+unk0KCuwxAB78PwAAAAAAAAAA
133 AAAAANAd/D+QewJAAAAAACMABgDwFfw/WABMPwEAAAAAAAAA8B38PwAAAAAAAAAA
135 8D38P8kAAACM9fs/jPX7P/Q+/D+E9fs/DwAAACVcbuqY9yko9D78PwAAAAAKAAAA
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/
DREADME.md20 you may have to DIY a cable and connect **D+** and **D-** to the pins listed below.
26 [GPIO19] ------> | || D-
27 [GPIO20] ------> | || D+
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Dconfigure-builtin-jtag.rst12 … debugged without any additional chip. Only an USB cable connected to the D+/D- pins is necessary.…
24 - D-
26 - D+
/hal_espressif-3.6.0/examples/storage/semihost_vfs/data/
Dhost_file.txt22 2D HYPHEN-MINUS AD SOFT HYPHEN
38 3D EQUALS SIGN BD VULGAR FRACTION ONE HALF
45 44 CAPITAL LETTER D C4 CAPITAL LETTER A WITH DIAERESIS
54 4D CAPITAL LETTER M CD CAPITAL LETTER I WITH ACUTE
70 5D RIGHT SQUARE BRACKET DD CAPITAL LETTER Y WITH ACUTE
77 64 SMALL LETTER D E4 SMALL LETTER A WITH DIAERESIS
86 6D SMALL LETTER M ED SMALL LETTER I WITH ACUTE
102 7D RIGHT CURLY BRACKET FD SMALL LETTER Y WITH ACUTE
/hal_espressif-3.6.0/tools/cmake/
Ddfu.cmake36 -D ESP_DFU_LIST="1"
42 -D ESP_DFU_BIN="${CMAKE_CURRENT_BINARY_DIR}/dfu.bin"
43 -D ESP_DFU_PID="${dfu_pid}"
/hal_espressif-3.6.0/components/esptool_py/
Dproject_include.cmake151 -D IDF_PATH="${idf_path}"
152 -D SERIAL_TOOL="${ESPTOOLPY}"
153 -D SERIAL_TOOL_ARGS="erase_flash"
161 -D IDF_PATH="${idf_path}"
162 -D SERIAL_TOOL="${ESPMONITOR}"
163 -D SERIAL_TOOL_ARGS="--target;${target};${monitor_rev_args};${elf_dir}/${elf}"
164 -D WORKING_DIRECTORY="${build_dir}"
350 -D IDF_PATH="${idf_path}"
351 -D SERIAL_TOOL="${ESPTOOLPY}"
352 -D SERIAL_TOOL_ARGS="${main_args};write_flash;@${target_name}_args"
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/
Dp_256_multprecision.c360 DWORD D; in multiprecision_fast_mod_P256() local
411 D = A; in multiprecision_fast_mod_P256()
413 D += a[10]; in multiprecision_fast_mod_P256()
414 UD += (D < a[10]); in multiprecision_fast_mod_P256()
415 UD -= (D < a[14]); in multiprecision_fast_mod_P256()
416 D -= a[14]; in multiprecision_fast_mod_P256()
570 U -= (c[7] < D); in multiprecision_fast_mod_P256()
572 c[7] -= D; in multiprecision_fast_mod_P256()
/hal_espressif-3.6.0/examples/peripherals/uart/uart_echo_rs485/
DREADME.md33 Connect USB to RS485 adapter to computer and connect its D+, D- output lines with the D+, D- lines …
/hal_espressif-3.6.0/components/esp_system/ld/esp32s3/
Dmemory.ld.in26 * 40370000 <- IRAM/Icache -> 40378000 <- D/IRAM (I) -> 403E0000
27 * 3FC88000 <- D/IRAM (D) -> 3FCF0000 <- DRAM/DCache -> 3FD00000
32 * D cache use the memory from high address, so when it's configured to 16K/32K, the region
/hal_espressif-3.6.0/components/log/include/
Desp_log.h315 #define ESP_EARLY_LOGD( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_DEBUG, D __VA_…
325 #define ESP_EARLY_LOGD( tag, format, ... ) ESP_LOG_EARLY_IMPL(tag, format, ESP_LOG_DEBUG, D, ##__…
471 #define ESP_DRAM_LOGD( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_DEBUG, D __VA_OP…
481 #define ESP_DRAM_LOGD( tag, format, ... ) ESP_DRAM_LOG_IMPL(tag, format, ESP_LOG_DEBUG, D, ##__VA…

123456