forked from espressif/esp-idf
Merge branch 'feature/c61_lpwdt' into 'master'
feat(lp_wdt): update low power wdt for C61 Closes IDF-9243 See merge request espressif/esp-idf!33718
This commit is contained in:
@@ -24,8 +24,6 @@ extern "C" {
|
||||
|
||||
#include "esp32c61/rom/ets_sys.h"
|
||||
|
||||
// TODO: [ESP32C61] IDF-9243, inherit from c6
|
||||
|
||||
/* The value that needs to be written to LP_WDT_WPROTECT_REG to write-enable the wdt registers */
|
||||
#define LP_WDT_WKEY_VALUE 0x50D83AA1
|
||||
/* The value that needs to be written to LP_WDT_SWD_WPROTECT_REG to write-enable the swd registers */
|
||||
|
@@ -12,8 +12,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// TODO: [ESP32C61] IDF-9243, inherit from c6
|
||||
|
||||
#include "hal/lpwdt_ll.h"
|
||||
|
||||
typedef lp_wdt_dev_t rwdt_dev_t;
|
||||
|
Reference in New Issue
Block a user