文件名称:PRU-Bridge:用户空间Linux和PRU之间的通用多通道桥接
文件大小:39KB
文件格式:ZIP
更新时间:2024-06-02 15:23:36
C
PRU桥 Linux在用户空间Linux和PRU之间建立了通用的多通道桥接器,可以轻松,高效地进行数据传输。 每个通道都是单向的,将由用户空间中的sysfs文件表示。通道数已固定为10,但每个通道的长度可以更改。 用户空间Linux C API的(pru_bridge.h) int pru_bridge_init ( int channel_sizes [ NUM_CHANNELS ] ) ; //channel_sizes is a array of 10 int which contain channel sizes void pru_channel_open ( int channel_no , int type ) ; //type is either PRU_READ or PRU_WRITE depending on channel type voi
【文件预览】:
PRU-Bridge-master
----LICENSE(14KB)
----install.sh(176B)
----src()
--------driver()
--------firmware()
--------dts()
----PythonLib()
--------test.py(185B)
--------Library()
----run.sh(88B)
----C_Lib()
--------Include()
--------Example()
--------Library()
--------Makefile(108B)
----README.md(3KB)