-
Notifications
You must be signed in to change notification settings - Fork 2k
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
EFM32: add cpu family EFR32ZG23 and board xG23-PK6068A #18780
Merged
Merged
Conversation
This file contains 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
jue89
added
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
State: WIP
State: The PR is still work-in-progress and its code is not in its final presentable form yet
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Area: boards
Area: Board ports
Area: cpu
Area: CPU/MCU ports
labels
Oct 20, 2022
jue89
requested review from
leandrolanzieri,
jia200x,
MrKevinWeiss and
basilfx
as code owners
October 20, 2022 13:40
github-actions
bot
added
Area: build system
Area: Build system
Area: doc
Area: Documentation
Area: Kconfig
Area: Kconfig integration
Area: tools
Area: Supplementary tools
labels
Oct 20, 2022
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 |
jue89
force-pushed
the
feature/efm32-series2
branch
from
October 21, 2022 15:11
2a56001
to
8509f35
Compare
jue89
force-pushed
the
feature/efm32-series2
branch
from
October 24, 2022 19:10
8509f35
to
a824de9
Compare
jue89
force-pushed
the
feature/efm32-series2
branch
from
October 24, 2022 21:16
a824de9
to
a48b4c7
Compare
jue89
removed
State: WIP
State: The PR is still work-in-progress and its code is not in its final presentable form yet
Area: build system
Area: Build system
Area: examples
Area: Example Applications
labels
Oct 24, 2022
benpicco
added
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
and removed
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
labels
Oct 25, 2022
jue89
force-pushed
the
feature/efm32-series2
branch
from
October 26, 2022 08:38
a48b4c7
to
d56422d
Compare
github-actions
bot
added
Area: build system
Area: Build system
Area: examples
Area: Example Applications
labels
Oct 26, 2022
gschorcht
reviewed
Oct 26, 2022
jue89
force-pushed
the
feature/efm32-series2
branch
from
October 26, 2022 09:27
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: