Logo
Explore Help
Sign In
doryan/BloomPatched
1
0
Fork 0
You've already forked BloomPatched
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
7bdc03116e5ed6d7dd66963f512377e219bc1e3b
BloomPatched/src/DebugToolDrivers/Microchip/MplabPickit4/MplabPickit4.cpp

13 lines
275 B
C++
Raw Normal View History

Debug tool device driver for the MPLAB PICkit 4
2021-11-28 22:41:41 +00:00
#include "MplabPickit4.hpp"
Removed using namespace directive for class member function definitions in source files
2022-02-05 15:32:08 +00:00
namespace Bloom::DebugToolDrivers
{
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
MplabPickit4::MplabPickit4()
Moved most of the EDBG device code to an abstract base class, to reduce code duplication
2022-10-02 15:29:17 +01:00
: EdbgDevice(
MplabPickit4::USB_VENDOR_ID,
MplabPickit4::USB_PRODUCT_ID,
MplabPickit4::CMSIS_HID_INTERFACE_NUMBER
)
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
{}
Debug tool device driver for the MPLAB PICkit 4
2021-11-28 22:41:41 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 18ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API