-
Notifications
You must be signed in to change notification settings - Fork 3k
fix STM USB config after L4 ,F4, F7 file tree changes #3738
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
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
|
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
1e530d4
to
e78b780
Compare
@jamike ready for CI ? |
yes, it is . (it was ready last week if the revert had not been merged) |
/morph test-nightly |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
@@ -0,0 +1,19 @@ | |||
/* Copyright (c) 2016 mbed.org, MIT License |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity, why are these new files MIT license compare to apache 2.0 that is being used or BSD as its in the current folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used the same licence as for USBDEVICE files config.
|
||
USBHAL * USBHAL::instance; | ||
|
||
USBHAL::USBHAL(void) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some lines are unaligned, plus these starting {
should be on the new line
48d2dca
to
9b414a9
Compare
Comment taken into account, and patch rebased at top of master. |
Are other changes expected ? |
I am reviewing this now, will update you soon. |
/morph test-nightly |
it is a leftover. |
Can you please remove it? |
bf57fea
to
44f5f8b
Compare
@0xc0170 are all your comments addressed? |
Please resolve the conflict, good to go then |
44f5f8b
to
1a20b4f
Compare
conflict solved. |
/morph test |
Result: ABORTEDYour command has finished executing! Here's what you wrote!
OutputTest failed! |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Results are ok, thanks for your patience. Ready when you are @0xc0170 |
Great. |
Description
fix STM USB config after L4 ,F4, F7 file tree changes
Status
READY