- Additional target config options.

- Some tidying
This commit is contained in:
Nav
2025-01-07 22:38:11 +00:00
parent 7605d5e3a0
commit e98a73e687
11 changed files with 70 additions and 19 deletions

View File

@@ -52,6 +52,11 @@ struct TargetConfig
*/
Targets::TargetPhysicalInterface physicalInterface;
/**
* Determines whether Bloom will resume target execution after activation.
*/
bool resumeOnStartup = false;
/**
* Determines whether Bloom will make use of the target's hardware breakpoint resources (if available).
*/