Skip to content

cpu/stm32/periph_gpio_ll: Fix misleading comments #19454

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

Merged
merged 1 commit into from
Apr 9, 2023

Conversation

maribu
Copy link
Member

@maribu maribu commented Apr 5, 2023

Contribution description

The comments still claim STM32F1 support is missing, but this was recently added.

Also, drop an empty line to fix too many consecutive empty lines nitpick of the CI.

Testing procedure

This since only changes comments, this won't effect the binaries. Technically, those comments would be Doxygen compatible comments. But as only Doxygen comments in headers are parsed, these are in practice regular plain comments.

Issues/PRs references

#19407 added basic GPIO LL support for STM32F1, #19412 added the IRQ support on top of that.

@github-actions github-actions bot added Area: cpu Area: CPU/MCU ports Platform: ARM Platform: This PR/issue effects ARM-based platforms labels Apr 5, 2023
@maribu maribu added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: doc Area: Documentation Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Apr 5, 2023
@riot-ci
Copy link

riot-ci commented Apr 5, 2023

Murdock results

✔️ PASSED

dd86da6 cpu/stm32/periph_gpio_ll: Fix misleading comments

Success Failures Total Runtime
1 0 1 58s

Artifacts

The comments still claim STM32F1 support is missing, but this was
recently added.

Also, drop an empty line to fix `too many consecutive empty lines`
nitpick of the CI.
@maribu maribu force-pushed the cpu/stm32/periph/gpio_ll_fix_doc branch from e1ddf54 to dd86da6 Compare April 6, 2023 06:32
@github-actions github-actions bot removed the Area: doc Area: Documentation label Apr 6, 2023
Copy link
Contributor

@gschorcht gschorcht left a comment

Choose a reason for hiding this comment

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

Makes sense.

@gschorcht gschorcht added the CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs label Apr 9, 2023
@gschorcht
Copy link
Contributor

bors merge

@bors
Copy link
Contributor

bors bot commented Apr 9, 2023

Build succeeded:

@bors bors bot merged commit 64201cd into RIOT-OS:master Apr 9, 2023
@maribu
Copy link
Member Author

maribu commented Apr 9, 2023

Thx :)

@maribu maribu deleted the cpu/stm32/periph/gpio_ll_fix_doc branch April 9, 2023 19:33
@benpicco benpicco added this to the Release 2023.07 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: cpu Area: CPU/MCU ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer Platform: ARM Platform: This PR/issue effects ARM-based platforms Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants