-
Notifications
You must be signed in to change notification settings - Fork 2.1k
EFM32: add cpu family EFR32ZG23 and board xG23-PK6068A #18780
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
Conversation
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
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
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
a824de9
to
a48b4c7
Compare
a48b4c7
to
d56422d
Compare
gschorcht
reviewed
Oct 26, 2022
d56422d
to
77ee1c5
Compare
gschorcht
approved these changes
Oct 26, 2022
Thank you a lot for your review! |
This was referenced Oct 27, 2022
This was referenced Nov 18, 2022
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: build system
Area: Build system
Area: cpu
Area: CPU/MCU ports
Area: doc
Area: Documentation
Area: examples
Area: Example Applications
Area: Kconfig
Area: Kconfig integration
Area: tools
Area: Supplementary tools
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
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_gpio
periph_gpio_ll
periph_uart
periph_timer
periph_spi
periph_i2c
periph_hwrng
periph_wdt
periph_flashpage
xg23a-pk6068a
I'll come up with a follow-up PR that implements
periph_adc
periph_dac
periph_pwm
Testing procedure
Murdock and static tests are checking if everything can be built.
examples/default
periph_uart
periph_gpio
periph_i2c
(which is used bysi7021
)tests/ztimer_msg
periph_timer
(which is used byztimer
)tests/periph_wdt
periph_wdt
tests/periph_hwrng
periph_hwrng
tests/periph_gpio_ll
+ bridging PC1-PC2 and PC3-PC0periph_gpio_ll
tests/periph_flashpage
periph_flashpage
Issues/PRs references
Follow up of #18760
Based on: