Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/
Didf_tools.py144 CURRENT_PLATFORM = PLATFORM_FROM_NAME.get(PYTHON_PLATFORM, UNKNOWN_PLATFORM) variable
507 self._platform = CURRENT_PLATFORM
565 assert self._platform == CURRENT_PLATFORM
618 assert self._platform == CURRENT_PLATFORM
1303 …l('tool {} does not have versions compatible with platform {}'.format(tool_name, CURRENT_PLATFORM))
1656 if CURRENT_PLATFORM == UNKNOWN_PLATFORM: