From 95db4bbf05c663830e2b9a295aa1e2b133569ab8 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Thu, 12 May 2022 11:06:22 +0530 Subject: [PATCH] NimBLE: Enabled ESP Timer support for esp32h2 --- components/bt/host/nimble/nimble | 2 +- examples/bluetooth/nimble/blecent/sdkconfig.defaults.esp32h2 | 1 - examples/bluetooth/nimble/bleprph/sdkconfig.defaults.esp32h2 | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/components/bt/host/nimble/nimble b/components/bt/host/nimble/nimble index ea0710bc8f..3c2e1d4b5b 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit ea0710bc8fcface557167a565146674ceec2c29b +Subproject commit 3c2e1d4b5b9066db5c227c669012fd0568daee12 diff --git a/examples/bluetooth/nimble/blecent/sdkconfig.defaults.esp32h2 b/examples/bluetooth/nimble/blecent/sdkconfig.defaults.esp32h2 index c5bc5dde5f..2ce273ef32 100644 --- a/examples/bluetooth/nimble/blecent/sdkconfig.defaults.esp32h2 +++ b/examples/bluetooth/nimble/blecent/sdkconfig.defaults.esp32h2 @@ -6,6 +6,5 @@ CONFIG_ESPTOOLPY_FLASHMODE_QIO=y CONFIG_BT_ENABLED=y CONFIG_BT_NIMBLE_ENABLED=y CONFIG_BT_NIMBLE_EXT_ADV=y -CONFIG_BT_NIMBLE_USE_ESP_TIMER=n CONFIG_ESP32H2_RTC_CLK_SRC_EXT_CRYS=y CONFIG_ESP32H2_RTC_CLK_CAL_CYCLES=576 diff --git a/examples/bluetooth/nimble/bleprph/sdkconfig.defaults.esp32h2 b/examples/bluetooth/nimble/bleprph/sdkconfig.defaults.esp32h2 index 8d8ca96a87..8178603ac7 100644 --- a/examples/bluetooth/nimble/bleprph/sdkconfig.defaults.esp32h2 +++ b/examples/bluetooth/nimble/bleprph/sdkconfig.defaults.esp32h2 @@ -12,4 +12,3 @@ CONFIG_BTDM_CTRL_MODE_BTDM=n CONFIG_BT_BLUEDROID_ENABLED=n CONFIG_BT_NIMBLE_ENABLED=y CONFIG_BT_NIMBLE_EXT_ADV=y -CONFIG_BT_NIMBLE_USE_ESP_TIMER=n