File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
source/hic_hal/nxp/lpc11u35 Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ module:
62
62
- records/rtos/rtos-cm0.yaml
63
63
- records/hic_hal/lpc11u35.yaml
64
64
- records/usb/usb-hid.yaml
65
+ hic_lpc11u35_bulk : &module_hic_lpc11u35_bulk
66
+ - records/rtos/rtos-cm0.yaml
67
+ - records/hic_hal/lpc11u35.yaml
68
+ - records/usb/usb-bulk.yaml
65
69
hic_lpc4322 : &module_hic_lpc4322
66
70
- records/rtos/rtos-cm3.yaml
67
71
- records/hic_hal/lpc4322.yaml
@@ -134,9 +138,8 @@ projects:
134
138
- records/family/all_family.yaml
135
139
lpc11u35_if :
136
140
- *module_if
137
- - *module_hic_lpc11u35
141
+ - *module_hic_lpc11u35_bulk
138
142
- records/family/all_family.yaml
139
- - records/usb/usb-bulk.yaml
140
143
lpc4322_bl :
141
144
- *module_bl
142
145
- records/hic_hal/lpc4322.yaml
Original file line number Diff line number Diff line change @@ -94,11 +94,7 @@ This information includes:
94
94
/// This configuration settings is used to optimize the communication performance with the
95
95
/// debugger and depends on the USB peripheral. Typical vales are 64 for Full-speed USB HID or WinUSB,
96
96
/// 1024 for High-speed USB HID and 512 for High-speed USB WinUSB.
97
- #ifndef HID_ENDPOINT //HID end points currently set limits to 64
98
- #define DAP_PACKET_SIZE 512 ///< Specifies Packet Size in bytes.
99
- #else
100
97
#define DAP_PACKET_SIZE 64 ///< Specifies Packet Size in bytes.
101
- #endif
102
98
103
99
/// Maximum Package Buffers for Command and Response data.
104
100
/// This configuration settings is used to optimize the communication performance with the
You can’t perform that action at this time.
0 commit comments