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
0935ba65cfb708197018af82a553bf5174fa556c
BloomPatched/src/DebugToolDrivers/Microchip/XplainedNano/XplainedNano.cpp

14 lines
293 B
C++
Raw Normal View History

Debug tool driver for Xplained Nano
2021-11-28 22:12:51 +00:00
#include "XplainedNano.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
XplainedNano::XplainedNano()
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(
XplainedNano::USB_VENDOR_ID,
XplainedNano::USB_PRODUCT_ID,
XplainedNano::CMSIS_HID_INTERFACE_NUMBER,
true
)
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 driver for Xplained Nano
2021-11-28 22:12:51 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 21ms 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