History for mbed-os / workspace_tools / toolchains / iar.py
2016-05-31
@Russ Butler
Make the IAR standard library thread safe ...
Russ Butler authored on 21 May 2016 Russ Butler committed on 31 May 2016
2016-05-13
@adustm
[STM32F7] add FPU option for assembly compiling (needed for rtos library)
adustm committed on 13 May 2016
2016-03-10
@adustm
[STM32F7] fix typo in targets.py + remove tabs in iar.py
adustm committed on 10 Mar 2016
@adustm
[STM32F7] Allow IAR compilation ...
adustm committed on 10 Mar 2016
2015-11-12
@Brian Daniels
Fixing import issues with build.py
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
2014-12-10
@GustavWi
Merge remote-tracking branch 'upstream/master' into iar_mbed
GustavWi committed on 10 Dec 2014
@GustavWi
Separated the c data initialization and c++ to call mbed_sdk_init before c++ data. So that the c variables are updated before the c++ objects are initialized. Had to rename the cmain override in RTX_CM_lib.h to __iar_program_start because there can not be two __cmain overrides in the project. The ewps had to be updated to add the linker command --skip_dynamic_initialization which stalls the c++ data init until __iar_dynamic_initialization which is called right after mbed_sdk_init.
GustavWi committed on 10 Dec 2014
2014-12-03
@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-08-12
@Bogdan Marinescu
Re-implemented LPC patching step ...
Bogdan Marinescu committed on 12 Aug 2014
2014-08-07
@Bogdan Marinescu
A few changes to the new parallel build system ...
Bogdan Marinescu committed on 7 Aug 2014
2014-08-05
@Mihail Stoyanov
Add _assemble() and _compile() methods to generate one or more commands per source file ...
Mihail Stoyanov committed on 5 Aug 2014
2014-06-03
@Bogdan Marinescu
Merge branch 'dev_trailing_spaces_removal' of git://github.com/0xc0170/mbed into 0xc0170-dev_trailing_spaces_removal ...
Bogdan Marinescu committed on 3 Jun 2014
2014-06-02
@Przemek Wirkus
Added new option for more verbose mode when printing compiler warnings/errors. Option -x like 'extra' verbose mode
Przemek Wirkus committed on 2 Jun 2014
2014-05-29
@0xc0170
spaces removal - workspace tools (not tmpl)
0xc0170 committed on 29 May 2014
2014-05-07
@0xc0170
K64F - i2c fix, debug-info sets optimization to ...
0xc0170 committed on 7 May 2014
2014-02-07
@Emilio Monti
Fix "binary" function parameters
Emilio Monti committed on 7 Feb 2014
2013-12-05
@Bogdan Marinescu
Added command line hooking option ...
Bogdan Marinescu committed on 5 Dec 2013
2013-11-08
@Bogdan Marinescu
Updated DSP library + build system changes ...
Bogdan Marinescu committed on 8 Nov 2013
2013-10-21
@Bogdan Marinescu
Added macro definition from command line ...
Bogdan Marinescu committed on 21 Oct 2013
2013-10-14
@Bogdan Marinescu
Integrated support for Red Lizzard's "goanna" static analysis tool ...
Bogdan Marinescu committed on 14 Oct 2013
2013-08-06
@Emilio Monti
Add license to workspace_tools files
Emilio Monti committed on 6 Aug 2013
2013-07-03
@Joe Turner
Add debug-info option
Joe Turner committed on 3 Jul 2013
2013-07-02
@Emilio Monti
Add build options ...
Emilio Monti committed on 2 Jul 2013
2013-06-24
@Emilio Monti
Refactor the build system: ...
Emilio Monti committed on 24 Jun 2013