Merge branch 'refactor/gptimer_sleep_retention' into 'master'

Fix gptimer auto reload configuration being overwritten by regdma

See merge request espressif/esp-idf!31314
This commit is contained in:
morris
2024-06-18 17:09:44 +08:00
50 changed files with 951 additions and 557 deletions

View File

@@ -15,7 +15,7 @@ extern "C" {
#include <stdint.h>
#include <stdbool.h>
#include "soc/timer_periph.h"
#include "soc/wdt_periph.h"
#include "soc/timer_group_struct.h"
#include "soc/pcr_struct.h"
#include "hal/wdt_types.h"