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

@@ -151,6 +151,10 @@ config SOC_BT_SUPPORTED
bool
default y
config SOC_BLUEDROID_SUPPORTED
bool
default y
config SOC_USB_OTG_SUPPORTED
bool
default y

View File

@@ -38,6 +38,7 @@
#define SOC_ULP_SUPPORTED 1
#define SOC_RISCV_COPROC_SUPPORTED 1
#define SOC_BT_SUPPORTED 1
#define SOC_BLUEDROID_SUPPORTED 1
#define SOC_USB_OTG_SUPPORTED 1
#define SOC_USB_SERIAL_JTAG_SUPPORTED 1
#define SOC_CCOMP_TIMER_SUPPORTED 1