/hal_espressif-3.4.0/tools/ |
D | tools.json | 30 …releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-linux-amd64.tar.gz" 35 …releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-linux-arm64.tar.gz" 40 …releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-linux-armel.tar.gz" 45 …releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-linux-armhf.tar.gz" 50 …/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-linux-i686.tar.gz" 55 …ol-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-macos.tar.gz" 99 …leases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-linux-amd64.tar.gz" 104 …leases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-linux-arm64.tar.gz" 109 …leases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-linux-armel.tar.gz" 114 …leases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-linux-armhf.tar.gz" [all …]
|
D | zephyr_tools.json | 39 …32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-amd64-0.11.0-esp32-20220411.tar.gz" 44 …32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-arm64-0.11.0-esp32-20220411.tar.gz" 49 …32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-armel-0.11.0-esp32-20220411.tar.gz" 54 …32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-linux-armhf-0.11.0-esp32-20220411.tar.gz" 59 …cd-esp32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-macos-0.11.0-esp32-20220411.tar.gz" 64 …32/releases/download/v0.11.0-esp32-20220411/openocd-esp32-macos-arm64-0.11.0-esp32-20220411.tar.gz"
|
D | idf_tools.py | 300 if filename.endswith(('.tar.gz', '.tgz')): 302 elif filename.endswith(('.tar.xz')):
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_utils.c | 186 BOOLEAN bta_gatts_uuid_compare(tBT_UUID tar, tBT_UUID src) in bta_gatts_uuid_compare() argument 192 if (src.len == 0 || tar.len == 0) { in bta_gatts_uuid_compare() 197 if (src.len == 2 && tar.len == 2) { in bta_gatts_uuid_compare() 198 return src.uu.uuid16 == tar.uu.uuid16; in bta_gatts_uuid_compare() 210 if (tar.len == LEN_UUID_16) { in bta_gatts_uuid_compare() 212 bta_gatt_convert_uuid16_to_uuid128(tu, tar.uu.uuid16); in bta_gatts_uuid_compare() 215 pt = tar.uu.uuid128; in bta_gatts_uuid_compare()
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/ |
D | genie_event.c | 350 …ESP_LOGD(TAG, "tar lightness(%d) hue(%d) saturation(%d)", p_elem->state.lightness[VALUE_TYPE_TAR],… in genie_event_handle_color_action() 367 …ESP_LOGD(TAG, "onoff cur(%d) tar(%d)", p_elem->state.onoff[VALUE_TYPE_CUR], p_elem->state.onoff[VA… in genie_event_handle_action_done() 374 …ESP_LOGD(TAG, "actual cur(%d) tar(%d)", p_elem->state.actual[VALUE_TYPE_CUR], p_elem->state.actual… in genie_event_handle_action_done() 381 …ESP_LOGD(TAG, "temp cur(%d) tar(%d)", p_elem->state.temp[VALUE_TYPE_CUR], p_elem->state.temp[VALUE… in genie_event_handle_action_done() 388 …ESP_LOGD(TAG, "hue cur(%d) tar(%d)", p_elem->state.hue[VALUE_TYPE_CUR], p_elem->state.hue[VALUE_TY… in genie_event_handle_action_done() 393 …ESP_LOGD(TAG, "saturation cur(%d) tar(%d)", p_elem->state.saturation[VALUE_TYPE_CUR], p_elem->stat… in genie_event_handle_action_done() 398 …ESP_LOGD(TAG, "lightness cur(%d) tar(%d)", p_elem->state.lightness[VALUE_TYPE_CUR], p_elem->state.… in genie_event_handle_action_done()
|
/hal_espressif-3.4.0/tools/ci/ |
D | deploy_docs.py | 116 'tar -zxvf {}'.format(tarball_name), # untar the archive with the new docs 125 """ Make a tar.gz archive of the docs, in the directory structure used to deploy as 128 tarball_path = '{}/{}.tar.gz'.format(build_dir, version)
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/ |
D | aligenie_demo.c | 563 …ESP_LOGI(TAG, "hsl tar(%d, %d, %d)", p_state->hue[VALUE_TYPE_TAR], p_state->saturation[VALUE_TYPE_… in bind_onoff_with_hsl() 584 …// ESP_LOGI(TAG, "temperature cur(%d) tar(%d)", p_state->temp[VALUE_TYPE_CUR], p_state->temp[VALUE… in bind_onoff_with_ctl() 604 …ESP_LOGI(TAG, "lightness cur(%d) tar(%d)", p_state->actual[VALUE_TYPE_CUR], p_state->actual[VALUE_… in bind_onoff_with_lightness() 635 …ESP_LOGI(TAG, "onoff cur(%d) tar(%d)", p_state->onoff[VALUE_TYPE_CUR], p_state->onoff[VALUE_TYPE_T… in bind_lightness_with_onoff() 660 …ESP_LOGI(TAG, "actual cur(%d) tar(%d)", p_state->actual[VALUE_TYPE_CUR], p_state->actual[VALUE_TYP… in bind_lightness_with_onoff() 670 …ESP_LOGI(TAG, "onoff cur(%d) tar(%d)", p_state->onoff[VALUE_TYPE_CUR], p_state->onoff[VALUE_TYPE_T… in bind_ctl_with_onoff() 676 …ESP_LOGI(TAG, "temp cur(%d) tar(%d)", p_state->temp[VALUE_TYPE_CUR], p_state->temp[VALUE_TYPE_TAR]… in bind_ctl_with_onoff() 692 …ESP_LOGI(TAG, "temp cur(%04x) tar(%04x)", p_state->temp[VALUE_TYPE_CUR], p_state->temp[VALUE_TYPE_… in bind_ctl_with_onoff()
|
/hal_espressif-3.4.0/ |
D | .gitlab-ci.yml | 83 tar -x -f $ARCH_NAME
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1120 BOOLEAN gatt_uuid_compare (tBT_UUID src, tBT_UUID tar) in gatt_uuid_compare() argument 1126 if (src.len == 0 || tar.len == 0) { in gatt_uuid_compare() 1131 if (src.len == LEN_UUID_16 && tar.len == LEN_UUID_16) { in gatt_uuid_compare() 1132 return src.uu.uuid16 == tar.uu.uuid16; in gatt_uuid_compare() 1136 if (src.len == LEN_UUID_32 && tar.len == LEN_UUID_32) { in gatt_uuid_compare() 1137 return src.uu.uuid32 == tar.uu.uuid32; in gatt_uuid_compare() 1152 if (tar.len == LEN_UUID_16) { in gatt_uuid_compare() 1154 gatt_convert_uuid16_to_uuid128(tu, tar.uu.uuid16); in gatt_uuid_compare() 1156 } else if (tar.len == LEN_UUID_32) { in gatt_uuid_compare() 1158 gatt_convert_uuid32_to_uuid128(tu, tar.uu.uuid32); in gatt_uuid_compare() [all …]
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gatts_int.h | 255 extern BOOLEAN bta_gatts_uuid_compare(tBT_UUID tar, tBT_UUID src);
|
/hal_espressif-3.4.0/components/esptool_py/esptool/ |
D | .gitlab-ci.yml | 450 - tar -ztvf dist/*
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/include/ |
D | gatt_int.h | 610 extern BOOLEAN gatt_uuid_compare(tBT_UUID src, tBT_UUID tar);
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/ |
D | libtommath.h | 4 * http://libtom.org/files/ltm-0.41.tar.bz2
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 4 * http://libtom.org/files/ltm-0.41.tar.bz2
|