skel.htm

来自「A tutorial on RT-Linux」· HTM 代码 · 共 47 行

HTM
47
字号
<html><head><title>EXAMPLE 4: FIFO COMMUNICATION BETWEEN RTL AND LINUX</title><link rel="stylesheet" type="text/css" href="style.css"></head><body><a href="./ex03_variable.htm">[previous]</a><a href="./tutorial.htm#index">[index]</a><a href="./ex05_isr.htm">[next]</a><h1>Example 4: FIFO Communication Between RTL and Linux</h1><p>This example demonstrates...Refer to the <ahref="../ex04_fifo/fifo_task.c">commented source code</a> of the example for the details.<h2>Principle of Operation</h2><ul><li>FIFOs are used to communicate between RTL and Linux processes.</ul><h2>Running the Demo</h2>To run the demo, change to the 'ex04_fifo' subdirectory of thetop-level tutorial directory, and run the 'run' script by typing<pre>./run</pre>Alternatively, change to the top-level tutorial directory and run the'runall' script there by typing<pre>./runall</pre>and selecting the "FIFO" button.<p>You'll see diagnostics messages printing out.<p><a href="../ex04_fifo/fifo_task.c">See the Real-Time Task Code</a><p><a href="../ex04_fifo/fifo_app.c">See the Linux Application Code</a><hr><a href="./ex05_isr.htm">Next: Example 5, Interrupt Service Routines</a><p><a href="./ex03_variable.htm">Back: Example 3, Variable-Period Scheduling of a Single Task</a></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?