feat(esp_timer): added esp_timer p4 base support

This commit is contained in:
Armando
2023-07-17 17:10:52 +08:00
committed by Armando (Dou Yiwen)
parent 5f68437c2f
commit 211c3c0e05
4 changed files with 13 additions and 0 deletions

View File

@@ -36,6 +36,8 @@
#include "esp32c6/rom/ets_sys.h"
#elif CONFIG_IDF_TARGET_ESP32H2
#include "esp32h2/rom/ets_sys.h"
#elif CONFIG_IDF_TARGET_ESP32P4
#include "esp32p4/rom/ets_sys.h"
#endif
/* We abuse 'timer_arg' field of ETSTimer structure to hold a pointer to esp_timer */