summaryrefslogtreecommitdiff
path: root/src/plugins/baremetal
Commit message (Expand)AuthorAgeFilesLines
* BareMetal: Handle missed stdout error generated by IAR linkerDenis Shienkov2019-10-282-1/+33
* BareMetal: Improve IAR parser code a bitDenis Shienkov2019-10-282-62/+88
* Fix some memory leaksChristian Kandeler2019-10-231-0/+1
* BareMetal: Handle details preceding it message in the KEIL parserDenis Shienkov2019-10-182-19/+78
* BareMetal: Minimize nested blocks of code in KEIL parserDenis Shienkov2019-10-161-72/+66
* Port setMargins to setContentsMarginsLaurent Montel2019-10-161-1/+1
* BareMetal: Handle missed SDCC compiler errorsDenis Shienkov2019-10-141-1/+13
* BareMetal: Handle missed SDCC assembler errorsDenis Shienkov2019-10-141-1/+13
* BareMetal: Parse missed SDCC compiler warningDenis Shienkov2019-10-141-1/+13
* BareMetal: Handle warnings from BL51 linkerDenis Shienkov2019-10-112-4/+19
* BareMetal: Improve KEIL parser code a bitDenis Shienkov2019-10-112-42/+88
* BareMetal: Add deploy configurationChristian Kandeler2019-10-101-0/+16
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-09-301-17/+31
|\
| * BareMetal: Fix auto detection of SDCC toolchain on WindowsDenis Shienkov2019-09-271-17/+31
* | 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