Skip to content

Commit 143e548

Browse files
authored
Fix AtomS3 CMake preset (#3223)
***NO_CI***
1 parent c4803c8 commit 143e548

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

targets/ESP32/CMakePresets.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,12 @@
645645
"API_nanoFramework.Device.OneWire": "OFF",
646646
"API_nanoFramework.Device.Bluetooth": "OFF",
647647
"API_nanoFramework.Graphics": "OFF",
648-
"API_System.Device.I2c.Slave": "OFF"
648+
"API_System.Device.I2c.Slave": "OFF",
649+
"API_System.Device.I2s": "OFF",
650+
"API_nanoFramework.Hardware.Esp32.Rmt": "OFF",
651+
"API_nanoFramework.System.Security.Cryptography": "OFF",
652+
"ESP32_SPIRAM_FOR_IDF_ALLOCATION": "0",
653+
"ESP32_RESERVED_RAM_FOR_IDF_ALLOCATION": "125"
649654
}
650655
},
651656
{

0 commit comments

Comments
 (0)