blob: 7a96d7ab4008dcf0a333f69da06ce41d6a744cfd [file] [log] [blame]
Maksims Svecovs45488502022-09-28 14:43:07 +01001{
2 "version": 4,
3 "cmakeMinimumRequired": {
4 "major": 3,
5 "minor": 23,
6 "patch": 0
7 },
8 "configurePresets": [
9 {
10 "name": "mps3-300-platform",
11 "description": "Target mps3 board, SSE-300 subsystem.",
12 "hidden": true,
13 "cacheVariables": {
14 "TARGET_PLATFORM": {
15 "type": "STRING",
16 "value": "mps3"
17 },
18 "TARGET_SUBSYSTEM": {
19 "type": "STRING",
20 "value": "sse-300"
21 }
22 }
23 },
24 {
25 "name": "mps3-310-platform",
26 "description": "Target mps3 board, SSE-310 subsystem.",
27 "hidden": true,
28 "cacheVariables": {
29 "TARGET_PLATFORM": {
30 "type": "STRING",
31 "value": "mps3"
32 },
33 "TARGET_SUBSYSTEM": {
34 "type": "STRING",
35 "value": "sse-310"
36 }
37 }
38 },
39 {
40 "name": "simple-platform",
41 "description": "Target simple platform.",
42 "hidden": true,
43 "cacheVariables": {
44 "TARGET_PLATFORM": {
45 "type": "STRING",
46 "value": "simple_platform"
47 }
48 }
49 },
50 {
51 "name": "native-platform",
52 "description": "Target native platform.",
53 "hidden": true,
54 "cacheVariables": {
55 "TARGET_PLATFORM": {
56 "type": "STRING",
57 "value": "native"
58 }
59 }
60 }
61 ]
62}