aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal
Commit message (Expand)AuthorAgeFilesLines
* Qt6: Sprinkle QLatin1Strings for QStringView comparisonsEike Ziller2020-10-081-25/+25
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-235-15/+9
* Fix Qt 6 build of ProjectExplorer and targets & build systemsEike Ziller2020-09-212-9/+9
* ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-141-2/+2
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-1/+1
|\
| * Fix lupdate issuesEike Ziller2020-07-171-1/+1
* | BareMetal: Fix articleRobert Loehning2020-08-041-1/+1
|/
* Debugger: Fix UI text punctuationLeena Miettinen2020-07-061-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-0615-25/+24
* Move Id from Core to UtilsEike Ziller2020-06-181-2/+0
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-1/+2
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* BareMetal: Auto-detect IAR toolchain for National Semiconductor CR16 architec...Denis Shienkov2020-05-271-2/+7
* BareMetal: Auto-detect IAR toolchain for Renesas R32C architectureDenis Shienkov2020-05-271-2/+6
* BareMetal: Auto-detect IAR toolchain for Renesas M16C architectureDenis Shienkov2020-05-271-2/+7
* BareMetal: Save 'platform codegen flags' for Keil compilerDenis Shienkov2020-05-191-0/+3
* BareMetal: Tune IAR compiler using 'platform codegen flags' featureDenis Shienkov2020-05-192-9/+53
* BareMetal: Auto-detect IAR toolchain for Renesas M32C architectureDenis Shienkov2020-05-191-2/+6
* Move splitString() method to base ToolChainConfigWidgetDenis Shienkov2020-05-192-17/+0
* BareMetal: Tune Keil ARM compiler using 'platform codegen flags' featureDenis Shienkov2020-05-192-8/+93
* GCC parser: Create fewer and better issuesChristian Kandeler2020-05-183-3/+3
* BareMetal: Pass 'cpu' flag at getting predefined macros for Keil toolchainDenis Shienkov2020-05-181-1/+1
* BareMetal: Auto-detect IAR toolchain for M68K architectureDenis Shienkov2020-05-181-2/+7
* BareMetal: Auto-detect IAR toolchain for RISC-V architectureDenis Shienkov2020-05-151-2/+7
* BareMetal: Auto-detect IAR toolchain for Renesas SH architectureDenis Shienkov2020-05-151-2/+6
* BareMetal: Auto-detect IAR toolchain for AVR32 architectureDenis Shienkov2020-05-141-1/+6
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-144-66/+12
* BareMetal: Use forward slashes in SDCC toolchain auto-detection algorithmsDenis Shienkov2020-05-061-1/+1
* BareMetal: Use forward slashes in IAR toolchain auto-detection algorithmsDenis Shienkov2020-05-061-10/+10
* BareMetal: Use forward slashes in Keil toolchain auto-detection algorithmsDenis Shienkov2020-05-061-4/+4
* BareMetal: Remove extra slash in auto-detected Keil toolchain pathDenis Shienkov2020-05-051-4/+4
* BareMetal: Add support for NXP S32 device series for UVSC providerDenis Shienkov2020-05-011-2/+2
* BareMetal: Auto-detect IAR toolchain for Renesas 78K architectureDenis Shienkov2020-04-291-2/+6
* BareMetal: Auto-detect IAR toolchain for Renesas RX architectureDenis Shienkov2020-04-291-2/+6
* BareMetal: Auto-detect IAR toolchain for Renesas RH850 architectureDenis Shienkov2020-04-291-2/+8
* BareMetal: Auto-detect IAR toolchain for Renesas V850 architectureDenis Shienkov2020-04-281-2/+7
* BareMetal: Add support for Nordic Semiconductor devices in UVSC providerDenis Shienkov2020-04-258-60/+135
* BareMetal: Display package info instead of family in UVSCDenis Shienkov2020-04-254-7/+17
* BareMetal: Fix device selection properties parsing in UVSCDenis Shienkov2020-04-251-31/+37
* BareMetal: Parse missed 'debug' element in *.pdsc file for UVSC providerDenis Shienkov2020-04-241-0/+2
* BareMetal: Add support for J-Link HW debugger for UVSC providerDenis Shienkov2020-04-247-1/+509
* BareMetal: Don't handle an empty SVD file selection in UVSC providerDenis Shienkov2020-04-231-5/+7
* Merge output formatters and output parsersChristian Kandeler2020-04-2312-41/+63
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-1612-30/+30
* BareMetal: Add support for Keil C166 toolchain on WindowsDenis Shienkov2020-04-141-5/+140
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-141-1/+1
|\
| * BareMetal: Unite two nearly equal stringsRobert Loehning2020-04-071-1/+1
* | Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-099-35/+35
* | Output parsers: Replace the chaining approachChristian Kandeler2020-04-0912-213/+135
* | IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-086-12/+39