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
129e54dd2d1e8e845fb452c9a7e9669278fb48ca
BloomPatched/src/TargetController/Exceptions/DeviceNotFound.hpp

15 lines
252 B
C++
Raw Normal View History

Check if Microchip hybrid devices (Snap and PICkit 4) are not in AVR mode and report back to the user.
2023-05-07 16:44:15 +01:00
#pragma once
#include "src/Exceptions/Exception.hpp"
Removed redundant 'Bloom' namespace from entire codebase
2023-08-13 15:47:51 +01:00
namespace Exceptions
Check if Microchip hybrid devices (Snap and PICkit 4) are not in AVR mode and report back to the user.
2023-05-07 16:44:15 +01:00
{
class DeviceNotFound: public Exception
{
public:
Massive refactor to accommodate RISC-V targets - Refactored entire codebase (excluding the Insight component) to accommodate multiple target architectures (no longer specific to AVR) - Deleted 'generate SVD' GDB monitor command - I will eventually move this functionality to the Bloom website - Added unit size property to address spaces - Many other changes which I couldn't be bothered to describe here
2024-07-23 21:14:22 +01:00
explicit DeviceNotFound(const std::string& message)
: Exception(message)
{}
Check if Microchip hybrid devices (Snap and PICkit 4) are not in AVR mode and report back to the user.
2023-05-07 16:44:15 +01:00
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 29ms Template: 2ms
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