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 c4803c8 commit 143e548Copy full SHA for 143e548
targets/ESP32/CMakePresets.json
@@ -645,7 +645,12 @@
645
"API_nanoFramework.Device.OneWire": "OFF",
646
"API_nanoFramework.Device.Bluetooth": "OFF",
647
"API_nanoFramework.Graphics": "OFF",
648
- "API_System.Device.I2c.Slave": "OFF"
+ "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"
654
}
655
},
656
{
0 commit comments