Merge branch 'feat/etm_sleep_retention' into 'master'

feat(etm): support sleep retention

Closes IDF-8462

See merge request espressif/esp-idf!33787
This commit is contained in:
morris
2024-10-11 21:28:01 +08:00
42 changed files with 566 additions and 63 deletions

View File

@@ -38,8 +38,6 @@ extern "C" {
#define RMT_LL_MAX_FILTER_VALUE 255
#define RMT_LL_MAX_IDLE_VALUE 32767
#define RMT_LL_SLEEP_RETENTION_MODULE_ID(group_id) (SLEEP_RETENTION_MODULE_RMT0)
typedef enum {
RMT_LL_MEM_OWNER_SW = 0,
RMT_LL_MEM_OWNER_HW = 1,