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

boards/seeedstudio-gd32: fix HXTAL clock in Kconfig #19129

Conversation

gschorcht
Copy link
Contributor

Contribution description

This PR fixes the wrong default value of CLOCK_HXTAL in Kconfig introduced with PR #19109. It was accidentally set to the default value of 80 MHz instead of 8 MHz.

Testing procedure

python3 dist/tools/compile_test/compile_like_murdock.py -a tests/shell -b seeedstudio-gd32 -j8

Without the PR the command gives:

tests/shell                    seeedstudio-gd32               FAIL: Kconfig hash mismatch

WIth the PR the compile test should pass:

tests/shell                    seeedstudio-gd32               PASS

Issues/PRs references

@github-actions github-actions bot added Area: boards Area: Board ports Area: Kconfig Area: Kconfig integration labels Jan 11, 2023
@gschorcht gschorcht added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Jan 11, 2023
Copy link
Contributor

@aabadie aabadie left a comment

Choose a reason for hiding this comment

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

ACK

The default Kconfig value is the same as the one set by default without Kconfig.

@miri64
Copy link
Member

miri64 commented Jan 11, 2023

bors merge

(backport got already bors merge'd by @kaspar030)

@bors
Copy link
Contributor

bors bot commented Jan 11, 2023

🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set.

@riot-ci
Copy link

riot-ci commented Jan 11, 2023

Murdock results

✔️ PASSED

f6c588f boards/seeedstudio-gd32: fix HXTAL clock in Kconfig

Success Failures Total Runtime
352 0 352 03m:48s

Artifacts

@miri64
Copy link
Member

miri64 commented Jan 11, 2023

bors merge

@bors
Copy link
Contributor

bors bot commented Jan 11, 2023

Build succeeded:

@bors bors bot merged commit 75c909b into RIOT-OS:master Jan 11, 2023
@gschorcht
Copy link
Contributor Author

Thanks for reviewing and merging.

bors bot added a commit that referenced this pull request Jan 12, 2023
19131: boards/seeedstudio-gd32: fix HXTAL clock in Kconfig [backport 2023.01] r=aabadie a=gschorcht

# Backport of #19129

### Contribution description

This PR fixes the wrong default value of `CLOCK_HXTAL` in Kconfig introduced with PR #19109. It was accidentally set to the default value of 80 MHz instead of 8 MHz.

### Testing procedure

```
python3 dist/tools/compile_test/compile_like_murdock.py -a tests/shell -b seeedstudio-gd32 -j8
```
Without the PR the command gives:
```
tests/shell                    seeedstudio-gd32               FAIL: Kconfig hash mismatch
```
WIth the PR the compile test should pass:
```
tests/shell                    seeedstudio-gd32               PASS
```

### Issues/PRs references


Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
@gschorcht gschorcht deleted the boards/seeedstudio-gd32/fix_hxtal_clock_in_kconfig branch January 31, 2023 19:43
@jia200x jia200x added this to the Release 2023.04 milestone Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: boards Area: Board ports Area: Kconfig Area: Kconfig integration CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR 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.

5 participants