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

Master #13615

Merged
merged 1 commit into from
Sep 28, 2024
Merged

Master #13615

merged 1 commit into from
Sep 28, 2024

Conversation

TOMASHEVSKIYIVAN
Copy link
Contributor

Summary

fixed usbconsole on weact STM32H743VI

Impact

new debug experience for users

Testing

@github-actions github-actions bot added Arch: arm Issues related to ARM (32-bit) architecture Area: Board support Board support issues Size: M The size of the change in this PR is medium labels Sep 25, 2024
Copy link
Contributor Author

@TOMASHEVSKIYIVAN TOMASHEVSKIYIVAN left a comment

Choose a reason for hiding this comment

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

usbconsole weact STM32H743VI fix

@nuttxpr
Copy link

nuttxpr commented Sep 25, 2024

[Experimental Bot, please feedback here]

Fill In The Commit Message: This PR contains a Commit with an Empty Commit Message. Please fill in the Commit Message with the PR Summary.

No, this PR does not fully meet the NuttX requirements. Here's why:

  • Insufficient Summary: The summary is too brief.
    • What was the problem with usbconsole?
    • How was it fixed? What code was changed?
  • Impact: While a "new debug experience" is mentioned, it's not clear how it impacts:
    • Users: Will they need to do anything differently?
    • Build: Are there any configuration changes needed?
    • Hardware: Are there specific USB requirements now?
    • Documentation: Is documentation updated to reflect the fix?
  • Missing Testing Details:
    • No build host information provided.
    • No "before" and "after" testing logs.

To improve this PR:

  1. Expand the Summary: Provide specific details about the bug and the fix.
  2. Complete the Impact Section: Address all the points mentioned above.
  3. Add Testing Details: Specify your build host environment and include the requested logs.

@acassis
Copy link
Contributor

acassis commented Sep 25, 2024

Hi @buzdalin thank you for your contribution. Please fix my comments.

You can read the documentation explaining how to fix and push the modifications to this PR:
https://nuttx.apache.org/docs/latest/contributing/making-changes.html#how-to-include-the-suggestions-on-your-pull-request

@github-actions github-actions bot removed the Arch: arm Issues related to ARM (32-bit) architecture label Sep 26, 2024
@acassis
Copy link
Contributor

acassis commented Sep 26, 2024

Hi @TOMASHEVSKIYIVAN, thanks for fixing the comments.

Please don't use Merge, use git rebase, as explained in the documentation. Also squash the PRs as explained in the link I sent to you early

@acassis
Copy link
Contributor

acassis commented Sep 26, 2024

The CI is failing because this small issue:

../nuttx/tools/checkpatch.sh -u -m -g 203944b7240d9c0a5deeb71a925688449024ced2..HEAD
Error: .../nuttx/boards/arm/stm32h7/weact-stm32h743/include/board.h:346:0: error: Wrong column position or missing blank line before comment
Error: Process completed with exit code 1.

@TOMASHEVSKIYIVAN
Copy link
Contributor Author

@acassis, please excuse me. I'm kinda newbie in git and github

@TOMASHEVSKIYIVAN
Copy link
Contributor Author

@acassis guess i created new pr...

@acassis
Copy link
Contributor

acassis commented Sep 27, 2024

@acassis guess i created new pr...

Seems better, but you forgot to fix:

Error: /home/runner/work/nuttx/nuttx/nuttx/boards/arm/stm32h7/weact-stm32h743/include/board.h:346:0: error: Wrong column position or missing blank line before comment

You can test it before push the commit, this way:

./tools/checkpatch.sh -g HEAD~...HEAD

@acassis
Copy link
Contributor

acassis commented Sep 27, 2024

@acassis, please excuse me. I'm kinda newbie in git and github

Don't worry! You are learning by doing!

@acassis
Copy link
Contributor

acassis commented Sep 27, 2024

@TOMASHEVSKIYIVAN now it is passing in the CI, but you forgot to squash the PR :-)

fix previous problemc

added defconfig for weact-stm32h743:nshusb

board.h
Wrong column position or missing blank line before comment: FIX

hopefully last commit
@xiaoxiang781216 xiaoxiang781216 merged commit b538223 into apache:master Sep 28, 2024
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Board support Board support issues Size: M The size of the change in this PR is medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants