Massive refactor to accommodate RISC-V targets

- Refactored entire codebase (excluding the Insight component) to accommodate multiple target architectures (no longer specific to AVR)
- Deleted 'generate SVD' GDB monitor command - I will eventually move this functionality to the Bloom website
- Added unit size property to address spaces
- Many other changes which I couldn't be bothered to describe here
This commit is contained in:
Nav
2024-07-23 21:14:22 +01:00
parent 2986934485
commit 6cdbfbe950
331 changed files with 8815 additions and 8565 deletions

View File

@@ -12,7 +12,6 @@
#include "src/Targets/TargetDescriptor.hpp"
#include "src/Targets/TargetMemory.hpp"
#include "src/Targets/TargetVariant.hpp"
#include "Widgets/Label.hpp"
#include "Widgets/SvgToolButton.hpp"

View File

@@ -11,7 +11,6 @@
#include "PinWidget.hpp"
#include "BodyWidget.hpp"
#include "src/Targets/TargetVariant.hpp"
namespace Widgets::InsightTargetWidgets::Dip
{

View File

@@ -9,7 +9,6 @@
#include "src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/TargetPinWidget.hpp"
#include "PinBodyWidget.hpp"
#include "src/Targets/TargetVariant.hpp"
namespace Widgets::InsightTargetWidgets::Dip
{

View File

@@ -8,7 +8,6 @@
#include "src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/TargetPinWidget.hpp"
#include "PinBodyWidget.hpp"
#include "src/Targets/TargetVariant.hpp"
namespace Widgets::InsightTargetWidgets::Qfp
{

View File

@@ -8,7 +8,6 @@
#include "../TargetPackageWidget.hpp"
#include "PinWidget.hpp"
#include "BodyWidget.hpp"
#include "src/Targets/TargetVariant.hpp"
namespace Widgets::InsightTargetWidgets::Qfp
{

View File

@@ -7,7 +7,6 @@
#include <optional>
#include "TargetPinWidget.hpp"
#include "src/Targets/TargetVariant.hpp"
#include "src/Targets/TargetState.hpp"
namespace Widgets::InsightTargetWidgets

View File

@@ -4,7 +4,6 @@
#include <QEvent>
#include <QMouseEvent>
#include "src/Targets/TargetVariant.hpp"
#include "src/Targets/TargetPinDescriptor.hpp"
namespace Widgets::InsightTargetWidgets

View File

@@ -4,7 +4,6 @@
#include <utility>
#include <optional>
#include "src/Targets/TargetVariant.hpp"
#include "src/Targets/TargetPinDescriptor.hpp"
namespace Widgets::InsightTargetWidgets