- Renamed build script for brief target descriptor generation
- Created new TargetService class - Moved brief target descriptor mapping to new TargetService class - Replaced CMake custom commands with custom targets, for TDF validation and brief target descriptor generation build scripts - Moved BriefTargetDescriptor into separate header file
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
#include "Responses/Breakpoint.hpp"
|
||||
|
||||
#include "src/DebugToolDrivers/DebugTools.hpp"
|
||||
#include "src/Targets/BriefTargetDescriptor.hpp"
|
||||
#include "src/Targets/Target.hpp"
|
||||
#include "src/Targets/Targets.hpp"
|
||||
#include "src/Targets/TargetRegister.hpp"
|
||||
@@ -248,12 +249,10 @@ namespace TargetController
|
||||
/**
|
||||
* Constructs a Target instance from a BriefTargetDescriptor object.
|
||||
*
|
||||
* @param targetBrief
|
||||
* @param briefDescriptor
|
||||
* @return
|
||||
*/
|
||||
std::unique_ptr<Targets::Target> constructTargetFromBrief(
|
||||
const Targets::TargetDescription::GeneratedMapping::BriefTargetDescriptor& targetBrief
|
||||
);
|
||||
std::unique_ptr<Targets::Target> constructTarget(const Targets::BriefTargetDescriptor& briefDescriptor);
|
||||
|
||||
/**
|
||||
* Processes any pending commands in the queue.
|
||||
|
||||
Reference in New Issue
Block a user