libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
daplink_v2_profile_swd.hpp
1#pragma once
2
3#ifndef LIBXR_USB_DAPLINK_V2_BUILD_CONFIG_DEFINED
4#define LIBXR_USB_DAPLINK_V2_BUILD_CONFIG_DEFINED
5namespace LibXR::USB::DapLinkV2BuildConfig
6{
7static constexpr bool kEnableJtag = false;
8}
9#else
10static_assert(!LibXR::USB::DapLinkV2BuildConfig::kEnableJtag,
11 "Conflicting DAPLink v2 build profile");
12#endif
13
14#include "daplink_v2.hpp"