Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
taste-setup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
TASTE
taste-setup
Merge requests
!173
PL1
Added support for new runtime Leon3 RTEMS SMP QDP
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Imported
Added support for new runtime Leon3 RTEMS SMP QDP
feature-n7s#aur-136-new-runtime
into
feature_bullseye
Overview
3
Commits
22
Pipelines
1
Changes
1
Closed
Imported
Juan Font Alonso
requested to merge
feature-n7s#aur-136-new-runtime
into
feature_bullseye
2 years ago
Overview
3
Commits
22
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
feature_bullseye
feature_bullseye (base)
and
latest version
latest version
0aa92c54
22 commits,
2 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
misc/helper-scripts/check_deployment_target_cli.py
+
1
−
0
Options
@@ -104,6 +104,7 @@ def check_zynq7000_rtems():
not
os
.
path
.
isdir
(
"
/opt/bambu/
"
):
raise
NotImplementedError
(
install_zynq7000_rtems
)
# TASTE-Runtime-Common is present by default
def
check_leon3_rtems_smp_qdp
():
if
not
os
.
path
.
isdir
(
"
/opt/rtems-6-sparc-gr712rc-smp-3/
"
):
raise
NotImplementedError
(
install_rtems6_smp_qdp_gr712rc
)
Loading