mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-14 09:51:28 +00:00
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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user