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 47c4ca4 commit a764ca0Copy full SHA for a764ca0
configs/builds.json
@@ -46,7 +46,7 @@
46
"targets":[
47
{
48
"target": "esp32c5",
49
- "features":[],
+ "features":["qio_ram"],
50
"idf_libs":["qio","80m"],
51
"bootloaders":[
52
["qio","80m"],
configs/defconfig.esp32c5
@@ -1,3 +1,9 @@
1
+CONFIG_XTAL_FREQ_AUTO=y
2
+CONFIG_XTAL_FREQ=0
3
+CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
4
+CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
5
+CONFIG_SPIRAM=y
6
+
7
CONFIG_BT_ENABLED=y
8
CONFIG_BT_BLE_BLUFI_ENABLE=y
9
CONFIG_RTC_CLK_CAL_CYCLES=576
0 commit comments