-
Notifications
You must be signed in to change notification settings - Fork 4
34. Advanced and dev notes
ztakis edited this page Jul 5, 2026
·
1 revision
This page is for advanced notes that do not belong in beginner guides.
OpenOCD Tcl target configs are the hardware-facing layer.
Higher-level scripts should orchestrate:
- menus;
- file validation;
- backup paths;
- patching;
- command construction.
They should not reimplement reset/halt/flash driver behavior.
The C45 clone flow depends on OpenOCD Tcl helpers such as guided connect and guided flash connect.
Preserve those semantics when refactoring.
TBD