Searched refs:NotSupportedError (Results 1 – 4 of 4) sorted by relevance
7 from ..util import FatalError, NotSupportedError176 raise NotSupportedError(self, "Overriding VDDSDIO")179 raise NotSupportedError(self, "Setting --spi-connection")
11 from ..util import FatalError, NotSupportedError319 raise NotSupportedError(self, "Function chip_id")
186 class NotSupportedError(FatalError): class
36 NotSupportedError,1139 except NotSupportedError: