This website requires JavaScript.
Explore
Help
Sign In
doryan
/
BloomPatched
Watch
1
Star
0
Fork
0
You've already forked BloomPatched
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0118306e30dd034ea91ea6282c55765b88b41b07
BloomPatched
/
src
/
DebugToolDrivers
History
Nav
0118306e30
Refactored
UsbInterface::writeBulk
member function to use
std::span
instead of
std::vector
2024-11-16 19:58:07 +00:00
..
Microchip
Refactored page alignment code in EDBG and RISC-V debug translator driver
2024-11-16 19:55:34 +00:00
Protocols
Refactored page alignment code in EDBG and RISC-V debug translator driver
2024-11-16 19:55:34 +00:00
TargetInterfaces
Renamed
RiscVDebugInterface::clearAllBreakpoints()
in preparation for separating HW breakpoints from SW breakpoints.
2024-10-07 20:02:39 +01:00
USB
Refactored
UsbInterface::writeBulk
member function to use
std::span
instead of
std::vector
2024-11-16 19:58:07 +00:00
WCH
Tidying
2024-10-19 23:11:22 +01:00
CMakeLists.txt
Made the EDBG CMSIS-DAP command delay optional for all debug tools, and disabled it by default.
2024-10-27 00:26:06 +01:00
DebugTool.hpp
Added
postInit()
function to debug tool interface, for outputting any debug-tool-specific info after initialisation.
2024-07-23 21:44:15 +01:00
DebugTools.hpp
Began implementation of WCH-Link protocol, for the WCH-LinkE debug tool.
2023-11-18 22:58:48 +00:00