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:
@@ -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"
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
#include "PinWidget.hpp"
|
||||
#include "BodyWidget.hpp"
|
||||
#include "src/Targets/TargetVariant.hpp"
|
||||
|
||||
namespace Widgets::InsightTargetWidgets::Dip
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#include "../TargetPackageWidget.hpp"
|
||||
#include "PinWidget.hpp"
|
||||
#include "BodyWidget.hpp"
|
||||
#include "src/Targets/TargetVariant.hpp"
|
||||
|
||||
namespace Widgets::InsightTargetWidgets::Qfp
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include <optional>
|
||||
|
||||
#include "TargetPinWidget.hpp"
|
||||
#include "src/Targets/TargetVariant.hpp"
|
||||
#include "src/Targets/TargetState.hpp"
|
||||
|
||||
namespace Widgets::InsightTargetWidgets
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include <QEvent>
|
||||
#include <QMouseEvent>
|
||||
|
||||
#include "src/Targets/TargetVariant.hpp"
|
||||
#include "src/Targets/TargetPinDescriptor.hpp"
|
||||
|
||||
namespace Widgets::InsightTargetWidgets
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#include <utility>
|
||||
#include <optional>
|
||||
|
||||
#include "src/Targets/TargetVariant.hpp"
|
||||
#include "src/Targets/TargetPinDescriptor.hpp"
|
||||
|
||||
namespace Widgets::InsightTargetWidgets
|
||||
|
||||
Reference in New Issue
Block a user