Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPC11U35 support for USBDevice and mbed-rtos #146

Merged
merged 1 commit into from
Jan 23, 2014
Merged

LPC11U35 support for USBDevice and mbed-rtos #146

merged 1 commit into from
Jan 23, 2014

Conversation

neilt6
Copy link
Contributor

@neilt6 neilt6 commented Jan 23, 2014

I've added support for the EA LPC11U35 QuickStart Board to USBDevice and mbed-rtos. I also fixed several string-related bugs in USBDevice. This pull request is identical to the following two pull requests on the mbed site:

...and is in response to my conversation with Erik Olieman.

Added support for the EA LPC11U35 QuickStart Board to USBDevice an
mbed-rtos. Also fixed several string-related bugs in USBDevice.
@@ -926,7 +926,7 @@ uint8_t * USBDevice::stringLangidDesc() {
static uint8_t stringLangidDescriptor[] = {
0x04, /*bLength*/
STRING_DESCRIPTOR, /*bDescriptorType 0x03*/
0x09,0x00, /*bString Lang ID - 0x009 - English*/
0x09,0x04, /*bString Lang ID - 0x0409 - English*/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows won't display the USB strings during driver installation if the language ID isn't 0x0409 - English (United States).

bogdanm added a commit that referenced this pull request Jan 23, 2014
LPC11U35 support for USBDevice and mbed-rtos
@bogdanm bogdanm merged commit b7a925e into ARMmbed:master Jan 23, 2014
yossi2le pushed a commit to yossi2le/mbed-os that referenced this pull request Jan 2, 2019
[IOTUC-746] Support for running size checker for bootloader in jenkings and size graph generation
pan- pushed a commit to pan-/mbed that referenced this pull request May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants