-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix typos in the files #6149
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
Fix typos in the files #6149
Conversation
--none-- |
/morph build |
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.
The most looks good, thanks for the fixes
What I would not touch are 3rd party code. They might get overwritten by the next updates.
@@ -1469,7 +1469,7 @@ void HAL_SAI_IRQHandler(SAI_HandleTypeDef *hsai) | |||
uint32_t cr1config = hsai->Instance->CR1; | |||
uint32_t tmperror; | |||
|
|||
/* SAI Fifo request interrupt occured ------------------------------------*/ | |||
/* SAI Fifo request interrupt occurred -----------------------------------*/ |
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.
for 3rd party files, we should not change them for easier integration.
@ARMmbed/team-st-mcd Please review
Build : SUCCESSBuild number : 1192 Triggering tests/morph test |
Test : SUCCESSBuild number : 995 |
Exporter Build : SUCCESSBuild number : 866 |
We reviewed the changed files , we should not change 3rd party code. Folders to apply to:
Please leave any changes outside of these folders |
I agree. We will ask the "STM32Cube team" to take into account these typos. Thanks @bmcdonnell-ionx |
Does that account for all of the external code that I modified? |
Please do not change files placed in targets/TARGET_STM/*/device/* folders and also other vendors specific files. See the list given by @0xc0170 above. Thanks! |
For reference, the changes I reverted are in these folders, in case you want to try to push any of them upstream.
|
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.
Great catches 👍
/morph build |
@studavekar This one worked. |
Build : SUCCESSBuild number : 1350 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 1004 |
Test : FAILUREBuild number : 1132 |
Can someone interpret those CI failure for me? Is there something else I need to change? |
I'll assume the latest and any subsequent CI failures are unrelated to my changes, unless someone tells me otherwise. |
/morph mbed2-build |
@bmcdonnell-ionx Buy a lotto ticket, you've hit the test bug 2/2 times! /morph test |
Since it seems that morph is now listening to me, going to relaunch the exporter build to get an all-green. |
/morph export-build |
Test : SUCCESSBuild number : 1155 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 1033 |
/morph mbed2-build |
@@ -555,7 +555,8 @@ fpu_init(); | |||
LPC_SC->CLKOUTCFG = CLKOUTCFG_Val; /* Clock Output Configuration */ | |||
#endif | |||
|
|||
LPC_SC->PBOOST |= 0x03; /* Power Boost control */ | |||
//TODO: verify correct operation w/ this setting. Refer to Table 18 in UM10562.pdf. |
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.
How this line got in? Was it bad rebase? I don't see this todo. And this PR was updated not to change targets/ code ?
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.
Good catch; my mistake - sorry! That's from unrelated work, which was not meant to be published.
I added a 4th commit, to undo the bad part from the 3rd commit. Should I squash the 4th into the 3rd?
/morph build |
Build : SUCCESSBuild number : 1398 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1051 |
Test : SUCCESSBuild number : 1186 |
/morph mbed2-build |
Hi
ST internal ticket to correct typos is opened. Thx |
Description
Fix a bunch of typos.
(I used
grep
/sed
to find and fix repeats.)Status
READY