Skip to content
Snippets Groups Projects
Commit 9dae0f5b authored by Alessandro Di Federico's avatar Alessandro Di Federico
Browse files

Add stub for UART version in CMakeLists.txt

parent 8d71cd48
No related branches found
No related tags found
No related merge requests found
......@@ -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,")
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment