forked from nanoframework/nf-interpreter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xtensa-esp32c6.json
46 lines (46 loc) · 1.78 KB
/
xtensa-esp32c6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": 4,
"include": [
"base.json"
],
"configurePresets": [
{
"name": "xtensa-esp32c6-preset",
"description": "Preset for ESP32-C6 series",
"inherits": "general-preset",
"hidden": true,
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": {
"type": "FILEPATH",
"value": "${sourceDir}/CMake/toolchain.riscv32-esp-elf.cmake"
},
"NF_INTEROP_ASSEMBLIES": null,
"NF_TARGET_HAS_NANOBOOTER": "OFF",
"RTOS": "ESP32",
"TARGET_SERIES": "ESP32_C6",
"TARGET_BOARD": "ESP32_C6",
"NF_FEATURE_HAS_CONFIG_BLOCK": "ON",
"SUPPORT_ANY_BASE_CONVERSION": "ON",
"API_System.Net": "ON",
"API_System.Math": "ON",
"API_System.Device.Adc": "ON",
"API_System.Device.Gpio": "ON",
"API_System.Device.I2c": "ON",
"API_System.Device.I2c.Slave": "ON",
"API_System.Device.I2s": "ON",
"API_System.Device.Spi": "ON",
"API_System.Device.Pwm": "ON",
"API_System.Device.Wifi": "ON",
"API_System.IO.Ports": "ON",
"API_System.IO.FileSystem": "ON",
"API_nanoFramework.System.IO.Hashing": "ON",
"API_nanoFramework.System.Security.Cryptography": "ON",
"API_Hardware.Esp32": "ON",
"API_nanoFramework.Hardware.Esp32.Rmt": "ON",
"API_nanoFramework.ResourceManager": "ON",
"API_nanoFramework.System.Collections": "ON",
"API_nanoFramework.System.Text": "ON"
}
}
]
}