aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mcusupport/mcuhelpers.h
blob: 0c6baf83af079a0feaf17e5d4f25e63db2e50d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

#include "mcutarget.h"

#include <QRegularExpression>

namespace McuSupport::Internal {

struct McuTargetDescription;

McuTarget::OS deduceOperatingSystem(const McuTargetDescription &);
QString removeRtosSuffix(const QString &environmentVariable);

} // namespace McuSupport::Internal