Skip to content

Commit

Permalink
Update_sdkdefaultconfig_BLE_only_flag ESP32C2
Browse files Browse the repository at this point in the history
  • Loading branch information
SatishSolankeEsp authored and Weijian-Espressif committed Nov 21, 2022
1 parent 919b3e6 commit 6d11786
Show file tree
Hide file tree
Showing 115 changed files with 247 additions and 172,269 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
Loading

0 comments on commit 6d11786

Please sign in to comment.