Skip to content

Commit

Permalink
Remove HID interface from lpc11u35_if (#922, fixes #915)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard authored Jan 5, 2022
2 parents 3dcc986 + 8aaa141 commit 10103f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 5 additions & 2 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions source/hic_hal/nxp/lpc11u35/DAP_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10103f1

Please sign in to comment.