Simple Real-Time Scheduler for Embedded Linux
So, you’re developing a real-time application which runs under Linux You’ve got some periodic (for example, timer) signals to handle And some aperiodic tasks (perhaps handling TCP/IP packets or other I/O) And some regularly scheduled tasks to perform (such as motor control, UI) Here is a simple design which cleanly handles all those soft real-time … Read more