-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
CMakePresets.json
46 lines (46 loc) · 1.52 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
{
"version": 4,
"include": [
"../../../CMake/arm-gcc.json",
"../../../config/user-tools-repos.json",
"../../../config/user-prefs.json"
],
"configurePresets": [
{
"name": "TI_CC1352P1_LAUNCHXL",
"inherits": [
"arm-gcc-cortex-preset",
"user-tools-repos",
"user-prefs"
],
"hidden": false,
"cacheVariables": {
"TARGET_BOARD": "${presetName}",
"RTOS": "TI_SimpleLink",
"TARGET_SERIES": "CC13X2",
"SUPPORT_ANY_BASE_CONVERSION": "OFF",
"NF_FEATURE_DEBUGGER": "ON",
"NF_FEATURE_RTC": "ON",
"NF_FEATURE_HAS_SDCARD": "OFF",
"NF_BUILD_RTM": "OFF",
"API_System.Math": "ON",
"API_System.Device.Gpio": "ON",
"API_System.Device.Adc": "ON",
"API_System.IO.Ports": "OFF",
"API_nanoFramework.ResourceManager": "OFF",
"API_nanoFramework.System.Collections": "OFF",
"API_nanoFramework.System.Text": "ON",
"API_nanoFramework.TI.EasyLink": "ON",
"API_nanoFramework.Hardware.TI": "ON"
}
}
],
"buildPresets": [
{
"inherits": "base-user",
"name": "TI_CC1352P1_LAUNCHXL",
"displayName": "TI_CC1352P1_LAUNCHXL",
"configurePreset": "TI_CC1352P1_LAUNCHXL"
}
]
}