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
3e216998
Commit
3e216998
authored
Mar 09, 2021
by
Maxime Perrotin
Browse files
Add gnat2020 target and move to rcc r9
parent
e05de118
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/aadl-library/ocarina_components.aadl
View file @
3e216998
...
...
@@ -2344,13 +2344,13 @@ properties
Deployment
::
Ada_Runtime
=>
"stm32f407_discovery_full"
;
end
stm32f407_discovery
;
processor
implementation
stm32f407_discovery
.
gnat20
17
processor
implementation
stm32f407_discovery
.
gnat20
20
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
stm32f407_discovery
.
gnat20
17
;
end
stm32f407_discovery
.
gnat20
20
;
processor
stm32f429_discovery
extends
arm
properties
...
...
@@ -2358,13 +2358,13 @@ properties
Deployment
::
Ada_Runtime
=>
"stm32f429_discovery_full"
;
end
stm32f429_discovery
;
processor
implementation
stm32f429_discovery
.
gnat20
17
processor
implementation
stm32f429_discovery
.
gnat20
20
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
.
gnat20
17
;
end
stm32f429_discovery
.
gnat20
20
;
...
...
@@ -2477,45 +2477,45 @@ end gr740.rtems51_posix;
--
GAISLER
targets
processor
implementation
leon3
.
rcc13rc
5
_posix
processor
implementation
leon3
.
rcc13rc
9
_posix
properties
Scheduling_Protocol
=>
(
Posix_1003_Highest_Priority_First_Protocol
);
Priority_Range
=>
0
..
255
;
Scheduler_Quantum
=>
0
Ms
;
Preemptive_Scheduler
=>
true
;
Deployment
::
Execution_Platform
=>
LEON_RTEMS_POSIX
;
EnvVars
=>
"RTEMS_MAKEFILE_PATH_LEON=/opt/rcc-1.3-rc
5
-gcc/sparc-gaisler-rtems5/leon3"
;
end
leon3
.
rcc13rc
5
_posix
;
EnvVars
=>
"RTEMS_MAKEFILE_PATH_LEON=/opt/rcc-1.3-rc
9
-gcc/sparc-gaisler-rtems5/leon3"
;
end
leon3
.
rcc13rc
9
_posix
;
processor
implementation
gr712rc
.
rcc13rc
5
_posix
processor
implementation
gr712rc
.
rcc13rc
9
_posix
properties
Scheduling_Protocol
=>
(
Posix_1003_Highest_Priority_First_Protocol
);
Priority_Range
=>
0
..
255
;
Scheduler_Quantum
=>
0
Ms
;
Preemptive_Scheduler
=>
true
;
Deployment
::
Execution_Platform
=>
LEON_RTEMS_POSIX
;
EnvVars
=>
"RTEMS_MAKEFILE_PATH_LEON=/opt/rcc-1.3-rc
5
-gcc/sparc-gaisler-rtems5/gr712rc_smp:CFLAGS=-DCONFIGURE_SMP_APPLICATION -DCONFIGURE_MAXIMUM_PROCESSORS=2 "
;
end
gr712rc
.
rcc13rc
5
_posix
;
EnvVars
=>
"RTEMS_MAKEFILE_PATH_LEON=/opt/rcc-1.3-rc
9
-gcc/sparc-gaisler-rtems5/gr712rc_smp:CFLAGS=-DCONFIGURE_SMP_APPLICATION -DCONFIGURE_MAXIMUM_PROCESSORS=2 "
;
end
gr712rc
.
rcc13rc
9
_posix
;
processor
implementation
n2x
.
rcc13rc
5
_posix
processor
implementation
n2x
.
rcc13rc
9
_posix
properties
Scheduling_Protocol
=>
(
Posix_1003_Highest_Priority_First_Protocol
);
Priority_Range
=>
0
..
255
;
Scheduler_Quantum
=>
0
Ms
;
Preemptive_Scheduler
=>
true
;
Deployment
::
Execution_Platform
=>
LEON_RTEMS_POSIX
;
EnvVars
=>
"RTEMS_MAKEFILE_PATH_LEON=/opt/rcc-1.3-rc
5
-gcc/sparc-gaisler-rtems5/leon3_smp:CFLAGS=-DCONFIGURE_SMP_APPLICATION -DCONFIGURE_MAXIMUM_PROCESSORS=4 "
;
end
n2x
.
rcc13rc
5
_posix
;
EnvVars
=>
"RTEMS_MAKEFILE_PATH_LEON=/opt/rcc-1.3-rc
9
-gcc/sparc-gaisler-rtems5/leon3_smp:CFLAGS=-DCONFIGURE_SMP_APPLICATION -DCONFIGURE_MAXIMUM_PROCESSORS=4 "
;
end
n2x
.
rcc13rc
9
_posix
;
processor
implementation
gr740
.
rcc13rc
5
_posix
processor
implementation
gr740
.
rcc13rc
9
_posix
properties
Scheduling_Protocol
=>
(
Posix_1003_Highest_Priority_First_Protocol
);
Priority_Range
=>
0
..
255
;
Scheduler_Quantum
=>
0
Ms
;
Preemptive_Scheduler
=>
true
;
Deployment
::
Execution_Platform
=>
LEON_RTEMS_POSIX
;
EnvVars
=>
"RTEMS_MAKEFILE_PATH_LEON=/opt/rcc-1.3-rc
5
-gcc/sparc-gaisler-rtems5/gr740_smp:CFLAGS=-DCONFIGURE_SMP_APPLICATION -DCONFIGURE_MAXIMUM_PROCESSORS=4 -DGRLEON3 -DLEON3 "
;
end
gr740
.
rcc13rc
5
_posix
;
EnvVars
=>
"RTEMS_MAKEFILE_PATH_LEON=/opt/rcc-1.3-rc
9
-gcc/sparc-gaisler-rtems5/gr740_smp:CFLAGS=-DCONFIGURE_SMP_APPLICATION -DCONFIGURE_MAXIMUM_PROCESSORS=4 -DGRLEON3 -DLEON3 "
;
end
gr740
.
rcc13rc
9
_posix
;
--
processor
implementation
leon
.
ork
--
properties
...
...
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