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
Commits
c3864fc1
Commit
c3864fc1
authored
Jun 19, 2016
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Update Scheduling protocol to
POSIX_1003_HIGHEST_PRIORITY_FIRST_PROTOCOL
parent
6e20a0d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
resources/AADLv2/components/processors/x86.aadl
resources/AADLv2/components/processors/x86.aadl
+2
-2
No files found.
resources/AADLv2/components/processors/x86.aadl
View file @
c3864fc1
...
@@ -6,7 +6,7 @@ with Deployment;
...
@@ -6,7 +6,7 @@ with Deployment;
processor
x86
processor
x86
properties
properties
Scheduling_Protocol
=>
(
RATE_MONOTONIC
_PROTOCOL
);
Scheduling_Protocol
=>
(
POSIX_1003_HIGHEST_PRIORITY_FIRST
_PROTOCOL
);
Deployment
::
Execution_Platform
=>
Native
;
Deployment
::
Execution_Platform
=>
Native
;
end
x86
;
end
x86
;
...
@@ -23,7 +23,7 @@ end x86.win32;
...
@@ -23,7 +23,7 @@ end x86.win32;
processor
implementation
x86
.
linux_bench
processor
implementation
x86
.
linux_bench
properties
properties
Scheduling_Protocol
=>
(
RATE_MONOTONIC
_PROTOCOL
);
Scheduling_Protocol
=>
(
POSIX_1003_HIGHEST_PRIORITY_FIRST
_PROTOCOL
);
Deployment
::
Execution_Platform
=>
bench
;
Deployment
::
Execution_Platform
=>
bench
;
end
x86
.
linux_bench
;
end
x86
.
linux_bench
;
...
...
Write
Preview
Markdown
is supported
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