Commit Graph

3 Commits

Author SHA1 Message Date
Christiaan Janssen
da192fb1e8 McuSupport: adjust more cmake variables to the 2.0 API
* added missing mapping for RGL_DIR
* remapped TVII_GRAPHICS_DRIVER_DIR and EK_RA6M3G_FSP_PATH
* fix duplicated EVK_MIMXRT1170_FREERTOS_PATH (second one should be IMXRT1050_FREERTOS_DIR)

Task-number: UL-5070
Change-Id: Ic2a69df6e5ba9a0c05f360e5e800d4c19ec966f4
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2021-12-01 08:59:51 +00:00
Christiaan Janssen
483a0158e8 McuSupport: fix cmake variable name for McuXpresso
Task-number: UL-5057
Change-Id: I6c5861c33b42ff691c934bb98cecb3677b245134
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2021-11-29 17:04:22 +00:00
Christiaan Janssen
0eeb6c6e5e McuSupport: support for SDK 2.0
This is a quick fix for the current situation. Proper
support will need a rewrite of part of the plugin code.

QtQuickUltralite SDK 1.x relies on environment variables
for the dependencies. SDK 2.x uses CMake variables for that purpose.
Some of the variables have been renamed, others grouped together.

Here a mapping between those is hardcoded as an urgent solution.
A proper implementation should make the plugin independent of
the existence or lack of specific environment variables. Also,
all the hardcoded information needs to be moved to the json kit
files in the SDK. Otherwise, compatibility breaks between versions
every time the built-in assumptions relating to that information change.

Task-number: UL-4396
Change-Id: I7f40a694a773881f20b29bae9d02c7c1c8bd747b
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2021-10-26 16:00:30 +00:00