v1.7.0 #91

Merged
muellerr merged 64 commits from develop into main 2021-09-02 09:29:49 +02:00
Showing only changes of commit 963e40120f - Show all commits

View File

@ -1010,6 +1010,7 @@ ReturnValue_t CoreController::checkAndSetBootCopyProtection(Chip targetChip, Cop
utility::handleSystemError(result, "CoreController::checkAndSetBootCopyProtection");
}
if(performOp) {
// TODO: Lock operation take a long time. Use command executor?
protOperationPerformed = true;
sif::info << "Executing command: " << oss.str() << std::endl;
result = std::system(oss.str().c_str());