Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mock Turtle
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BE-CEM-EDL
Common
Mock Turtle
Merge requests
!10
Resolve "Make mockturtle compliant with linux-v5.10.x"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Make mockturtle compliant with linux-v5.10.x"
13-make-mockturtle-compliant-with-linux-v5-10-x
into
master
Overview
2
Commits
9
Pipelines
9
Changes
35
Merged
Federico Vaga
requested to merge
13-make-mockturtle-compliant-with-linux-v5-10-x
into
master
2 years ago
Overview
2
Commits
9
Pipelines
9
Changes
35
Expand
Closes
#13 (closed)
👍
0
👎
0
Merge request reports
Compare
master
version 6
dc018d60
2 years ago
version 5
215247fa
2 years ago
version 4
c6037c22
2 years ago
version 3
ffd3e4cc
2 years ago
version 2
cafb83c8
2 years ago
version 1
67f7b874
2 years ago
master (base)
and
latest version
latest version
f28ffd77
9 commits,
2 years ago
version 6
dc018d60
8 commits,
2 years ago
version 5
215247fa
8 commits,
2 years ago
version 4
c6037c22
7 commits,
2 years ago
version 3
ffd3e4cc
6 commits,
2 years ago
version 2
cafb83c8
7 commits,
2 years ago
version 1
67f7b874
6 commits,
2 years ago
35 files
+
85
−
56
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
35
Search (e.g. *.vue) (Ctrl+P)
demos/alarm_clock/firmware/fw-01/Makefile
+
1
−
1
Options
@@ -2,7 +2,7 @@
#
# SPDX-FileCopyrightText: 2019 CERN
TRTL
?=
../../../..
/
TRTL
?=
../../../..
TRTL_FW
=
$(
TRTL
)
/software/firmware
all
:
Loading