代码搜索:rtLinux
找到约 409 项符合「rtLinux」的源代码
代码结果 409
www.eeworm.com/read/180227/5288158
rtlinux
#!/bin/sh
#
# Utility : rtlinux
# Author : Edgar F. Hilton
# Date : Nov. 18, 1999 and Sep 18, 2000
# Warranty : GPL
# System : Linux 2.2.x kernels
#
# NOTE:
# A full list of RTLinux modules
www.eeworm.com/read/460376/7252424
pdf rtlinux.pdf
www.eeworm.com/read/103509/6215133
1 rtlinux.1
.\" This -*- nroff -*- file has been generated from
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
...\"
...\" transcript compatibility for postscript use.
...\"
...\" synopsis: .P!
www.eeworm.com/read/103509/6215189
4 rtlinux.4
.\" This -*- nroff -*- file has been generated from
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
...\"
...\" transcript compatibility for postscript use.
...\"
...\" synopsis: .P!
www.eeworm.com/read/180227/5287967
makefile_rtlinux
# Makefile for the test example with RTLinux V3
all: testcom.o
include ../../../rtl.mk
clean:
rm -f *.o
test: all
@echo ""
@echo "This is the test for the rt_com driver."
@echo "If you connect
www.eeworm.com/read/321953/3529458
1 rtlinux.1
.\" This -*- nroff -*- file has been generated from
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
...\"
...\" transcript compatibility for postscript use.
...\"
...\" synopsis: .P!
www.eeworm.com/read/321953/3529517
4 rtlinux.4
.\" This -*- nroff -*- file has been generated from
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
...\"
...\" transcript compatibility for postscript use.
...\"
...\" synopsis: .P!
www.eeworm.com/read/292670/3950622
makefile_rtlinux
# Makefile for the test example with RTLinux V3
all: testcom.o
include ../../../rtl.mk
clean:
rm -f *.o
test: all
@echo ""
@echo "This is the test for the rt_com driver."
@echo "If you connect
www.eeworm.com/read/292670/3950781
rtlinux dep.rtlinux
#!/bin/sh
if [ -f "$LINUXDIR/include/asm/rt_irq.h" ]; then
CONFIG_RTL_V1="y"
fi
if [ "$CONFIG_RTLINUX" = "y" ]; then
CONFIG_RTL=y
fi
if [ "$CONFIG_RTL" != "" -o "$CONFIG_RTL_V1" = "y" ]; then
echo
www.eeworm.com/read/382361/2637683
makefile_rtlinux
# Makefile for the test example with RTLinux V3
all: testcom.o
include ../../../rtl.mk
clean:
rm -f *.o
test: all
@echo ""
@echo "This is the test for the rt_com driver."
@echo "If you connect