diff --git a/bin/free_dap_rp2040.uf2 b/bin/free_dap_rp2040.uf2 index 4bc7e84..bfa8f1f 100644 Binary files a/bin/free_dap_rp2040.uf2 and b/bin/free_dap_rp2040.uf2 differ 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); }