Skip to content

Commit

Permalink
Merge branch 'support/Update_sdkdefaultconfig_BLE_only_flag' into 'ma…
Browse files Browse the repository at this point in the history
…ster'

BLE: Cleanup Bluedroid example sdkconfig.defaults

Closes BT-1939

See merge request espressif/esp-idf!19226
  • Loading branch information
wmy-espressif committed Oct 12, 2022
2 parents 40368b1 + 3472248 commit 3965dc2
Show file tree
Hide file tree
Showing 115 changed files with 247 additions and 172,249 deletions.
2 changes: 1 addition & 1 deletion components/bt/controller/esp32h2/bt.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ void controller_sleep_deinit(void)
}

#if CONFIG_IDF_TARGET_ESP32H2_BETA_VERSION_2
void periph_module_etm_active()
void periph_module_etm_active(void)
{
/*This part for esp32h2 beta2*/
REG_SET_BIT(SYSTEM_MODCLK_CONF_REG, SYSTEM_ETM_CLK_SEL | SYSTEM_ETM_CLK_ACTIVE ); //Active ETM clock
Expand Down
8 changes: 3 additions & 5 deletions examples/bluetooth/bluedroid/ble/ble_ancs/sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Override some defaults so BT stack is enabled
# by default in this example
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_BT_ENABLED=y
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
CONFIG_BTDM_CTRL_MODE_BTDM=n

0 comments on commit 3965dc2

Please sign in to comment.