forked from nanoframework/nf-interpreter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CMakePresets.json
51 lines (51 loc) · 1.68 KB
/
CMakePresets.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
47
48
49
50
51
{
"version": 4,
"include": [
"../../../../CMake/arm-gcc.json",
"../../../../config/user-tools-repos.json",
"../../../../config/user-prefs.json"
],
"configurePresets": [
{
"name": "NXP_MIMXRT1060_EVK",
"inherits": [
"arm-gcc-cortex-preset",
"user-tools-repos",
"user-prefs"
],
"hidden": false,
"cacheVariables": {
"TARGET_BOARD": "${presetName}",
"TARGET_SERIES": "IMXRT10xx",
"SUPPORT_ANY_BASE_CONVERSION": "ON",
"RTOS": "FreeRTOS",
"RTOS_VERSION": "",
"CMSIS_VERSION": "",
"FATFS_VERSION": "",
"LWIP_VERSION": "",
"NF_BUILD_RTM": "OFF",
"NF_FEATURE_DEBUGGER": "ON",
"NF_FEATURE_HAS_SDCARD": "ON",
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_CONFIG_BLOCK": "ON",
"NF_SECURITY_MBEDTLS": "OFF",
"API_System.Device.Gpio": "ON",
"API_System.Device.I2c": "OFF",
"API_System.Device.Adc": "OFF",
"API_System.IO.Ports": "ON",
"API_nanoFramework.ResourceManager": "ON",
"API_nanoFramework.System.Collections": "ON",
"API_System.Net": "ON",
"API_System.Math": "ON"
}
}
],
"buildPresets": [
{
"inherits": "base-user",
"name": "NXP_MIMXRT1060_EVK",
"displayName": "NXP_MIMXRT1060_EVK",
"configurePreset": "NXP_MIMXRT1060_EVK"
}
]
}