Skip to content

Commit

Permalink
examples: Made NimBLE as the default BLE stack to reduce memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketwadekar committed Feb 27, 2023
1 parent 1728fe2 commit 2790155
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/aws-iot/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ CONFIG_AWS_IOT_SDK=y
CONFIG_LWIP_AUTOIP_RATE_LIMIT_INTERVAL=60
CONFIG_MP_BLOB_SUPPORT=y
CONFIG_ENABLE_UNIFIED_PROVISIONING=y
CONFIG_BT_ENABLED=y
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
CONFIG_BT_NIMBLE_ENABLED=y
3 changes: 3 additions & 0 deletions examples/bridge/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_LWIP_AUTOIP_RATE_LIMIT_INTERVAL=60
CONFIG_MP_BLOB_SUPPORT=y
CONFIG_ENABLE_UNIFIED_PROVISIONING=y
CONFIG_BT_ENABLED=y
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
CONFIG_BT_NIMBLE_ENABLED=y
3 changes: 3 additions & 0 deletions examples/data_tlv8/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_LWIP_AUTOIP_RATE_LIMIT_INTERVAL=60
CONFIG_MP_BLOB_SUPPORT=y
CONFIG_ENABLE_UNIFIED_PROVISIONING=y
CONFIG_BT_ENABLED=y
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
CONFIG_BT_NIMBLE_ENABLED=y
3 changes: 3 additions & 0 deletions examples/emulator/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ CONFIG_MP_BLOB_SUPPORT=y
CONFIG_LOG_DEFAULT_LEVEL_ERROR=y
CONFIG_BOOTLOADER_LOG_LEVEL_ERROR=y
CONFIG_ENABLE_UNIFIED_PROVISIONING=y
CONFIG_BT_ENABLED=y
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
CONFIG_BT_NIMBLE_ENABLED=y
3 changes: 3 additions & 0 deletions examples/fan/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_LWIP_AUTOIP_RATE_LIMIT_INTERVAL=60
CONFIG_MP_BLOB_SUPPORT=y
CONFIG_ENABLE_UNIFIED_PROVISIONING=y
CONFIG_BT_ENABLED=y
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
CONFIG_BT_NIMBLE_ENABLED=y
3 changes: 3 additions & 0 deletions examples/lightbulb/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_LWIP_AUTOIP_RATE_LIMIT_INTERVAL=60
CONFIG_MP_BLOB_SUPPORT=y
CONFIG_ENABLE_UNIFIED_PROVISIONING=y
CONFIG_BT_ENABLED=y
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
CONFIG_BT_NIMBLE_ENABLED=y
3 changes: 3 additions & 0 deletions examples/smart_outlet/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_LWIP_AUTOIP_RATE_LIMIT_INTERVAL=60
CONFIG_MP_BLOB_SUPPORT=y
CONFIG_ENABLE_UNIFIED_PROVISIONING=y
CONFIG_BT_ENABLED=y
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
CONFIG_BT_NIMBLE_ENABLED=y

0 comments on commit 2790155

Please sign in to comment.