Searched refs:COMPONENTS_PATH (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/examples/storage/parttool/ |
D | parttool_example.py | 42 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/ |
D | otatool_example.py | 48 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/ |
D | parttool.py | 32 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/ |
D | otatool.py | 21 COMPONENTS_PATH = os.path.expandvars(os.path.join('$IDF_PATH', 'components')) variable 22 PARTTOOL_DIR = os.path.join(COMPONENTS_PATH, 'partition_table')
|