Remove e2 project package from jsons

Change-Id: Id91add0a0eb77748db5877e2915ca0b2dbdf6d28
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Yasser Grimes <yasser.grimes@qt.io>
This commit is contained in:
Piotr Mućko
2022-09-23 16:30:36 +02:00
parent ed66ba4cce
commit d7c95cb2a2
2 changed files with 20 additions and 24 deletions

View File

@@ -25,15 +25,6 @@ constexpr auto armgcc_ek_ra6m3g_baremetal_json = R"(
"unix": "/opt/SEGGER/JLink" "unix": "/opt/SEGGER/JLink"
}, },
"optional": true "optional": true
},
{
"cmakeVar": "EK_RA6M3G_E2_PROJECT_PATH",
"defaultValue": "%{Env:HOME}/e2_studio/workspace/",
"id": "EK_RA6M3G_E2_PROJECT_PATH",
"label": "Path to project for Renesas e2 Studio",
"optional": true,
"setting": "RenesasE2ProjectPath",
"type": "path"
} }
] ]
}, },

View File

@@ -8,25 +8,30 @@ constexpr auto iar_ek_ra6m3g_baremetal_json = R"(
"qulVersion": "2.3.0", "qulVersion": "2.3.0",
"compatVersion": "1", "compatVersion": "1",
"platform": { "platform": {
"id": "TVIIC2D6M-BAREMETAL", "id": "EK-RA6M3G-BAREMETAL",
"vendor": "CYPRESS", "vendor": "RENESAS",
"colorDepths": [ "colorDepths": [
32 16
], ],
"cmakeEntries": [ "cmakeEntries": [
{ {
"id": "INFINEON_AUTO_FLASH_UTILITY_DIR", "cmakeVar": "JLINK_PATH",
"label": "Cypress Auto Flash Utility", "setting": "JLinkPath",
"envVar": "JLINK_PATH",
"label": "Path to SEGGER J-Link",
"type": "path", "type": "path",
"cmakeVar": "INFINEON_AUTO_FLASH_UTILITY_DIR", "defaultValue": {
"optional": false "windows": "%{Env:PROGRAMSANDFILES}/SEGGER/JLink",
"unix": "/opt/SEGGER/JLink"
},
"optional": true
} }
] ]
}, },
"toolchain": { "toolchain": {
"id": "iar", "id": "iar",
"versions": [ "versions": [
"8.22.3" "9.20.4"
], ],
"compiler": { "compiler": {
"id": "IARToolchain", "id": "IARToolchain",
@@ -51,15 +56,15 @@ constexpr auto iar_ek_ra6m3g_baremetal_json = R"(
} }
}, },
"boardSdk": { "boardSdk": {
"envVar": "TVII_GRAPHICS_DRIVER_DIR",
"versions": [
"V1e.1.0"
],
"id": "TVII_GRAPHICS_DRIVER_DIR",
"label": "Graphics Driver for Traveo II Cluster Series",
"cmakeVar": "QUL_BOARD_SDK_DIR", "cmakeVar": "QUL_BOARD_SDK_DIR",
"envVar": "EK_RA6M3G_FSP_PATH",
"id": "EK_RA6M3G_FSP_PATH",
"label": "Flexible Software Package for Renesas RA MCU Family",
"optional": false,
"type": "path", "type": "path",
"optional": false "versions": [
"3.8.0"
]
} }
} }
)"; )";