EFM32: add cpu family EFR32ZG23 and board xG23-PK6068A#18780
Merged
jue89 merged 11 commits intoRIOT-OS:masterfrom Oct 26, 2022
Merged
EFM32: add cpu family EFR32ZG23 and board xG23-PK6068A#18780jue89 merged 11 commits intoRIOT-OS:masterfrom
jue89 merged 11 commits intoRIOT-OS:masterfrom
Conversation
9 tasks
Murdock results✔️ PASSED 77ee1c5 boards/xg23-pk6068a: initial commit
ArtifactsThis only reflects a subset of all builds from https://ci-prod.riot-os.org. Please refer to https://ci.riot-os.org for a complete build for now. |
gschorcht
reviewed
Oct 20, 2022
gschorcht
reviewed
Oct 20, 2022
Contributor
|
Code looks good, only the documentation is missing from my point of view. Feell free to squash when you provide the changes in |
2a56001 to
8509f35
Compare
8509f35 to
a824de9
Compare
Generated with the EFM2RIOT tool: https://github.com/basilfx/EFM2RIOT
a824de9 to
a48b4c7
Compare
a48b4c7 to
d56422d
Compare
gschorcht
reviewed
Oct 26, 2022
d56422d to
77ee1c5
Compare
gschorcht
approved these changes
Oct 26, 2022
Contributor
Author
|
Thank you a lot for your review! |
This was referenced Oct 27, 2022
This was referenced Nov 18, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR brings the Gecko series 2 to RIOT:
Current progress of this PR:
periph_gpioperiph_gpio_llperiph_uartperiph_timerperiph_spiperiph_i2cperiph_hwrngperiph_wdtperiph_flashpagexg23a-pk6068aI'll come up with a follow-up PR that implements
periph_adcperiph_dacperiph_pwmTesting procedure
Murdock and static tests are checking if everything can be built.
examples/defaultperiph_uartperiph_gpioperiph_i2c(which is used bysi7021)Details
tests/ztimer_msgperiph_timer(which is used byztimer)Details
tests/periph_wdtperiph_wdtDetails
tests/periph_hwrngperiph_hwrngDetails
tests/periph_gpio_ll+ bridging PC1-PC2 and PC3-PC0periph_gpio_llDetails
tests/periph_flashpageperiph_flashpageDetails
Issues/PRs references
Follow up of #18760
Based on: