Restored memory access soft limit for Xplained Pro debug tool (this got lost in the refactor I did a few weeks/months back)
This commit is contained in:
@@ -9,5 +9,7 @@ namespace Bloom::DebugToolDrivers
|
|||||||
XplainedPro::CMSIS_HID_INTERFACE_NUMBER,
|
XplainedPro::CMSIS_HID_INTERFACE_NUMBER,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
{}
|
{
|
||||||
|
this->edbgAvr8Interface->setMaximumMemoryAccessSizePerRequest(256);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user