Skip to content

Commit 10103f1

Browse files
authored
Remove HID interface from lpc11u35_if (#922, fixes #915)
2 parents 3dcc986 + 8aaa141 commit 10103f1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

projects.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ module:
6262
- records/rtos/rtos-cm0.yaml
6363
- records/hic_hal/lpc11u35.yaml
6464
- 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
6569
hic_lpc4322: &module_hic_lpc4322
6670
- records/rtos/rtos-cm3.yaml
6771
- records/hic_hal/lpc4322.yaml
@@ -134,9 +138,8 @@ projects:
134138
- records/family/all_family.yaml
135139
lpc11u35_if:
136140
- *module_if
137-
- *module_hic_lpc11u35
141+
- *module_hic_lpc11u35_bulk
138142
- records/family/all_family.yaml
139-
- records/usb/usb-bulk.yaml
140143
lpc4322_bl:
141144
- *module_bl
142145
- records/hic_hal/lpc4322.yaml

source/hic_hal/nxp/lpc11u35/DAP_config.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,7 @@ This information includes:
9494
/// This configuration settings is used to optimize the communication performance with the
9595
/// debugger and depends on the USB peripheral. Typical vales are 64 for Full-speed USB HID or WinUSB,
9696
/// 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
10097
#define DAP_PACKET_SIZE 64 ///< Specifies Packet Size in bytes.
101-
#endif
10298

10399
/// Maximum Package Buffers for Command and Response data.
104100
/// This configuration settings is used to optimize the communication performance with the

0 commit comments

Comments
 (0)