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
|
5c5bf71e1d
|
Issue #910. Added debug file with predefined hardware debug settings. When user exports to IAR the project has all the necessary settings so the user can immediately flash the program
|
2015-02-20 15:59:16 +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
|
feee66d0fc
|
[NUCLEO_F303RE] Add target part 3 - workspace_tools
|
2014-12-02 07:51:14 +01:00 |