Nav
2c6fd25ae4
Tidying EDBG driver code:
...
- Binned a lot of pointless code
- Simplified many EDBG data structure implementations
- Const-correctness
- Many other bits of tidying
2022-10-01 20:46:56 +01:00
Nav
a5b0097036
Tidying low-level debug tool driver code:
...
- Use automatic objects for libusb/hidapi resources, where possible (to reduce manual resource management)
- Removed unused/redundant code
- Tidied HidInterface class
- Tidied debug tool initialisation code
- Other bits of tidying
2022-10-01 16:50:57 +01:00
Nav
c5c622b59d
EDBG target power management interface for Xplained Pro debug tool
2022-03-16 17:38:58 +00:00
Nav
15f22b612f
Moving ResponseId enum for the HOUSEKEEPING EDBG protocol out of the command frame class header.
2022-03-01 20:34:49 +00:00
Nav
8c3d49df79
Moving ResponseId enum for the DISCOVERY EDBG protocol out of the command frame class header.
2022-03-01 20:18:45 +00:00
Nav
53a3c815d7
Removed using namespace directive for class member function definitions in source files
2022-02-05 15:32:08 +00:00
Nav
20155ee8ff
Disabling use of the masked memory read command in the EDBG driver, by default
2022-01-22 16:15:16 +00:00
Nav
03bc17a225
Disabled masked read memory commands for the Xplained Pro debug tool (the tool was reporting a 'not supported' error)
2021-12-25 21:00:37 +00:00
Nav
5a9f549ad3
Tidying
2021-11-28 20:27:16 +00:00
Nav
bd12096222
Tidying
2021-11-22 23:18:46 +00:00
Nav
2f484eca76
Restricted memory access requests to 256 bytes per request, for the Xplained Pro debug tool
2021-11-22 23:08:27 +00:00
Nav
ade9550ea2
New Xplained Pro debug tool driver
2021-11-22 23:05:46 +00:00