Lines Matching full:formats
169 # Decide on output formats.
170 formats = []
177 formats.append('bin')
179 formats.append('bin')
187 formats.append('hex')
189 formats.append('hex')
205 signer.sign(self, build_dir, build_conf, formats)
215 def sign(self, command, build_dir, build_conf, formats): argument
221 :param formats: list of formats to generate ('bin', 'hex')
227 def sign(self, command, build_dir, build_conf, formats): argument
228 if not formats:
251 if 'bin' in formats:
258 if 'hex' in formats:
455 def sign(self, command, build_dir, build_conf, formats): argument