-
Notifications
You must be signed in to change notification settings - Fork 3k
Driver: USB: STM32L1: Managing internal pullups for usb enumeration #14990
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
Conversation
This commit adds internal pullup on DP line for usb enumeration in nucleo_l152re platform. This platform as such does not have usb connector (device). This has been tested with example in https://github.com/ARMmbed/ mbed-os/blob/master/drivers/usb/include/usb/USBMouse.h#L58-L76 and mbed_app.json file "target_overrides": { "*": { "platform.stdio-baud-rate": 115200, "platform.all-stats-enabled": true, "mbed-trace.enable": "0" }, "NUCLEO_L152RE": { "target.device_has_add": ["USBDEVICE"] } } } Signed-off-by: Krishna Mohan Dani <[email protected]>
|
@ikmdani, thank you for your changes. |
|
@jeromecoutant @fpistm for your review. |
|
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please start CI to get the PR merged. |
|
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
|
This PR does not contain release version label after merging. |
|
@0xc0170 6.14.0 label is missing I think ? |
This commit adds internal pullup on DP line for usb enumeration
in nucleo_l152re platform. This platform as such does not have
usb connector (device).
This has been tested with example in https://github.com/ARMmbed/
mbed-os/blob/master/drivers/usb/include/usb/USBMouse.h#L58-L76
and mbed_app.json file
"target_overrides": {
"*": {
"platform.stdio-baud-rate": 115200,
"platform.all-stats-enabled": true,
"mbed-trace.enable": "0"
},
"NUCLEO_L152RE": {
"target.device_has_add": ["USBDEVICE"]
}
}
}
Signed-off-by: Krishna Mohan Dani [email protected]
Summary of changes
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers