summaryrefslogtreecommitdiff
path: root/src/plugins/baremetal
Commit message (Expand)AuthorAgeFilesLines
* Remove unused QObject parent arguments on options pageshjk2019-09-112-3/+2
* ProjectExplorer: Use std::function for SimpleTargetRunner::start()hjk2019-09-042-5/+14
* ProjectExplorer: Remove unused IDeviceWidget parent parameterhjk2019-08-192-4/+3
* ProjectExplorer: Base IDevice::osType on a data memberhjk2019-08-192-6/+1
* BareMetal: Auto-detect IAR EW toolchain for MSP430 architectureDenis Shienkov2019-08-161-2/+8
* BareMetal: Remove unneeded check on targethjk2019-08-131-3/+0
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-13/+6
* ProjectExplorer::IDevice: Add a default display nameChristian Kandeler2019-08-024-8/+9
* Debugger: Add peripheral registers description file supportDenis Shienkov2019-07-312-0/+25
* BareMetal: Fix auto-detection of C++ IAR toolchain for STM8 architectureDenis Shienkov2019-07-271-1/+1
* BareMetal: Auto-detect IAR EW toolchain for STM8 architectureDenis Shienkov2019-07-261-1/+6
* BareMetal: Add STM8 architecture for SDCC toolchainDenis Shienkov2019-07-261-15/+39
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-251-2/+12
|\
| * BareMetal: Fix compile for gcc5.3Christian Stenger2019-07-251-2/+2
| * BareMetal: Fix detection of C++ language option for IARDenis Shienkov2019-07-241-2/+12
* | Fix compile after FileName dropChristian Stenger2019-07-241-1/+1
* | BareMetal: Streamline GdbServerProvider codehjk2019-07-2410-189/+100
* | Replace remaining Utils::FileName occurrences by Utils::FilePathhjk2019-07-231-1/+1
* | Avoid warning on empty expressionshjk2019-07-234-4/+4
* | Make the project managers tell the code model about include pathsChristian Kandeler2019-07-126-28/+28
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-041-2/+2
|\ \ | |/
| * BareMetal: Fix typo in option to enable C++ language for IARDenis Shienkov2019-07-031-2/+2
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-3/+3
|\ \ | |/
| * Fix build with mingw 5.3Christian Kandeler2019-06-271-3/+3
* | BareMetal: Remove unused deployment stephjk2019-06-254-21/+0
* | ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-3/+4
* | ProjectExplorer: Use data member for ToolChain::typeDisplayNamehjk2019-06-206-18/+3
* | BareMetal: Fix recent constructor breakagehjk2019-06-202-2/+5
* | ProjectExplorer: Make Device::displayType a data memberhjk2019-06-192-6/+2
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-113-12/+6
* | BareMetal: Some adaptations to new Utils::CommandLinehjk2019-06-073-32/+26
* | Utils: Encourage marking of raw command line parametershjk2019-06-061-2/+2
|/
* BareMetal: Use Utils::CommandLine for gdbserver thingshjk2019-06-057-64/+46
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-291-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-2813-109/+109
* ProjectExplorer: Use the new way for dependent aspectshjk2019-05-281-1/+1
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-283-47/+47
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+30
* ProjectExplorer: Use ToolChainFactories to clone ToolChainshjk2019-05-166-30/+0
* ProjectExplorer: Make ToolChain::makeCommand return a FileNamehjk2019-05-156-6/+6
* Baremetal: Add option to use gdb target "extended-remote"Denis Vygovskiy2019-05-145-2/+31
* ProjectExplorer: Use a member for ToolChainFactory::canCreatehjk2019-05-136-22/+4
* ProjectExplorer: Introduce new Task::setFile() methodDenis Shienkov2019-05-131-1/+1
* ProjectExplorer: Use functor for ToolChain creation in ToolChainFactoryhjk2019-05-136-56/+5
* ProjectExplorer: Drop Detection argument from ToolChain constructorhjk2019-05-106-18/+21
* ProjectExplorer: Use the fromMap(toMap()) pattern to clone deviceshjk2019-05-102-15/+1
* bare-metal: Don't create C++ toolchain for auto-detected KEIL C51 compilerDenis Shienkov2019-05-101-0/+7
* bare-metal: Add missed C++ language option for IAR toolchainDenis Shienkov2019-05-102-12/+21
* ProjectExplorer: Simplify ToolChainFactory::create() signaturehjk2019-05-096-30/+9