Home
last modified time | relevance | path

Searched refs:COMPONENTS_PATH (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/examples/storage/parttool/
Dparttool_example.py42 COMPONENTS_PATH = os.path.expandvars(os.path.join('$IDF_PATH', 'components'))
43 PARTTOOL_DIR = os.path.join(COMPONENTS_PATH, 'partition_table')
/hal_espressif-3.6.0/examples/system/ota/otatool/
Dotatool_example.py48 COMPONENTS_PATH = os.path.expandvars(os.path.join('$IDF_PATH', 'components'))
49 OTATOOL_DIR = os.path.join(COMPONENTS_PATH, 'app_update')
/hal_espressif-3.6.0/components/partition_table/
Dparttool.py32 COMPONENTS_PATH = os.path.expandvars(os.path.join('$IDF_PATH', 'components')) variable
33 ESPTOOL_PY = os.path.join(COMPONENTS_PATH, 'esptool_py', 'esptool', 'esptool.py')
/hal_espressif-3.6.0/components/app_update/
Dotatool.py21 COMPONENTS_PATH = os.path.expandvars(os.path.join('$IDF_PATH', 'components')) variable
22 PARTTOOL_DIR = os.path.join(COMPONENTS_PATH, 'partition_table')