Skip to content
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

xtensa/esp32s3: Add XTWDT support #11179

Merged
merged 1 commit into from Nov 14, 2023

Conversation

eren-terzioglu
Copy link
Contributor

@eren-terzioglu eren-terzioglu commented Nov 13, 2023

Summary

  • xtensa/esp32s3: Add XTWDT support

Impact

Only esp32s3

Testing

Modified version of watchdog example using esp32s3-devkit:watchdog config with ESP32S3_XTWDT option under the System Type -> ESP32-S3 Peripheral Selection, Watchdog Timer Support option under the Device Drivers → Timer Driver Support and RTC clock source (External 32kHz crystal) or External 32kHz oscillator at 32K_XN pin choice under the System Type -> RTC Configuration.

To simulate 32768hz clock output, another esp device used with adjusted timer example. Clock connected to external oscillator pin (GPIO15). wdog -i /dev/watchdog3 command applied and during runtime clock connection removed. IRQ 120 needs to be raised during the test.

@pkarashchenko
Copy link
Contributor

Please resolve merge conflicts

@eren-terzioglu eren-terzioglu force-pushed the feature/esp32s3_xtwdt_support branch 2 times, most recently from b918792 to cc8e841 Compare November 14, 2023 13:39
@acassis acassis merged commit 4033018 into apache:master Nov 14, 2023
26 checks passed
@jerpelea jerpelea added this to To-Add in Release Notes - 12.4.0 Dec 27, 2023
@jerpelea jerpelea moved this from To-Add to processed in Release Notes - 12.4.0 Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants