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 |
GustavWi
|
b00b46a986
|
Override default linker file for devices (was not needed before NVIC table ram space in icf file
|
2014-11-27 13:47:19 +01:00 |
GustavWi
|
82523de2c6
|
IAR export LPC1549
|
2014-11-18 16:01:34 +01:00 |