-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
soc: esp32c6: Add GP timers support #82931
Merged
kartben
merged 3 commits into
zephyrproject-rtos:main
from
raffarost:feature/esp32c6/counter
Dec 21, 2024
Merged
soc: esp32c6: Add GP timers support #82931
kartben
merged 3 commits into
zephyrproject-rtos:main
from
raffarost:feature/esp32c6/counter
Dec 21, 2024
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
raffarost
force-pushed
the
feature/esp32c6/counter
branch
2 times, most recently
from
December 18, 2024 12:09
5183431
to
c3bbc31
Compare
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
zephyrbot
added
area: Counter
platform: ESP32
Espressif ESP32
area: RISCV
RISCV Architecture (32-bit & 64-bit)
labels
Dec 18, 2024
zephyrbot
requested review from
carlocaione,
edersondisouza,
fkokosinski,
katsuster,
kgugala,
LucasTambor,
marekmatej,
mgielda,
nordic-krch,
npitre,
sylvioalves,
tgorochowik,
uLipe,
wmrsouza and
ycsin
December 18, 2024 17:08
sylvioalves
previously approved these changes
Dec 18, 2024
wmrsouza
previously approved these changes
Dec 18, 2024
kartben
previously approved these changes
Dec 19, 2024
@raffarost Rebased needed. |
raffarost
dismissed stale reviews from kartben, wmrsouza, and sylvioalves
via
December 20, 2024 11:53
b213cea
raffarost
force-pushed
the
feature/esp32c6/counter
branch
from
December 20, 2024 11:53
c3bbc31
to
b213cea
Compare
kartben
previously approved these changes
Dec 20, 2024
wmrsouza
previously approved these changes
Dec 20, 2024
@sylvioalves please refresh your +1 after the rebase |
sylvioalves
previously approved these changes
Dec 20, 2024
@sylvioalves this needs rebasing |
Add device tree configuration for GP timers peripheral. Signed-off-by: Raffael Rostagno <[email protected]>
Add test config files for ESP32C6 for GP and RTC timers. Signed-off-by: Raffael Rostagno <[email protected]>
Add timers (counter) support to documentation and board yaml. Signed-off-by: Raffael Rostagno <[email protected]>
raffarost
dismissed stale reviews from sylvioalves, wmrsouza, and kartben
via
December 21, 2024 00:23
7537758
raffarost
force-pushed
the
feature/esp32c6/counter
branch
from
December 21, 2024 00:23
b213cea
to
7537758
Compare
sylvioalves
approved these changes
Dec 21, 2024
kartben
approved these changes
Dec 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Add GP timers support for ESP32C6.