Add support in Nimble for ESP32H2

This commit is contained in:
Rahul Tank
2021-12-06 15:08:11 +05:30
parent 5963de1caf
commit f376bb5d05
34 changed files with 1819 additions and 198 deletions

View File

@@ -35,6 +35,10 @@ config SOC_BT_SUPPORTED
bool
default y
config SOC_BLUEDROID_SUPPORTED
bool
default y
config SOC_CLASSIC_BT_SUPPORTED
bool
default y

View File

@@ -68,6 +68,7 @@
#define SOC_MCPWM_SUPPORTED 1
#define SOC_SDMMC_HOST_SUPPORTED 1
#define SOC_BT_SUPPORTED 1
#define SOC_BLUEDROID_SUPPORTED 1
#define SOC_CLASSIC_BT_SUPPORTED 1
#define SOC_PCNT_SUPPORTED 1
#define SOC_WIFI_SUPPORTED 1