aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mcusupport/mcusupport.qbs
Commit message (Collapse)AuthorAgeFilesLines
* McuSupport: Register Qt for MCUs examplesAlessandro Portale2020-04-061-0/+1
| | | | | | | | | | | | | This change introduces the registration of examples (or rather demos) of the Qt for MCUs SDK at the launch time of Qt Creator. This presumes that either the SDK installer set the Qt for MCUs SDK path (which is the default use-case) or that the user selected/changed the SDK path in a prior run of Qt Creator. Task-number: UL-1218 Change-Id: I6484d3e3065f501da4cd6faccfe02605003f6cbf Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* McuSupport: Prepare for dynamic targets detection of SDKAlessandro Portale2020-03-171-0/+2
| | | | | | | | Move around some code to keep the following changes understandable. Task-number: UL-2012 Change-Id: Ib05699b893d2f7d1cf846507adb198b893187954 Reviewed-by: hjk <hjk@qt.io>
* McuSupport: Split up McuSupportOptionsPageAlessandro Portale2019-10-221-0/+2
| | | | | | | Move the non-OptionsPage code into a new file for comprehensibility. Change-Id: I306ae669ec9fdd941f777426420859ee2eb89e95 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* McuSupport: Set ARM debugger in MCU kitsAlessandro Portale2019-10-181-1/+1
| | | | | | | ... create one if necessary. Change-Id: I0b89d54429834db7b76be0a76d260152efd1ad03 Reviewed-by: hjk <hjk@qt.io>
* Short live McuSupporthjk2019-09-301-0/+28
Medium term to be merged with BareMetal/RemoteLinux/... Change-Id: I444c65bcfa8e3cf8642ff64e964459720814860a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>