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