Skip to content

Commit 18ce802

Browse files
authored
Merge branch 'master' into feature/config_ui
2 parents c53b7eb + aaf47ab commit 18ce802

8 files changed

+8
-1
lines changed

.github/workflows/repository_dispatch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
1113
- name: Install dependencies
1214
run: bash ./tools/prepare-ci.sh
1315
- name: Handle Event

configs/defconfig.common

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ CONFIG_AUTOSTART_ARDUINO=y
33
CONFIG_ARDUHAL_ESP_LOG=y
44
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
55
CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y
6-
CONFIG_BT_ENABLED=y
76
CONFIG_BT_BLE_BLUFI_ENABLE=y
87
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
98
CONFIG_BT_BTC_TASK_STACK_SIZE=8192

configs/defconfig.esp32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CONFIG_BTDM_CTRL_MODE_BTDM=y
22
CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE=20
3+
CONFIG_BT_ENABLED=y
34
CONFIG_BT_CLASSIC_ENABLED=y
45
CONFIG_BT_A2DP_ENABLE=y
56
CONFIG_BT_SPP_ENABLED=y

configs/defconfig.esp32c2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CONFIG_XTAL_FREQ_26=y
22
CONFIG_XTAL_FREQ=26
3+
CONFIG_BT_ENABLED=y
34
CONFIG_BT_BLE_BLUFI_ENABLE=y
45
CONFIG_RTC_CLK_CAL_CYCLES=576
56
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set

configs/defconfig.esp32c3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_RTC_CLK_CAL_CYCLES=576
22
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set
33
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
4+
CONFIG_BT_ENABLED=y

configs/defconfig.esp32c6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_BT_ENABLED=y
12
CONFIG_BT_BLE_BLUFI_ENABLE=y
23
CONFIG_RTC_CLK_CAL_CYCLES=576
34
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set

configs/defconfig.esp32h2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_BT_ENABLED=y
12
CONFIG_BT_BLE_BLUFI_ENABLE=y
23
CONFIG_RTC_CLK_CAL_CYCLES=576
34
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set

configs/defconfig.esp32s3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_BT_ENABLED=y
12
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
23
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
34
CONFIG_SPIRAM=y

0 commit comments

Comments
 (0)