Skip to content

Commit e7c87a4

Browse files
authored
Merge pull request #7245 from dhalbert/c3-sdkconfig
Simplify some ESP32-C3 board sdkconfig files
2 parents c12e2a1 + df0150f commit e7c87a4

File tree

5 files changed

+10
-146
lines changed

5 files changed

+10
-146
lines changed
Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,5 @@
1-
# Automatically generated file. DO NOT EDIT.
2-
# Espressif IoT Development Framework (ESP-IDF) Project Configuration
3-
#
4-
# Bootloader config
5-
#
6-
CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y
7-
# CONFIG_BOOTLOADER_LOG_LEVEL_INFO is not set
8-
CONFIG_BOOTLOADER_LOG_LEVEL=0
9-
# end of Bootloader config
10-
11-
#
12-
# Serial flasher config
13-
#
14-
# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set
15-
# end of Serial flasher config
16-
17-
#
18-
# Partition Table
19-
#
20-
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv"
21-
CONFIG_PARTITION_TABLE_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv"
22-
# end of Partition Table
23-
24-
#
25-
# Compiler options
26-
#
27-
# CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS is not set
28-
# end of Compiler options
29-
30-
#
31-
# Component config
32-
#
33-
#
34-
35-
#
36-
# PHY
37-
#
38-
CONFIG_ESP_PHY_ENABLE_USB=y
39-
# end of PHY
40-
41-
#
42-
# ESP System Settings
43-
#
44-
# CONFIG_ESP_SYSTEM_USE_EH_FRAME is not set
45-
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
46-
# CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG is not set
47-
# CONFIG_ESP_DEBUG_STUBS_ENABLE is not set
48-
# end of ESP System Settings
49-
501
#
512
# LWIP
523
#
534
CONFIG_LWIP_LOCAL_HOSTNAME="Adafruit-QTPy-ESP32C3"
545
# end of LWIP
55-
56-
#
57-
# SPI Flash driver
58-
#
59-
# CONFIG_SPI_FLASH_AUTO_SUSPEND is not set
60-
# end of SPI Flash driver
61-
62-
# end of Component config
63-
64-
#
65-
# Deprecated options for backward compatibility
66-
#
67-
# CONFIG_LOG_BOOTLOADER_LEVEL_INFO is not set
68-
CONFIG_LOG_BOOTLOADER_LEVEL=0
69-
# CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG is not set
70-
# end of Deprecated options for backward compatibility
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
#
2-
# PHY
3-
#
4-
CONFIG_ESP_PHY_ENABLE_USB=y
5-
# end of PHY
6-
71
#
82
# LWIP
93
#
104
CONFIG_LWIP_LOCAL_HOSTNAME="beetle-esp32-c3
115
# end of LWIP
12-
13-
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
#
2-
# PHY
3-
#
4-
CONFIG_ESP_PHY_ENABLE_USB=y
5-
# end of PHY
6-
71
#
82
# LWIP
93
#
104
CONFIG_LWIP_LOCAL_HOSTNAME="lolin-c3-mini"
115
# end of LWIP
12-
13-
Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,5 @@
1-
# Automatically generated file. DO NOT EDIT.
2-
# Espressif IoT Development Framework (ESP-IDF) Project Configuration
3-
#
4-
# Bootloader config
5-
#
6-
CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y
7-
# CONFIG_BOOTLOADER_LOG_LEVEL_INFO is not set
8-
CONFIG_BOOTLOADER_LOG_LEVEL=0
9-
# end of Bootloader config
10-
11-
#
12-
# Serial flasher config
13-
#
14-
# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set
15-
# end of Serial flasher config
16-
17-
#
18-
# Partition Table
19-
#
20-
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv"
21-
CONFIG_PARTITION_TABLE_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv"
22-
# end of Partition Table
23-
24-
#
25-
# Compiler options
26-
#
27-
# CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS is not set
28-
# end of Compiler options
29-
30-
#
31-
# Component config
32-
#
33-
#
34-
35-
#
36-
# PHY
37-
#
38-
CONFIG_ESP_PHY_ENABLE_USB=y
39-
# end of PHY
40-
41-
#
42-
# ESP System Settings
43-
#
44-
# CONFIG_ESP_SYSTEM_USE_EH_FRAME is not set
45-
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
46-
# CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG is not set
47-
# CONFIG_ESP_DEBUG_STUBS_ENABLE is not set
48-
# end of ESP System Settings
49-
501
#
512
# LWIP
523
#
534
CONFIG_LWIP_LOCAL_HOSTNAME="MicroDev-microC3"
545
# end of LWIP
55-
56-
#
57-
# SPI Flash driver
58-
#
59-
# CONFIG_SPI_FLASH_AUTO_SUSPEND is not set
60-
# end of SPI Flash driver
61-
62-
# end of Component config
63-
64-
#
65-
# Deprecated options for backward compatibility
66-
#
67-
# CONFIG_LOG_BOOTLOADER_LEVEL_INFO is not set
68-
CONFIG_LOG_BOOTLOADER_LEVEL=0
69-
# CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG is not set
70-
# end of Deprecated options for backward compatibility

ports/espressif/esp-idf-config/sdkconfig-esp32c3.defaults

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND=y
8080

8181
# end of Hardware Settings
8282

83+
#
84+
# PHY
85+
#
86+
CONFIG_ESP_PHY_ENABLE_USB=y
87+
# end of PHY
88+
8389
#
8490
# ESP System Settings
8591
#
@@ -97,8 +103,12 @@ CONFIG_ESP_SYSTEM_MEMPROT_MEM_ALIGN_SIZE=512
97103
CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y
98104
# CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set
99105
CONFIG_ESP_MAIN_TASK_AFFINITY=0x0
106+
107+
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
108+
# CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG is not set
100109
# end of ESP System Settings
101110

111+
102112
#
103113
# Wi-Fi
104114
#

0 commit comments

Comments
 (0)