From 97b0c937ea2f77ba44731c979adc5b2ba8a50e0d Mon Sep 17 00:00:00 2001 From: Alex Taradov Date: Sun, 6 Mar 2022 01:05:57 -0800 Subject: [PATCH] Updated CMSIS-DAP version to v2 --- bin/free_dap_rp2040.uf2 | Bin 23040 -> 23040 bytes platform/rp2040/dap_config.h | 2 +- platform/rp2040/main.c | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/free_dap_rp2040.uf2 b/bin/free_dap_rp2040.uf2 index 4bc7e84a67db4f55690b841b7d395fb4b77c9ad3..bfa8f1ffd3ae7f470256c8dbf8b73458dde250b4 100644 GIT binary patch delta 18 ZcmZqJ!q~8daf49=vyq;`X48n%i~v7S21Eb= delta 18 ZcmZqJ!q~8daf49=v!R~xX48n%i~v7c21Wn? diff --git a/platform/rp2040/dap_config.h b/platform/rp2040/dap_config.h index 8ddd1ab..ebd551f 100644 --- a/platform/rp2040/dap_config.h +++ b/platform/rp2040/dap_config.h @@ -23,7 +23,7 @@ #define DAP_CONFIG_VENDOR_STR "Alex Taradov" #define DAP_CONFIG_PRODUCT_STR "Generic CMSIS-DAP Adapter" #define DAP_CONFIG_SER_NUM_STR usb_serial_number -#define DAP_CONFIG_CMSIS_DAP_VER_STR "1.3.0" +#define DAP_CONFIG_CMSIS_DAP_VER_STR "2.0.0" //#define DAP_CONFIG_RESET_TARGET_FN target_specific_reset_function //#define DAP_CONFIG_VENDOR_FN vendor_command_handler_function diff --git a/platform/rp2040/main.c b/platform/rp2040/main.c index b779e23..157c66c 100644 --- a/platform/rp2040/main.c +++ b/platform/rp2040/main.c @@ -224,7 +224,6 @@ static void uart_timer_task(void) //----------------------------------------------------------------------------- void usb_cdc_line_coding_updated(usb_cdc_line_coding_t *line_coding) { - (void)line_coding; uart_init(line_coding); }