-
Notifications
You must be signed in to change notification settings - Fork 7.6k
drivers: counter: update esp32 support #89932
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
drivers: counter: update esp32 support #89932
Conversation
b7eb198
to
5364855
Compare
@sylvioalves other MCUs have a counter entry in the timer, for example https://github.com/zephyrproject-rtos/zephyr/blob/main/dts/arm/st/l4/stm32l4.dtsi#L320 |
@sylvioalves for the latest proposal regarding the counter node in the device tree, I just created a PR at #90300. |
Adds option to reset counter value. Signed-off-by: Sylvio Alves <[email protected]>
Implements top value callback and handling. Signed-off-by: Sylvio Alves <[email protected]>
Implements guard period support. Signed-off-by: Sylvio Alves <[email protected]>
5364855
to
cf80a67
Compare
As part of counter API updates, RTC timer will be removed from counter API driver and can be removed from the test list. Signed-off-by: Sylvio Alves <[email protected]>
Allow ESP32 devices to test the scenario where when alarm should not be triggered after being cancelled. Signed-off-by: Sylvio Alves <[email protected]>
cf80a67
to
81c02de
Compare
|
Update ESP32 counter driver to: