We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d34015 commit 9594726Copy full SHA for 9594726
configs/defconfig.esp32c6
@@ -1,12 +1,18 @@
1
# C6 has full Newlib in Rom
2
# CONFIG_NEWLIB_NANO_FORMAT is not set
3
-
4
CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y
5
6
# Use minimal mDNS
7
CONFIG_USE_MINIMAL_MDNS=y
8
CONFIG_ENABLE_EXTENDED_DISCOVERY=y
9
+# CONFIG_ESP_GDBSTUB_ENABLED is not set
10
+CONFIG_ESP32C6_REV_MIN_1=y
11
+CONFIG_ESP32C6_UNIVERSAL_MAC_ADDRESSES_TWO=y
12
+# CONFIG_IEEE802154_ENABLED is not set
13
+# CONFIG_MQTT_PROTOCOL_311 is not set
14
+# CONFIG_MQTT_PROTOCOL_5 is not set
15
+
16
# Enable LP Core
17
CONFIG_ULP_COPROC_ENABLED=y
18
CONFIG_ULP_COPROC_TYPE_LP_CORE=y
0 commit comments