Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dosek
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dosek-verification
dosek
Commits
b625a603
Commit
b625a603
authored
8 years ago
by
Merlin Göttlinger
Browse files
Options
Downloads
Patches
Plain Diff
Interrupt prios
parent
46a71fd8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/bcc1/complex2/system.oil
+1
-0
1 addition, 0 deletions
app/bcc1/complex2/system.oil
app/bcc1/lukas/isr2.oil
+4
-0
4 additions, 0 deletions
app/bcc1/lukas/isr2.oil
with
5 additions
and
0 deletions
app/bcc1/complex2/system.oil
+
1
−
0
View file @
b625a603
...
...
@@ -47,6 +47,7 @@ CPU TestSystem {
ISR ISR1 {
CATEGORY = 2;
DEVICE = 37;
PRIORITY = 1337;
};
};
...
...
This diff is collapsed.
Click to expand it.
app/bcc1/lukas/isr2.oil
+
4
−
0
View file @
b625a603
...
...
@@ -26,21 +26,25 @@ CPU TestSystem {
ISR ISR37 {
CATEGORY = 2;
DEVICE = 37;
PRIORITY = 1337;
};
ISR ISR38 {
CATEGORY = 2;
DEVICE = 38;
PRIORITY = 1338;
};
ISR ISR39 {
CATEGORY = 2;
DEVICE = 39;
PRIORITY = 1339;
};
ISR ISR40 {
CATEGORY = 2;
DEVICE = 40;
PRIORITY = 1340;
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment