Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
9557645b
Commit
9557645b
authored
Apr 15, 2021
by
Maxime Perrotin
Browse files
Add support for Raspberry PI in ocarina_components.aadl
Contribution from Angel Grover Pérez Muñoz
parent
d6ffe8bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/aadl-library/ocarina_components.aadl
View file @
9557645b
...
...
@@ -2292,6 +2292,20 @@ with Cheddar_Properties;
processor
arm
end
arm
;
processor
rpi
extends
arm
properties
Deployment
::
Execution_Platform
=>
RPI
;
end
rpi
;
processor
implementation
rpi
.
posix
properties
Scheduling_Protocol
=>
(
Posix_1003_Highest_Priority_First_Protocol
);
Priority_Range
=>
0
..
139
;
Cheddar_Properties
::
Scheduler_Quantum
=>
0
Ms
;
Cheddar_Properties
::
Preemptive_Scheduler
=>
true
;
end
rpi
.
posix
;
processor
zynqzc706
extends
arm
properties
Deployment
::
Execution_Platform
=>
ZYNQZC706_RTEMS
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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