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
taste-setup
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
taste-setup
Commits
d8ff4257
Commit
d8ff4257
authored
Feb 03, 2020
by
Rafal Babski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial support for MSP430
parent
6b76a45c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
misc/aadl-library/ocarina_components.aadl
misc/aadl-library/ocarina_components.aadl
+20
-0
No files found.
misc/aadl-library/ocarina_components.aadl
View file @
d8ff4257
...
...
@@ -2530,6 +2530,26 @@ subcomponents
end
driver
.
i
;
end
ocarina_drivers_udp_exarm
;
package
ocarina_processors_msp
public
with
Deployment
;
with
Cheddar_Properties
;
processor
msp430
properties
Deployment
::
Execution_Platform
=>
MSP430_FREERTOS
;
end
msp430
;
processor
implementation
msp430
.
freertos
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
msp430
.
freertos
;
end
ocarina_processors_msp
;
package
ocarina_processors_arm
public
...
...
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