Merge branch 'feat/etm_driver_c61' into 'master'

ETM driver support for esp32c61

Closes IDF-9295, IDF-9964, IDF-9318, and IDF-10373

See merge request espressif/esp-idf!34090
This commit is contained in:
morris
2024-10-18 13:11:35 +08:00
15 changed files with 316 additions and 124 deletions

View File

@@ -11,7 +11,6 @@
#include <stdbool.h>
#include "hal/assert.h"
#include "hal/misc.h"
#include "hal/lp_aon_ll.h"
#include "soc/soc_etm_struct.h"
#include "soc/pcr_struct.h"