parser_write_flash.add_argument('--verify',help='Verify just-written data (only necessary if very cautious, data is already CRCed',action='store_true')
subparsers.add_parser(
'run',
help='Run application code in flash')
parser_image_info=subparsers.add_parser(
'image_info',
help='Dump headers from an application image')
parser_image_info.add_argument('filename',help='Image file to parse')
'image_info',
help='Dump headers from an application image')
parser_image_info.add_argument('filename',help='Image file to parse')
parser_make_image=subparsers.add_parser(
'make_image',
help='Create an application image from binary files')