Files
rtems/README.md

47 lines
1.2 KiB
Markdown
Raw Normal View History

Real-Time Executive for Multiprocessing Systems
===============================================
2018-04-10 16:28:58 +10:00
RTEMS is a real-time executive (kernel) which provides a high performance
environment for embedded applications with the following features:
2018-04-10 16:28:58 +10:00
* Standards based user interfaces.
* Multitasking capabilities.
* Homogeneous and heterogeneous multiprocessor systems.
* Event-driven, priority-based, preemptive scheduling.
* Optional rate monotonic scheduling.
* Intertask communication and synchronisation.
* Priority inheritance.
* Responsive interrupt management.
* Dynamic memory allocation.
* High level of user configurability.
* Open source with a friendly user license.
2018-04-10 16:28:58 +10:00
Project git repositories are located at:
2018-04-10 16:28:58 +10:00
* https://gitlab.rtems.org/rtems/
Online documentation is available at:
1995-05-11 17:39:37 +00:00
* https://docs.rtems.org/
1995-05-11 17:39:37 +00:00
2015-05-14 06:40:45 -07:00
RTEMS Doxygen for CPUKit:
1995-05-11 17:39:37 +00:00
* https://docs.rtems.org/doxygen/branches/master/
RTEMS POSIX 1003.1 Compliance Guide:
2018-04-10 16:28:58 +10:00
* https://docs.rtems.org/branches/master/posix-compliance/
2018-04-10 16:28:58 +10:00
RTEMS Mailing Lists for general purpose use the users list and for developers
use the devel list.
* https://lists.rtems.org/mailman/listinfo
2018-04-10 16:28:58 +10:00
The version number for this software is indicated in the VERSION file.