-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add Counter driver support for Renesas RA8 board #76141
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
Add Counter driver support for Renesas RA8 board #76141
Conversation
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
8c65363 to
d22ea0a
Compare
eb0f26f to
62ce644
Compare
62ce644 to
dfc8bdf
Compare
4fa0d76 to
d136653
Compare
2a922b8 to
3cc6bd7
Compare
thaoluonguw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please correct the subject and description to support for RA8 (not only RA8M1)
a83ae7b
3cc6bd7 to
a83ae7b
Compare
KhiemNguyenT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agreed with the latest description from @duynguyenxa.
@soburi , let us know if you want a change.
95a933e to
f0d8824
Compare
226156c
226156c to
702c6ef
Compare
- boards: renesas: Add support for agt. - drivers: counter: Add support for counter driver use agt - dts: arm: Add support for agt. - dts: bindings: Add support for agt counter driver. - soc: renesas: Add support for agt counter driver. - samples: drivers: counter: alarm: Add support for RA8 This is initial support with only basic functionality for counter operation on Zephyr using AGT hardware, current support for count source is limited to LOCO and PCLKB, other count source like underflow signal external pin or AGTIO from another AGT channel will be added in later support Signed-off-by: Ha Nguyen <[email protected]> Signed-off-by: Thao Luong <[email protected]> Signed-off-by: Duy Phuong Hoang. Nguyen <[email protected]> Signed-off-by: Khoa Nguyen <[email protected]>
702c6ef to
f8267fd
Compare
This PR add counter driver support for Renesas RA8 boards, it's using AGT hardware
This is initial support with only basic functionality for counteroperation on Zephyr using AGT hardware, current support for count source is limited to LOCO and PCLKB, other count source like underflow signal external pin or AGTIO from another AGT channel will be added in later support