Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Compare Revisions
5fac2d6725aaeab44e2058a9e282e47636a8fe96...3b2c7442de697fa20be8a4e60be067369d4b70a9
Source
3b2c7442de697fa20be8a4e60be067369d4b70a9
Select Git revision
...
Target
5fac2d6725aaeab44e2058a9e282e47636a8fe96
Select Git revision
Compare
Commits (1)
Use Stack_Size and not Source_Stack_Size anymore
· 3b2c7442
Maxime Perrotin
authored
Oct 20, 2017
to be compliant with AADLv2.x
3b2c7442
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/backends/ocarina-backends-properties.adb
src/backends/ocarina-backends-properties.adb
+1
-1
No files found.
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
(
"s
ource_s
tack_size"
);
Thread_Stack_Size
:=
Get_String_Name
(
"stack_size"
);
Port_Timing
:=
Get_String_Name
(
"timing"
);
Port_Timing_Sampled_Name
:=
Get_String_Name
(
"sampled"
);
...
...