GustavWi
|
03c532f2aa
|
When exporting project to IAR the src files are now structured in folders to give the user a better overview of the project.
|
2015-03-05 15:58:24 +01:00 |
GustavWi
|
09261bd615
|
IAR: Fixed language settings in ewp files. Set project setting to allow both c and c++ language and allowed VLA in C code
|
2014-12-15 14:19:54 +01:00 |
GustavWi
|
3062999e97
|
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.
|
2014-12-10 13:40:17 +01:00 |
bcostm
|
b6014ecfa2
|
[NUCLEO_F411RE] Corrections in IAR icf and ewp.tmpl files
|
2014-10-23 11:35:44 +02:00 |
dbestm
|
3cc3193445
|
[NUCLEO_F411RE] Adapt python script + CMSIS files to build/export to IAR
|
2014-10-15 15:00:35 +02:00 |