Shashvat Jain cc119eb1cc m68k/mcf5329:Add per-section compilation and linking support (GCI 2018)
The size of the sample executables without this option were:

   text    data     bss     dec     hex filename
  87654    1152   11968  100774   189a6 base_sp.exe
 203318    2112   14896  220326   35ca6 capture.exe
 257014    2912   12960  272886   429f6 cdtest.exe
 865750   21888   19648  907286   dd816 cxx_iostream.exe
 569078    4640   24352  598070   92036 fileio.exe
 121094    1520   12048  134662   20e06 hello.exe
  70614    1024    8768   80406   13a16 minimum.exe
 110806    1632   12080  124518   1e666 nsecs.exe
 196326    1920   12688  210934   337f6 paranoia.exe
  90406    1184   12000  103590   194a6 ticker.exe
  89958    1136   15808  106902   1a196 unlimited.exe

The size of the sample executables with this option were:

   text    data     bss     dec     hex filename
  83270    1152   11888   96310   17836 base_sp.exe
 189974    2112   14864  206950   32866 capture.exe
 188982    2144   12928  204054   31d16 cdtest.exe
 188662    2240   13072  203974   31cc6 cxx_iostream.exe
 556822    4624   24048  585494   8ef16 fileio.exe
 112422    1520   12016  125958   1ec06 hello.exe
  66086    1008    8688   75782   12806 minimum.exe
 104982    1632   11984  118598   1cf46 nsecs.exe
 187958    1904   12656  202518   31716 paranoia.exe
  85766    1184   11920   98870   18236 ticker.exe
  88406    1120   15776  105302   19b56 unlimited.exe

Closes #2569
2018-11-28 14:39:53 -06:00
2018-11-27 12:46:17 +01:00
2018-11-20 09:45:51 -06:00
2018-11-26 14:09:44 +01:00

Real-Time Executive for Multiprocessing Systems (RTEMS)
-------------------------------------------------------

RTEMS, Real-Time Executive for Multiprocessor Systems, 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 synchronization
 - 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 https://git.rtems.org/

 RTEMS Kernel: https  : https://git.rtems.org/rtems/
 RTEMS Source Builder : https://git.rtems.org/rtems-source-builder/
 RTEMS Tools          : https://git.rtems.org/rtems-tools/
 RTEMS Documentation  : https://git.rtems.org/rtems-docs/
 RTEMS FreeBSD        : https://git.rtems.org/rtems-libbsd/

Online documentation is available at https://docs.rtems.org/

 RTEMS User Manual : https://docs.rtems.org/branches/master/user/index.html
 RTEMS RSB Manual  : https://docs.rtems.org/branches/master/rsb/index.html
 RTEMS Classic API : https://docs.rtems.org/branches/master/c-user/index.html
 RTEMS POSIX API   : https://docs.rtems.org/branches/master/posix-users/index.html

RTEMS Doxygen for CPUKit : https://docs.rtems.org/doxygen/branches/master/

RTEMS POSIX 1003.1 Compliance Guide :
 https://docs.rtems.org/branches/master/posix-compliance/index.html

 - Details the standards base functionality and profiles RTEMS supportsXo

RTEMS Developers Wiki : http://devel.rtems.org

 - Bug reporting, community knowledge and tutorials.

RTEMS Mailing Lists : https://lists.rtems.org/mailman/listinfo

 - The RTEMS Project maintains mailing lists which are used for most
   discussions:

   * For general-purpose questions related to using RTEMS, use the rtems-users
     ml: https://lists.rtems.org/mailman/listinfo/users

   * For questions and discussion related to development of RTEMS, use the
     rtems-devel ml: https://lists.rtems.org/mailman/listinfo/devel

The version number for this software is indicated in the VERSION file.
S
Description
RTEMS is a ​real-time executive in use by embedded systems applications around the world and beyond
Readme
159 MiB
Languages
C 93.9%
Assembly 3.4%
Ada 1.4%
Python 0.3%
HTML 0.3%
Other 0.4%