Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/
Dbuilding-openocd-macos.rst34 ./bootstrap
Dbuilding-openocd-windows.rst51 ./bootstrap
Dbuilding-openocd-linux.rst56 ./bootstrap
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Dbuilding-openocd-windows.rst60 ./bootstrap
96 ./bootstrap
Dbuilding-openocd-macos.rst34 ./bootstrap
Dbuilding-openocd-linux.rst56 ./bootstrap
/hal_espressif-3.6.0/components/wpa_supplicant/test/
Dtest_dpp.c32 struct dl_list bootstrap; /* struct dpp_bootstrap_info */ member
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dstartup.rst32 复位向量调用的启动代码会根据 ``GPIO_STRAP_REG`` 寄存器的值来确定 {IDF_TARGET_NAME} 的启动模式,该寄存器保存着复位后 bootstrap 引脚的电平状态。根据不…
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.c39 struct dl_list bootstrap; /* struct dpp_bootstrap_info */ member
6010 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_next_id()
6025 dl_list_for_each_safe(bi, tmp, &dpp->bootstrap, in dpp_bootstrap_del()
6054 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_add_qr_code()
6073 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_add_nfc_uri()
6147 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_bootstrap_gen()
6171 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_get_id()
6242 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_find_pair()
6377 dl_list_init(&dpp->bootstrap); in dpp_global_init()
/hal_espressif-3.6.0/docs/en/api-guides/
Dstartup.rst32 …or determines the boot mode by checking ``GPIO_STRAP_REG`` register for bootstrap pin states. Depe…
/hal_espressif-3.6.0/components/esp_system/
DKconfig70 we bootstrap it with a 32kHz square wave for a fixed number of cycles.