yambs.commands.uf2conv
index
/home/vkottler/src/vkottler/workspace/yambs/yambs/commands/uf2conv.py

Based on:
https://github.com/microsoft/uf2/blob/7cc2237d58881ee6891dce8a4dde1f89fd2a05ac/utils/uf2conv.py
 
An entry-point for the 'uf2conv' command.

 
Modules
       
argparse
sys
yambs.uf2

 
Functions
       
add_uf2conv_cmd(parser: argparse.ArgumentParser) -> Callable[[argparse.Namespace], int]
Add uf2conv-command arguments to its parser.
error(msg) -> None
Print an error message and exit the program.
sleep(...)
sleep(seconds)
 
Delay execution for a given number of seconds.  The argument may be
a floating point number for subsecond precision.
uf2conv_cmd(args: argparse.Namespace) -> int
Execute the uf2conv command.