dainis
Advanced Member level 4

small operating system
h**p://users.ints.net/skidan/SOS/
h**p://users.ints.net/skidan/SOS/Download/SOS-5.02.03.zip
This is an RTOS for TI MSP430 microcontrollers family.
Welcome to the world of multi-tasking. SOS (Small Operating System) is the real-time operating system for
TI MSP430 microcontrollers. SOS is a high performance real time OS that has been optimized for minimum
memory consumption (aspecially RAM).
It is very small and simple. But usually you will not need more for most projects.
SOS provides the necessary function calls and operating system kernel to write efficient C code to create a
well designed, multi-tasking application. The ability of a single processor to run many tasks by swapping
different tasks in and out creates the feeling that many tasks are operating simultaneously. This is what
multi-tasking is all about. SOS is a real-time multi-tasking operating system giving you function calls and an
operating system kernel that will:
allow control of tasks
handle events and critical sections
regulate timing in a variety of ways
swap tasks and interrupts.
h**p://users.ints.net/skidan/SOS/
h**p://users.ints.net/skidan/SOS/Download/SOS-5.02.03.zip
This is an RTOS for TI MSP430 microcontrollers family.
Welcome to the world of multi-tasking. SOS (Small Operating System) is the real-time operating system for
TI MSP430 microcontrollers. SOS is a high performance real time OS that has been optimized for minimum
memory consumption (aspecially RAM).
It is very small and simple. But usually you will not need more for most projects.
SOS provides the necessary function calls and operating system kernel to write efficient C code to create a
well designed, multi-tasking application. The ability of a single processor to run many tasks by swapping
different tasks in and out creates the feeling that many tasks are operating simultaneously. This is what
multi-tasking is all about. SOS is a real-time multi-tasking operating system giving you function calls and an
operating system kernel that will:
allow control of tasks
handle events and critical sections
regulate timing in a variety of ways
swap tasks and interrupts.