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

14 lines
286 B
C++
Raw Normal View History

Debug tool driver for Xplained Nano
2021-11-28 22:12:51 +00:00
#include "XplainedNano.hpp"
Removed redundant 'Bloom' namespace from entire codebase
2023-08-13 15:47:51 +01:00
namespace DebugToolDrivers
Removed using namespace directive for class member function definitions in source files
2022-02-05 15:32:08 +00:00
{
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: 31ms 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