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
taste-setup
Commits
d5c41c98
Commit
d5c41c98
authored
Oct 22, 2017
by
Maxime Perrotin
Browse files
Rename stm32 platform and add stm32f429
parent
c6d0fb3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/supported-platforms/ocarina_components.aadl
View file @
d5c41c98
...
@@ -2147,19 +2147,35 @@ properties
...
@@ -2147,19 +2147,35 @@ properties
end crazyflie_v2.gnat;
end crazyflie_v2.gnat;
processor stm32f4_discovery extends arm
processor stm32f4
07
_discovery extends arm
properties
properties
Deployment::Execution_Platform => GNAT_Runtime;
Deployment::Execution_Platform => GNAT_Runtime;
Deployment::Ada_Runtime => "stm32f407_discovery_full";
Deployment::Ada_Runtime => "stm32f407_discovery_full";
end stm32f4_discovery;
end stm32f4
07
_discovery;
processor implementation stm32f4_discovery.gnat
processor implementation stm32f4
07
_discovery.gnat
2017
properties
properties
Scheduling_Protocol => (Posix_1003_Highest_Priority_First_Protocol);
Scheduling_Protocol => (Posix_1003_Highest_Priority_First_Protocol);
Priority_Range => 0 .. 255;
Priority_Range => 0 .. 255;
Cheddar_Properties::Scheduler_Quantum => 0 Ms;
Cheddar_Properties::Scheduler_Quantum => 0 Ms;
Cheddar_Properties::Preemptive_Scheduler => true;
Cheddar_Properties::Preemptive_Scheduler => true;
end stm32f4_discovery.gnat;
end stm32f407_discovery.gnat2017;
processor stm32f429_discovery extends arm
properties
Deployment::Execution_Platform => GNAT_Runtime;
Deployment::Ada_Runtime => "stm32f429_discovery_full";
end stm32f429_discovery;
processor implementation stm32f429_discovery.gnat2017
properties
Scheduling_Protocol => (Posix_1003_Highest_Priority_First_Protocol);
Priority_Range => 0 .. 255;
Cheddar_Properties::Scheduler_Quantum => 0 Ms;
Cheddar_Properties::Preemptive_Scheduler => true;
end stm32f429_discovery.gnat2017;
processor nds extends arm
processor nds extends arm
end nds;
end nds;
...
...
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