-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
pyOCDChange is required in shipped pyOCD variantChange is required in shipped pyOCD variant
Description
Description
This are command line suggestions for pyOCD that need discussion.
New command "RUN" for CI/HIL usage with this main features:
pyocd run --cbuild-run <file> --timelimit <seconds> --eot --load --udi <id>This command should load the image specified in cbuild-run.yml, executed until timelimit is reached or eot (0x04) is printed on a telnet port.
Options:
--timelimit terminate when the timelimit is reached
--eot terminate when 0x04 is printed via a telnet channel
--load erase device and flash program the images specified in cbuild-run.yml
--udi allows to specify an id of a debug probeThe option --load is also useful for other commands such as gdb and would:
- reduce the time required for debugger start
- allow to hold a device under reset until a debugger connects
Is this request a Security Requirement?
- Yes
Priority
High
Related Issues (Optional)
No response
Additional Notes (Optional)
No response
Metadata
Metadata
Assignees
Labels
pyOCDChange is required in shipped pyOCD variantChange is required in shipped pyOCD variant