History for mbed-os / tools / toolchains / gcc.py
2020-02-21
@Martin Kojtal
tools: fix SPDX identifiers
Martin Kojtal committed on 21 Feb 2020
2020-01-21
@Anna Bridge
Merge pull request #12278 from rajkan01/feature_rename_default_lib ...
Anna Bridge authored on 21 Jan 2020 GitHub committed on 21 Jan 2020
@Anna Bridge
Merge pull request #11904 from jamesbeyond/HW_gcov ...
Anna Bridge authored on 21 Jan 2020 GitHub committed on 21 Jan 2020
2020-01-17
@Rajkumar Kanagaraj
Rename "default_lib" to "c_lib".
Rajkumar Kanagaraj committed on 17 Jan 2020
2020-01-03
@Qinghao Shi
TOOLS: add some inline comments
Qinghao Shi committed on 3 Jan 2020
2019-12-23
@Rajkumar Kanagaraj
Fixed the build tools test case failure,incorporated review comments
Rajkumar Kanagaraj committed on 23 Dec 2019
2019-12-19
@Rajkumar Kanagaraj
Enabling small C library option and deprecating uARM toolchain ...
Rajkumar Kanagaraj committed on 19 Dec 2019
2019-12-04
@Martin Kojtal
Merge pull request #11891 from hugueskamba/hk-enable-minimal-printf-in-tools ...
Martin Kojtal authored on 4 Dec 2019 GitHub committed on 4 Dec 2019
2019-12-03
@Hugues Kamba
minimal-printf: Enable using a target configuration parameter
Hugues Kamba committed on 3 Dec 2019
2019-11-26
@Kevin Bracey
Tools: check for GCC 9, rather than 6 ...
Kevin Bracey committed on 26 Nov 2019
2019-11-20
@Qinghao Shi
TOOLS: enable build greentea test with gcov options
Qinghao Shi committed on 20 Nov 2019
2019-08-19
@jh228
Update gcc.py
jh228 authored on 19 Aug 2019 GitHub committed on 19 Aug 2019
2019-08-18
@jh228
Update gcc.py for preprocessing in linker script ...
jh228 authored on 18 Aug 2019 GitHub committed on 18 Aug 2019
2019-05-03
@Kevin Bracey
Permit non-TrustZone ARMv8 build ...
Kevin Bracey committed on 3 May 2019
2019-04-23
@Kevin Bracey
Tools: Add "Cortex-M33E" option ...
Kevin Bracey committed on 23 Apr 2019
@Kevin Bracey
Correct some CPU selections in tools ...
Kevin Bracey committed on 23 Apr 2019
2019-03-04
@Jimmy Brisson
Fix pylint warnings in gcc.py except for the long regex
Jimmy Brisson committed on 4 Mar 2019
@Jimmy Brisson
Move toolchain base class into another file
Jimmy Brisson committed on 4 Mar 2019
@Jimmy Brisson
Simplify hook tool implementation ...
Jimmy Brisson committed on 4 Mar 2019
2019-02-07
@Nir Sonnenschein
Merge pull request #9619 from deepikabhavnani/typo_correct ...
Nir Sonnenschein authored on 7 Feb 2019 GitHub committed on 7 Feb 2019
2019-02-05
@deepikabhavnani
Correct the dsp flag from no_dsp to nodsp
deepikabhavnani committed on 5 Feb 2019
@Michael Schwarcz
Fix cortex-m33-S compile error ...
Michael Schwarcz authored on 5 Feb 2019 GitHub committed on 5 Feb 2019
2019-01-31
@Cruz Monrreal
Merge pull request #9480 from deepikabhavnani/core_arch_v8m ...
Cruz Monrreal authored on 31 Jan 2019 GitHub committed on 31 Jan 2019
2019-01-28
@Cruz Monrreal II
Added encoding to version check for Py3 compat
Cruz Monrreal II committed on 28 Jan 2019
2019-01-25
@deepikabhavnani
Change if statements to lookup tables
deepikabhavnani committed on 25 Jan 2019
@deepikabhavnani
Change DSP variant symbol to `E` from `D`(d-double floating point)
deepikabhavnani committed on 25 Jan 2019
@deepikabhavnani
GCC_ARM: Strip the -NS from core option before setting floating point options
deepikabhavnani committed on 25 Jan 2019
@deepikabhavnani
Use core arch for setting secure/non-secure flags
deepikabhavnani committed on 25 Jan 2019
2018-12-07
@deepikabhavnani
Add core option for Cortex-M33 with DSP enabled ...
deepikabhavnani authored on 6 Dec 2018 Mahesh Mahadevan committed on 7 Dec 2018
2018-11-13
@Deepika
Adding arch option instead MCPU for no dsp and no fpu support ...
Deepika committed on 13 Nov 2018