代码搜索:rtLinux

找到约 409 项符合「rtLinux」的源代码

代码结果 409
www.eeworm.com/read/180227/5288177

menuconfig

#! /bin/sh # # This script is used to configure the RTLinux kernel modules. # # It was inspired by a desire to not have to hit 9 million times # or startup the X server just to change a single
www.eeworm.com/read/180227/5288209

in config.in

define_bool CONFIG_PSC y bool 'Floating Point Support' CONFIG_RTL_FP_SUPPORT bool 'RTLinux Debugger' CONFIG_RTL_DEBUGGER
www.eeworm.com/read/180227/5287666

simple_device readme.simple_device

simple_device.c is actually not related to rtlinux at all - but as there are questions about how to write a simple driver on the mailing list from time to time a very simple driver is included here
www.eeworm.com/read/180227/5287688

readme

examples/parallel: Files in this directory are for playing with the parallel port and rtlinux , to use them all you will need a standard PLIP-cable . For details on that cable pleas check PLIP.txt.
www.eeworm.com/read/180227/5288126

h pthread.h

#ifndef __RTL_PTHREAD_H__ #define __RTL_PTHREAD_H__ /* POSIX pthreads for RTLinux */ #include #include #endif
www.eeworm.com/read/101153/6237704

readme

This example demonstrate the use of mutexes in RTLinux programs. The Linux init_module() function creates a mutex and locks it. Then it creates an RT-thread that also tries to lock the mutex and block
www.eeworm.com/read/101153/6237761

c irqsema.c

/* * RTLinux irq test * * measures semaphore wakeup operation performance * * (C) FSMLabs 2000. Michael Barabanov * Released under the GNU GENERAL PUBLIC LICENSE Version
www.eeworm.com/read/192848/5149722

readme

INTRODUCTION This example installs a HTTP daemon in RTLinux. To compile examples run >make examples in the directory containing the Makefile. Install the RTL-lwIP TCP/IP stack, and then run: > insmo
www.eeworm.com/read/180227/5287708

readme

This example demonstrate the use of mutexes in RTLinux programs. The Linux init_module() function creates three threads that try to compete for the mutex. After successfully locking the mutex, each t
www.eeworm.com/read/180227/5287816

c irqsema.c

/* * RTLinux irq test * * measures semaphore wakeup operation performance * * (C) FSMLabs 2000. Michael Barabanov * Released under the GNU GENERAL PUBLIC LICENSE Version