Skip to content

Commit

Permalink
Add "CMSIS-DAP" to product name for compatibility (#981)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
penjun71 authored Jan 29, 2023
1 parent d2db0d5 commit c462d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/daplink/cmsis-dap/dap_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "target_board.h"

#if !defined(CMSIS_DAP_PRODUCT_NAME)
#define CMSIS_DAP_PRODUCT_NAME "DAPLink"
#define CMSIS_DAP_PRODUCT_NAME "DAPLink CMSIS-DAP"
#endif

//! Maximum output buffer length of all these functions.
Expand Down

0 comments on commit c462d80

Please sign in to comment.