Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp8266.py7 from ..util import FatalError, NotSupportedError
176 raise NotSupportedError(self, "Overriding VDDSDIO")
179 raise NotSupportedError(self, "Setting --spi-connection")
Desp32.py11 from ..util import FatalError, NotSupportedError
319 raise NotSupportedError(self, "Function chip_id")
/hal_espressif-latest/tools/esptool_py/esptool/
Dutil.py186 class NotSupportedError(FatalError): class
Dcmds.py36 NotSupportedError,
1139 except NotSupportedError: