History for mbed-os / workspace_tools / toolchains / __init__.py
2016-06-09
@Mihail Stoyanov
Introduce FEATURE_ keyword which behaves like TARGET_ but is generated from targets features (see targets.json)
Mihail Stoyanov committed on 9 Jun 2016
2016-06-08
@Bogdan Marinescu
Rename "features" to "device_has" in targets.json ...
Bogdan Marinescu committed on 8 Jun 2016
2016-06-03
@Jimmy Brisson
made features a first class citizen
Jimmy Brisson committed on 3 Jun 2016
@Jimmy Brisson
added features support to all of the toolchains
Jimmy Brisson committed on 3 Jun 2016
2016-05-06
@0xc0170
RTOS - fix Cortex-M version - add macros required for new kernel ...
0xc0170 committed on 6 May 2016
2016-05-05
@0xc0170
Cortex symbols - add cmsis rtos for all cortex cores
0xc0170 committed on 5 May 2016
2016-02-25
@Brian Daniels
Adding the ability for tests to report they aren't supported on a target
Brian Daniels committed on 25 Feb 2016
2016-02-15
@Martin Kojtal
Merge pull request #1535 from sg-/remove-gcc-cw ...
Martin Kojtal committed on 15 Feb 2016
2016-02-11
@sg-
Remove all references and use of code warrior GCC in docs, build and ...
sg- committed on 11 Feb 2016
@sg-
Remove all references and use of code sourcery GCC in docs, build and export scripts
sg- committed on 11 Feb 2016
2016-02-05
@Sam Grove
add extra mbed identifier. correct duplicate target
Sam Grove committed on 5 Feb 2016
2015-11-12
@Brian Daniels
Fixing import issues with build.py
Brian Daniels committed on 12 Nov 2015
@Brian Daniels
Removing unnecessary bits
Brian Daniels committed on 12 Nov 2015
@Brian Daniels
Simplifying and reducing code
Brian Daniels committed on 12 Nov 2015
@Brian Daniels
adding build output to build report
Brian Daniels committed on 12 Nov 2015
@Brian Daniels
Consolidating reporting in build_release and test_api
Brian Daniels committed on 12 Nov 2015
2015-08-05
@Przemek Wirkus
Added fix for duplicate -D compiler symbols
Przemek Wirkus authored on 5 Aug 2015 0xc0170 committed on 5 Aug 2015
2015-03-02
@GustavWi
IAR support arch_ble, delta_defcm, hrm1017, nrf51_dk, nrf51_dongle, seed_tiny_ble.
GustavWi committed on 2 Mar 2015
2015-02-19
@Mihail Stoyanov
When linking program define the output name based on the OUTPUT_EXT before processing linking the file. This let's any hooks to use the final output file/name. ...
Mihail Stoyanov committed on 19 Feb 2015
@Mihail Stoyanov
Removed colorama dependency. This breaks the online build system, the live exported and prevents deployment of new platforms. Rewrite the code so colors are optional and no additional modules are required for toolchains and platforms
Mihail Stoyanov committed on 19 Feb 2015
2015-02-16
@Martin Kojtal
Merge pull request #900 from PrzemekWirkus/host_test_autodetection ...
Martin Kojtal committed on 16 Feb 2015
2015-02-10
@Przemek Wirkus
Added colorama to toolchain notification function and basic test suite prompts
Przemek Wirkus committed on 10 Feb 2015
@Mihail Stoyanov
Add Cortex-M7 and Cortex-M1 symbols
Mihail Stoyanov committed on 10 Feb 2015
2015-02-04
@GustavWi
trivial correction
GustavWi committed on 4 Feb 2015
@GustavWi
Added IAR support for NRF51822. IAR's linker can not merge hex files as a section only binarys. I added a binary under TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_IAR that represents the soft_device. I added support in the python scripts to also copy binaries to the build/mbed dir and also added support for the exporter to copy binaries from resources into the exported zip file.
GustavWi committed on 4 Feb 2015
2014-12-03
@Martin Kojtal
Merge pull request #750 from PrzemekWirkus/travis-linking ...
Martin Kojtal committed on 3 Dec 2014
@Przemek Wirkus
Removed progress characters, they just look stupid in Travis console
Przemek Wirkus committed on 3 Dec 2014
@Przemek Wirkus
Added new switch --silet to build.py to avoid endless screens of Copy / Compile. In silent mode only warnings / erros / build product will be displayed ...
Przemek Wirkus committed on 3 Dec 2014
@Przemek Wirkus
Added new switch --silet to build.py to avoid endless screens of Copy / Compile. In silent mode only warnings / erros / build product will be displayed
Przemek Wirkus committed on 3 Dec 2014
2014-12-02
@Mihail Stoyanov
Increase the build system timeout when processing jobs to 5 minutes as initially designed
Mihail Stoyanov committed on 2 Dec 2014