Skip to content

Commit 816013f

Browse files
committed
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
2 parents efc143b + 7d54566 commit 816013f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

components/hal/esp32c61/include/hal/lpwdt_ll.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ extern "C" {
2424

2525
#include "esp32c61/rom/ets_sys.h"
2626

27-
// TODO: [ESP32C61] IDF-9243, inherit from c6
28-
2927
/* The value that needs to be written to LP_WDT_WPROTECT_REG to write-enable the wdt registers */
3028
#define LP_WDT_WKEY_VALUE 0x50D83AA1
3129
/* The value that needs to be written to LP_WDT_SWD_WPROTECT_REG to write-enable the swd registers */

components/hal/esp32c61/include/hal/rwdt_ll.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
extern "C" {
1313
#endif
1414

15-
// TODO: [ESP32C61] IDF-9243, inherit from c6
16-
1715
#include "hal/lpwdt_ll.h"
1816

1917
typedef lp_wdt_dev_t rwdt_dev_t;

0 commit comments

Comments
 (0)