Updated CMSIS-DAP version to v2

This commit is contained in:
Alex Taradov 2022-03-06 01:05:57 -08:00
parent ab83c0768e
commit 97b0c937ea
3 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -23,7 +23,7 @@
#define DAP_CONFIG_VENDOR_STR "Alex Taradov" #define DAP_CONFIG_VENDOR_STR "Alex Taradov"
#define DAP_CONFIG_PRODUCT_STR "Generic CMSIS-DAP Adapter" #define DAP_CONFIG_PRODUCT_STR "Generic CMSIS-DAP Adapter"
#define DAP_CONFIG_SER_NUM_STR usb_serial_number #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_RESET_TARGET_FN target_specific_reset_function
//#define DAP_CONFIG_VENDOR_FN vendor_command_handler_function //#define DAP_CONFIG_VENDOR_FN vendor_command_handler_function

View File

@ -224,7 +224,6 @@ static void uart_timer_task(void)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
void usb_cdc_line_coding_updated(usb_cdc_line_coding_t *line_coding) void usb_cdc_line_coding_updated(usb_cdc_line_coding_t *line_coding)
{ {
(void)line_coding;
uart_init(line_coding); uart_init(line_coding);
} }