source: rtems/README @ b82a4b4

5
Last change on this file since b82a4b4 was 343f2084, checked in by Chris Johns <chrisj@…>, on 04/10/18 at 06:28:58

Updated README.

  • Property mode set to 100644
File size: 2.3 KB
Line 
1Real-Time Executive for Multiprocessing Systems (RTEMS)
2-------------------------------------------------------
3
4RTEMS, Real-Time Executive for Multiprocessor Systems, is a real-time executive
5(kernel) which provides a high performance environment for embedded
6applications with the following features:
7
8 - standards based user interfaces
9 - multitasking capabilities
10 - homogeneous and heterogeneous multiprocessor systems
11 - event-driven, priority-based, preemptive scheduling
12 - optional rate monotonic scheduling
13 - intertask communication and synchronization
14 - priority inheritance
15 - responsive interrupt management
16 - dynamic memory allocation
17 - high level of user configurability
18 - open source with a friendly user license
19
20Project git repositories are located at https://git.rtems.org/
21
22 RTEMS Kernel: https  : https://git.rtems.org/rtems/
23 RTEMS Source Builder : https://git.rtems.org/rtems-source-builder/
24 RTEMS Tools          : https://git.rtems.org/rtems-tools/
25 RTEMS Documentation  : https://git.rtems.org/rtems-docs/
26 RTEMS FreeBSD        : https://git.rtems.org/rtems-libbsd/
27
28Online documentation is available at https://docs.rtems.org/
29
30 RTEMS User Manual : https://docs.rtems.org/branches/master/user/index.html
31 RTEMS RSB Manual  : https://docs.rtems.org/branches/master/rsb/index.html
32 RTEMS Classic API : https://docs.rtems.org/branches/master/c-user/index.html
33 RTEMS POSIX API   : https://docs.rtems.org/branches/master/posix-users/index.html
34
35RTEMS Doxygen for CPUKit : https://docs.rtems.org/doxygen/branches/master/
36
37RTEMS POSIX 1003.1 Compliance Guide :
38 https://docs.rtems.org/branches/master/posix-compliance/index.html
39
40 - Details the standards base functionality and profiles RTEMS supportsXo
41
42RTEMS Developers Wiki : http://devel.rtems.org
43
44 - Bug reporting, community knowledge and tutorials.
45
46RTEMS Mailing Lists : https://lists.rtems.org/mailman/listinfo
47
48 - The RTEMS Project maintains mailing lists which are used for most
49   discussions:
50
51   * For general-purpose questions related to using RTEMS, use the rtems-users
52     ml: https://lists.rtems.org/mailman/listinfo/users
53
54   * For questions and discussion related to development of RTEMS, use the
55     rtems-devel ml: https://lists.rtems.org/mailman/listinfo/devel
56
57The version number for this software is indicated in the VERSION file.
Note: See TracBrowser for help on using the repository browser.