Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/esptool/targets/
Desp32h2beta1.py10 from ..util import FatalError, NotImplementedInROMError
123 raise NotImplementedInROMError(
Desp32c6.py9 from ..util import FatalError, NotImplementedInROMError
133 raise NotImplementedInROMError(
Desp32p4.py11 from ..util import FatalError, NotImplementedInROMError
139 raise NotImplementedInROMError(
Desp32c3.py11 from ..util import FatalError, NotImplementedInROMError
176 raise NotImplementedInROMError(
Desp32s2.py13 from ..util import FatalError, NotImplementedInROMError
215 raise NotImplementedInROMError(
Desp32s3.py13 from ..util import FatalError, NotImplementedInROMError
287 raise NotImplementedInROMError(
/hal_espressif-latest/tools/esptool_py/esptool/
Dutil.py172 class NotImplementedInROMError(FatalError): class
Dloader.py28 from .util import FatalError, NotImplementedInROMError, UnsupportedCommandError
129 raise NotImplementedInROMError(obj, func)
1212 raise NotImplementedInROMError(self, self.read_flash_slow)
1569 except NotImplementedInROMError:
D__init__.py80 NotImplementedInROMError,
858 except NotImplementedInROMError:
Dcmds.py35 NotImplementedInROMError,
727 except NotImplementedInROMError: