Enabled memory inspection for boot segment of WCH RISC-V targets
This commit is contained in:
@@ -28,6 +28,7 @@ namespace Targets
|
||||
bool executable;
|
||||
TargetMemoryAccess debugModeAccess;
|
||||
TargetMemoryAccess programmingModeAccess;
|
||||
bool inspectionEnabled;
|
||||
std::optional<TargetMemorySize> pageSize;
|
||||
|
||||
TargetMemorySegmentDescriptor(
|
||||
@@ -40,6 +41,7 @@ namespace Targets
|
||||
bool executable,
|
||||
const TargetMemoryAccess& debugModeAccess,
|
||||
const TargetMemoryAccess& programmingModeAccess,
|
||||
bool inspectionEnabled,
|
||||
std::optional<TargetMemorySize> pageSize
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user