Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
3b2c7442
Commit
3b2c7442
authored
Oct 20, 2017
by
Maxime Perrotin
Browse files
Use Stack_Size and not Source_Stack_Size anymore
to be compliant with AADLv2.x
parent
5fac2d67
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/backends/ocarina-backends-properties.adb
View file @
3b2c7442
...
...
@@ -2904,7 +2904,7 @@ package body Ocarina.Backends.Properties is
Thread_Dispatch_Protocol
:=
Get_String_Name
(
"dispatch_protocol"
);
Thread_Cheddar_Priority
:=
Get_String_Name
(
"cheddar_properties::fixed_priority"
);
Thread_Stack_Size
:=
Get_String_Name
(
"
source_
stack_size"
);
Thread_Stack_Size
:=
Get_String_Name
(
"stack_size"
);
Port_Timing
:=
Get_String_Name
(
"timing"
);
Port_Timing_Sampled_Name
:=
Get_String_Name
(
"sampled"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment