gptimer: support esp32h2

This commit is contained in:
morris
2023-01-05 19:34:05 +08:00
parent 1a8a06775d
commit ce84476870
24 changed files with 414 additions and 22 deletions

View File

@@ -15,6 +15,10 @@ config SOC_GDMA_SUPPORTED
bool
default y
config SOC_GPTIMER_SUPPORTED
bool
default y
config SOC_TWAI_SUPPORTED
bool
default y

View File

@@ -28,6 +28,7 @@
#define SOC_ADC_SUPPORTED 1
#define SOC_DEDICATED_GPIO_SUPPORTED 1
#define SOC_GDMA_SUPPORTED 1
#define SOC_GPTIMER_SUPPORTED 1
#define SOC_TWAI_SUPPORTED 1
#define SOC_BT_SUPPORTED 1
#define SOC_ASYNC_MEMCPY_SUPPORTED 1