summaryrefslogtreecommitdiff
path: root/scripts/cmake/platforms/platforms-preset.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cmake/platforms/platforms-preset.json')
-rw-r--r--scripts/cmake/platforms/platforms-preset.json19
1 files changed, 17 insertions, 2 deletions
diff --git a/scripts/cmake/platforms/platforms-preset.json b/scripts/cmake/platforms/platforms-preset.json
index 7a96d7a..b38739c 100644
--- a/scripts/cmake/platforms/platforms-preset.json
+++ b/scripts/cmake/platforms/platforms-preset.json
@@ -8,7 +8,7 @@
"configurePresets": [
{
"name": "mps3-300-platform",
- "description": "Target mps3 board, SSE-300 subsystem.",
+ "description": "Target MPS3 board, SSE-300 subsystem.",
"hidden": true,
"cacheVariables": {
"TARGET_PLATFORM": {
@@ -23,7 +23,7 @@
},
{
"name": "mps3-310-platform",
- "description": "Target mps3 board, SSE-310 subsystem.",
+ "description": "Target MPS3 board, SSE-310 subsystem.",
"hidden": true,
"cacheVariables": {
"TARGET_PLATFORM": {
@@ -37,6 +37,21 @@
}
},
{
+ "name": "mps4-315-platform",
+ "description": "Target MPS4 board, SSE-315 subsystem.",
+ "hidden": true,
+ "cacheVariables": {
+ "TARGET_PLATFORM": {
+ "type": "STRING",
+ "value": "mps4"
+ },
+ "TARGET_SUBSYSTEM": {
+ "type": "STRING",
+ "value": "sse-315"
+ }
+ }
+ },
+ {
"name": "simple-platform",
"description": "Target simple platform.",
"hidden": true,