Merge branch 'feature/final_h2' into 'master'

Add support in Nimble for ESP32H2

See merge request espressif/esp-idf!16329
This commit is contained in:
Jiang Jiang Jian
2022-03-15 16:03:24 +08:00
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