Skip to content

Commit c462d80

Browse files
authored
Add "CMSIS-DAP" to product name for compatibility (#981)
Some tools (including some versions of MDK) require "CMSIS-DAP" to be present in product name. This has been an issue since DAPLink added support for bulk interface (DAPv2) in v0254.
1 parent d2db0d5 commit c462d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/daplink/cmsis-dap/dap_strings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "target_board.h"
2525

2626
#if !defined(CMSIS_DAP_PRODUCT_NAME)
27-
#define CMSIS_DAP_PRODUCT_NAME "DAPLink"
27+
#define CMSIS_DAP_PRODUCT_NAME "DAPLink CMSIS-DAP"
2828
#endif
2929

3030
//! Maximum output buffer length of all these functions.

0 commit comments

Comments
 (0)