Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eld
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
or1k
eld
Commits
9dae0f5b
Commit
9dae0f5b
authored
10 years ago
by
Alessandro Di Federico
Browse files
Options
Downloads
Patches
Plain Diff
Add stub for UART version in CMakeLists.txt
parent
8d71cd48
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-0
2 additions, 0 deletions
CMakeLists.txt
sim.cfg
+5
-1
5 additions, 1 deletion
sim.cfg
with
7 additions
and
1 deletion
CMakeLists.txt
+
2
−
0
View file @
9dae0f5b
...
...
@@ -32,6 +32,8 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__FILE__=${ELD_FILE}")
# Force export of all the symbols
set
(
CMAKE_EXE_LINKER_FLAGS
"-Wl,--export-dynamic"
)
#set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -mboard=or1ksim-uart")
# Parameter to specify the soname to ld
set
(
CMAKE_SHARED_LIBRARY_SONAME_C_FLAG
"-Wl,-soname,"
)
...
...
This diff is collapsed.
Click to expand it.
sim.cfg
+
5
−
1
View file @
9dae0f5b
...
...
@@ -317,8 +317,12 @@ end
section
uart
enabled
= 0
baseaddr
= 0x90000000
irq
= 2
channel
= "file:/tmp/in,/tmp/out"
/*
channel = "xterm:"
*
/
/*
channel = "fd:0,1"
*
/
irq
= 13
16550
= 1
jitter
= -1
end
...
...
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