Go to file
Jeremy Lorelli 272d355c42 malloctest: Add tests for malloc_usable_size
A few tests for malloc_usable_size.
2025-07-26 21:44:11 -04:00
.gitlab mghttpd: Remove Mongoose httpd 2025-07-24 20:09:59 -05:00
bsps bsps/m68k/mcf5235/console/console.c: Fix misleading indentation 2025-07-27 01:26:48 +00:00
cpukit cpukit/libcsupport: Implement malloc_usable_size 2025-07-26 21:44:11 -04:00
make make: Convert README to MarkDown 2024-08-02 20:28:50 +00:00
spec/build bsps/mvme5500: Remove the BSP 2025-07-24 22:00:04 -04:00
testsuites malloctest: Add tests for malloc_usable_size 2025-07-26 21:44:11 -04: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: Format using mdformat. 2025-01-16 14:52:22 +00:00
gccdeps.py gccdeps: import from waf-2.1.3 2024-10-28 21:39:14 -06:00
rtems-bsps rtems-bsps: Bump version to 7 2025-01-10 17:06:30 -06:00
rtemslogo.png Update Doxyfile to Doxygen 1.8.15 2019-03-04 07:07:05 +01:00
waf waf: Update waf to 2.1.4 2024-12-04 14:55:54 -07:00
wscript waf: Build all BSPs with -k with errors 2025-05-29 17:57:38 +10: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.
  • 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.

Project git repositories are located at:

Online documentation is available at:

RTEMS Doxygen for CPUKit:

RTEMS POSIX 1003.1 Compliance Guide:

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

The version number for this software is indicated in the VERSION file.