Skip to content

Commit bcaa709

Browse files
committed
Add support for ESP32-C5 PSRAM
1 parent 763774e commit bcaa709

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

configs/builds.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"targets":[
4747
{
4848
"target": "esp32c5",
49-
"features":[],
49+
"features":["qio_ram"],
5050
"idf_libs":["qio","80m"],
5151
"bootloaders":[
5252
["qio","80m"],

configs/defconfig.esp32c5

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
CONFIG_BT_ENABLED=y
28
CONFIG_BT_BLE_BLUFI_ENABLE=y
39
CONFIG_RTC_CLK_CAL_CYCLES=576

0 commit comments

Comments
 (0)