Changeset 343f2084 in rtems
- Timestamp:
- 04/10/18 06:28:58 (5 years ago)
- Branches:
- 5, master
- Children:
- 0c2241c
- Parents:
- 2eaea422
- git-author:
- Chris Johns <chrisj@…> (04/10/18 06:28:58)
- git-committer:
- Chris Johns <chrisj@…> (04/11/18 01:49:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r2eaea422 r343f2084 1 This is the Real-Time Executive for Multiprocessing Systems (RTEMS). 1 Real-Time Executive for Multiprocessing Systems (RTEMS) 2 ------------------------------------------------------- 3 4 RTEMS, Real-Time Executive for Multiprocessor Systems, is a real-time executive 5 (kernel) which provides a high performance environment for embedded 6 applications 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 20 Project 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 28 Online 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 35 RTEMS Doxygen for CPUKit : https://docs.rtems.org/doxygen/branches/master/ 36 37 RTEMS 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 42 RTEMS Developers Wiki : http://devel.rtems.org 43 44 - Bug reporting, community knowledge and tutorials. 45 46 RTEMS 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 2 57 The version number for this software is indicated in the VERSION file. 3 4 See the documentation manuals in doc/ with daily builds available online at5 http://rtems.org/onlinedocs/doc-current/share/rtems/html/ and released builds6 at http://www.rtems.org/onlinedocs/releases/ for information on building,7 installing, and using RTEMS. The INSTALL file tells you to come back here.8 9 See the RTEMS Wiki at http://devel.rtems.org for community knowledge and10 tutorials.11 12 RTEMS Doxygen available at http://www.rtems.org/onlinedocs/doxygen/cpukit/html13 14 The RTEMS Project maintains mailing lists which are used for most15 discussions:16 17 * For general-purpose questions related to using RTEMS, use the18 rtems-users ml: https://lists.rtems.org/mailman/listinfo/users19 * For questions and discussion related to development of RTEMS, use the20 rtems-devel ml: https://lists.rtems.org/mailman/listinfo/devel21 22 See https://devel.rtems.org/ to view existing or file a new issue23 report ticket.24
Note: See TracChangeset
for help on using the changeset viewer.