diff --git a/projects.yaml b/projects.yaml index 78fd532fd..9f9d71258 100644 --- a/projects.yaml +++ b/projects.yaml @@ -62,6 +62,10 @@ module: - records/rtos/rtos-cm0.yaml - records/hic_hal/lpc11u35.yaml - records/usb/usb-hid.yaml + hic_lpc11u35_bulk: &module_hic_lpc11u35_bulk + - records/rtos/rtos-cm0.yaml + - records/hic_hal/lpc11u35.yaml + - records/usb/usb-bulk.yaml hic_lpc4322: &module_hic_lpc4322 - records/rtos/rtos-cm3.yaml - records/hic_hal/lpc4322.yaml @@ -134,9 +138,8 @@ projects: - records/family/all_family.yaml lpc11u35_if: - *module_if - - *module_hic_lpc11u35 + - *module_hic_lpc11u35_bulk - records/family/all_family.yaml - - records/usb/usb-bulk.yaml lpc4322_bl: - *module_bl - records/hic_hal/lpc4322.yaml diff --git a/source/hic_hal/nxp/lpc11u35/DAP_config.h b/source/hic_hal/nxp/lpc11u35/DAP_config.h index 3b9d6ef49..d28472557 100644 --- a/source/hic_hal/nxp/lpc11u35/DAP_config.h +++ b/source/hic_hal/nxp/lpc11u35/DAP_config.h @@ -94,11 +94,7 @@ This information includes: /// This configuration settings is used to optimize the communication performance with the /// debugger and depends on the USB peripheral. Typical vales are 64 for Full-speed USB HID or WinUSB, /// 1024 for High-speed USB HID and 512 for High-speed USB WinUSB. -#ifndef HID_ENDPOINT //HID end points currently set limits to 64 -#define DAP_PACKET_SIZE 512 ///< Specifies Packet Size in bytes. -#else #define DAP_PACKET_SIZE 64 ///< Specifies Packet Size in bytes. -#endif /// Maximum Package Buffers for Command and Response data. /// This configuration settings is used to optimize the communication performance with the