SHA2017-badge / micropython-esp32

MicroPython ported to the SHA2017 badge
https://micropython.org/
MIT License
12 stars 16 forks source link

Wrappers for esp-idf watchdog #231

Open basvs opened 6 years ago

basvs commented 6 years ago

(haven't checked whether the esp-idf has a watchdog..)

Roosted7 commented 6 years ago

I think FreeRTOS has that exposed

annejan commented 6 years ago

It should, I remember seeing Watchdog warnings early in development.

basvs commented 6 years ago

https://esp-idf.readthedocs.io/en/latest/api-reference/system/wdts.html

Could use this to add these methods:

Something like this?