From e6cafdb3cf366670c10e4a8ff62bf9125fad66eb Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 20 Aug 2023 15:34:44 +0100 Subject: [PATCH] Adjusted TDF mapping to use paths relative to the resources directory --- build/scripts/Avr8TargetDescriptionFiles.php | 4 ++-- .../AVR/AVR8/TargetDescription/TargetDescriptionFile.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/scripts/Avr8TargetDescriptionFiles.php b/build/scripts/Avr8TargetDescriptionFiles.php index 0fe53b92..21210033 100644 --- a/build/scripts/Avr8TargetDescriptionFiles.php +++ b/build/scripts/Avr8TargetDescriptionFiles.php @@ -1,7 +1,7 @@ toString(); + Services::PathService::resourcesDirPath()) + "/" + descriptionFileObject.find("tdfPath")->toString(); Logger::debug("Loading AVR8 target description file: " + descriptionFilePath.toStdString());