esp-hal icon indicating copy to clipboard operation
esp-hal copied to clipboard

Add an option to configure `WDT` action

Open playfulFence opened this issue 4 months ago • 2 comments

Thank you for your contribution!

We appreciate the time and effort you've put into this pull request. To help us review it efficiently, please ensure you've gone through the following checklist:

Submission Checklist 📝

  • [x] I have used cargo xtask fmt-packages command to ensure that all changed code is formatted correctly.
  • [x] My changes were added to the CHANGELOG.md in the proper section.
  • [x] I have added necessary changes to user code to the Migration Guide.
  • [x] My changes are in accordance to the esp-rs API guidelines

Extra:

Pull Request Details 📖

Description

close #1831

Also made some small improvements in code quality, aligned mode names with the official Espressif documentation

⚠️ Draft status: see the reason why it's currently blocked in the initial issue UPD: RWDT works now, MWDT left

Testing

Used implemented function in example.

playfulFence avatar Oct 10 '24 12:10 playfulFence