Go to file
Vijay Banerjee 47ffb323e5 motorola_powerpc: Add support for MVME5100
This patch adds a variant of the motorola_powerpc
BSP to support MVME5100
2026-08-04 09:45:23 -05:00
.gitlab .gitlab: update ignore.toml for fastlz 2026-02-13 21:12:52 +00:00
bsps motorola_powerpc: Add support for MVME5100 2026-08-04 09:45:23 -05:00
contrib contrib/cpukit/posix-newlib: Use local div() 2026-07-02 17:24:27 -05:00
cpukit libblock: Return RTEMS_NO_MEMORY on allocation failure 2026-08-03 10:08:40 +08:00
make rtems/make: grammar cleanup in *.cfg files 2026-01-21 13:31:57 -07:00
spec/build motorola_powerpc: Add support for MVME5100 2026-08-04 09:45:23 -05:00
testsuites testsuites/smptests: Modify smpspinwait01 test to use Classic API 2026-07-23 16:09:49 -06:00
yaml build: Remove Python 2 quirks 2024-11-21 04:22:31 +01:00
.gitignore git: Remove auto* files from git ignore 2024-10-03 18:37:05 +10:00
CODEOWNERS Add @docs group as approvers for docs under @arch 2024-08-05 17:59:50 -04:00
Doxyfile libnetwork references misc: Remove libnetwork references 2025-07-15 22:36:46 +00:00
LICENSE.md ascii: Remove non-ASCII characters 2025-05-22 19:35:12 +00:00
README.md README.md: Update fix POSIX Compliance guide link 2026-02-08 03:47:37 +02:00
_clang-format rtems: add _clang-format in root 2026-02-01 19:24:33 -06:00
gccdeps.py gccdeps: import from waf-2.1.3 2024-10-28 21:39:14 -06:00
rtems-bsps rtems-bsps: Add JSON output 2025-07-31 18:24:04 -05:00
rtemslogo.png doxygen: Update logo to current RTEMS logo 2026-03-19 18:31:52 -05:00
waf waf: Update waf to 2.1.4 2024-12-04 14:55:54 -07:00
wscript wscript: add dtc command to compile dts files 2026-05-28 18:55:53 -06:00

README.md

Real-Time Executive for Multiprocessing Systems

RTEMS is a real-time executive (kernel) which provides a high performance environment for embedded applications with the following features:

  • Standards based user interfaces.
  • Multitasking capabilities.
  • Homogeneous and heterogeneous multiprocessor systems.
  • Symmetric Multiprocessing (SMP):
    • Cluster scheduling: Job-level fixed prority scheduler (EDF) with support for one-to-one and one-to-all thread to processor affinities.
    • Locking protocols with transitive priority inheritance, priority ceiling, MRsP and OMIP.
  • Event-driven, priority-based, preemptive scheduling.
  • Scalable timer and timeout support.
  • Optional rate monotonic scheduling.
  • Intertask communication and synchronisation.
  • Priority inheritance.
  • Responsive interrupt management.
  • Dynamic memory allocation.
  • Dynamic code loading using run-time link editing.
  • File systems, IMFS, FAT, RFS, JFFS, NSFv4 (with LibBSD)
  • High level of user configurability.
  • Link-time configurable schedulers.
  • Linker-set based initialization (similar to global C++ constructors).
  • Drivers for I2C, SPI and LibBSD has NIC, USB, SD/MMC and Framebuffer.
  • Open source with a friendly user license.

RTEMS Project:

Project git repositories are located at:

Online documentation is available at:

RTEMS Doxygen for CPUKit:

RTEMS POSIX 1003.1 Compliance Guide:

RTEMS Discourse User forum for questions, answers and examples:

RTEMS Discord for support:

RTEMS Mailing Lists for general purpose use the users list and for developers use the devel list.

The version number for this software in releases is located in the VERSION file if present.