Home
last modified time | relevance | path

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

/scripts/west_commands/
A Dblobs.py110 for blob in blobs:
111 self.inf(fmt.format(**blob))
129 def verify_blob(self, blob) -> bool: argument
132 status = zephyr_module.get_blob_status(blob['abspath'], blob['sha256'])
155 for blob in blobs:
156 if blob['status'] == zephyr_module.BLOB_PRESENT:
161 if blob['click-through'] and not args.auto_accept:
187 self.fetch_blob(blob['url'], blob['abspath'])
188 if not self.verify_blob(blob):
197 for blob in blobs:
[all …]
/scripts/
A Dzephyr_module.py345 for blob in mblobs:
346 blob['module'] = meta.get('name', None)
347 blob['abspath'] = blobs_path / Path(blob['path'])
348 blob['license-abspath'] = Path(module) / Path(blob['license-path'])
349 blob['status'] = get_blob_status(blob['abspath'], blob['sha256'])
350 blobs.append(blob)
/scripts/coccinelle/
A Dboolean.cocci2 // https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_14_04.c
A Dsame_identifier.cocci2 // https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_05_07.c
A Dreserved_names.cocci2 // https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_21_02.c
/scripts/net/
A DREADME.txt12 https://github.com/zephyrproject-rtos/net-tools/blob/master/README.docker.
/scripts/west_commands/completion/
A Dwest-completion.zsh358 _values "west blob cmds" $blob_cmds

Completed in 8 milliseconds