kendryte / kendryte-standalone-sdk

Standalone SDK for kendryte K210
https://kendryte.com
Apache License 2.0
440 stars 161 forks source link

wdt stop cannot work, see this. #106

Open junhuanchen opened 4 years ago

junhuanchen commented 4 years ago

try fix code:

https://github.com/junhuanchen/MaixPy/blob/c4568e4f174de1c9eaf083506c2019ffbe8c7bf5/components/micropython/port/src/standard_lib/machine/machine_wdt.c#L56-L60

unit_test

https://github.com/junhuanchen/MaixPy/blob/c4568e4f174de1c9eaf083506c2019ffbe8c7bf5/components/micropython/port/src/standard_lib/machine/machine_wdt.c#L156-L177

thank.