Notes |
|
|
Using the "nodes" file that the orchestrator already parses for the ENV parts. |
|
|
(0003044)
|
maxime
|
2017-10-11 12:44
|
|
The three properties are now parsed by buildsupport and propagated to the "nodes" files
the orchestrator is processing the EnvVars property
Remaining to be done: USER_CFLAGS and USER_LDFLAGS |
|
|
(0003046)
|
hugues
|
2017-10-13 07:58
|
|
|
|
(0003323)
|
maxime
|
2018-05-13 15:54
|
|
We also need Default_Stack_Size per target |
|
|
(0003324)
|
hugues
|
2018-05-13 15:58
|
|
Stack_Size (default property) already applies to processor
Source_Stack_Size: Size
applies to (thread, subprogram, processor, device);
Stack_Size: Size
applies to (thread, subprogram, processor, device);
So you can already apply Stack_Size to processor (aka the target)
But, for the moment, we only check for thread, we may add a fall back mechanism: if not set for thread, look for processor the thread is bound to and use this value.
What do you think ? |
|
|
(0003325)
|
maxime
|
2018-05-13 20:00
|
|
Yes, if you do that, then I'll remove the value setting from Buildsupport and let you use the default value when you create the threads. Good idea. |
|
|
(0003822)
|
maxime
|
2022-12-06 12:30
|
|
All these properties were added. |
|