Skip to content

Commit 5762b24

Browse files
committed
Remove duplicate entries in sdkconfig files
***NO_CI***
1 parent bd21121 commit 5762b24

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

targets/ESP32/_IDF/sdkconfig.default.esp32s3

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="targets/ESP32/_IDF/esp32s3/partitions_na
2222
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
2323
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
2424

25-
CONFIG_UART_ISR_IN_IRAM=y
26-
2725
CONFIG_PM_ENABLE=y
2826

2927
CONFIG_SPIRAM=y

targets/ESP32/_IDF/sdkconfig.default_ble.esp32s3

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ CONFIG_BT_NIMBLE_TRANSPORT_EVT_COUNT=20
3030
CONFIG_BT_NIMBLE_HS_FLOW_CTRL=y
3131
CONFIG_BT_CTRL_BLE_MAX_ACT=10
3232

33-
CONFIG_UART_ISR_IN_IRAM=y
34-
3533
CONFIG_PM_ENABLE=y
3634

3735
CONFIG_SPIRAM=y

targets/ESP32/_IDF/sdkconfig.default_octal_ble.esp32s3

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ CONFIG_BT_NIMBLE_TRANSPORT_EVT_COUNT=20
3030
CONFIG_BT_NIMBLE_HS_FLOW_CTRL=y
3131
CONFIG_BT_CTRL_BLE_MAX_ACT=10
3232

33-
CONFIG_UART_ISR_IN_IRAM=y
34-
3533
CONFIG_PM_ENABLE=y
3634

3735
CONFIG_SPIRAM=y

0 commit comments

Comments
 (0)