Warning, /README.md is written in an unsupported language. File is not indexed.
0001 Real-Time Executive for Multiprocessing Systems
0002 ===============================================
0003
0004 RTEMS is a real-time executive (kernel) which provides a high performance
0005 environment for embedded applications with the following features:
0006
0007 * Standards based user interfaces.
0008 * Multitasking capabilities.
0009 * Homogeneous and heterogeneous multiprocessor systems.
0010 * Event-driven, priority-based, preemptive scheduling.
0011 * Optional rate monotonic scheduling.
0012 * Intertask communication and synchronisation.
0013 * Priority inheritance.
0014 * Responsive interrupt management.
0015 * Dynamic memory allocation.
0016 * High level of user configurability.
0017 * Open source with a friendly user license.
0018
0019
0020 Project git repositories are located at:
0021
0022 * https://gitlab.rtems.org/rtems/
0023
0024
0025 Online documentation is available at:
0026
0027 * https://docs.rtems.org/
0028
0029
0030 RTEMS Doxygen for CPUKit:
0031
0032 * https://docs.rtems.org/doxygen/branches/master/
0033
0034
0035 RTEMS POSIX 1003.1 Compliance Guide:
0036
0037 * https://docs.rtems.org/branches/master/posix-compliance/
0038
0039
0040 RTEMS Mailing Lists for general purpose use the users list and for developers
0041 use the devel list.
0042
0043 * https://lists.rtems.org/mailman/listinfo
0044
0045
0046 The version number for this software is indicated in the VERSION file.