Home
last modified time | relevance | path

Searched full:tar (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.5.0/tools/
Dtools.json30 …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 …]
Dzephyr_tools.json39 …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"
Didf_tools.py300 if filename.endswith(('.tar.gz', '.tgz')):
302 elif filename.endswith(('.tar.xz')):
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_utils.c186 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.5.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_event.c350 …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.5.0/tools/ci/
Ddeploy_docs.py116 '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.5.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/
Daligenie_demo.c563 …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.5.0/
D.gitlab-ci.yml83 tar -x -f $ARCH_NAME
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1120 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.5.0/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h255 extern BOOLEAN bta_gatts_uuid_compare(tBT_UUID tar, tBT_UUID src);
/hal_espressif-3.5.0/components/esptool_py/esptool/
D.gitlab-ci.yml450 - tar -ztvf dist/*
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h610 extern BOOLEAN gatt_uuid_compare(tBT_UUID src, tBT_UUID tar);
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/
Dlibtommath.h4 * http://libtom.org/files/ltm-0.41.tar.bz2
/hal_espressif-3.5.0/components/wpa_supplicant/src/tls/
Dlibtommath.h4 * http://libtom.org/files/ltm-0.41.tar.bz2