Shashvat Jain 8b28fddf47 m68k/mrm332: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
 172384	   2096	  14512	 188992	  2e240	./capture.exe
  70848	   1136	  11568	  83552	  14660	./base_sp.exe
 101728	   1504	  11728	 114960	  1c110	./hello.exe
 217744	   6016	  18336	 242096	  3b1b0	./loopback.exe
  57968	   1008	   8416	  67392	  10740	./minimum.exe
  93952	   1616	  11696	 107264	  1a300	./nsecs.exe
 166272	   1904	  12304	 180480	  2c100	./paranoia.exe
 358240	  12032	  41136	 411408	  64710	./pppd.exe
  73104	   1168	  11600	  85872	  14f70	./ticker.exe
  73264	   1120	  15472	  89856	  15f00	./unlimited.exe

The size of the sample executables with this option were:

   text	   data	    bss	    dec	    hex	filename
 158976	   2096	  14464	 175536	  2adb0	./capture.exe
  66304	   1136	  11488	  78928	  13450	./base_sp.exe
  92912	   1504	  11680	 106096	  19e70	./hello.exe
 202240	   6000	  18272	 226512	  374d0	./loopback.exe
  53296	    992	   8336	  62624	   f4a0	./minimum.exe
  88032	   1616	  11600	 101248	  18b80	./nsecs.exe
 157760	   1888	  12272	 171920	  29f90	./paranoia.exe
 346080	  12032	  41056	 399168	  61740	./pppd.exe
  68304	   1168	  11520	  80992	  13c60	./ticker.exe
  71312	   1104	  15440	  87856	  15730	./unlimited.exe

Closes #2567
2018-11-29 16:18:27 -06:00
2018-10-10 07:57:47 +02:00
2018-11-27 12:46:17 +01:00
2018-11-20 09:45:51 -06:00
2013-05-27 14:47:20 +02:00
2018-07-06 10:06:02 +02:00
2013-06-18 13:38:31 +02:00
2012-10-09 19:26:51 +02:00
2018-11-26 14:09:44 +01:00
2013-09-19 13:16:06 +02:00
2013-05-27 14:47:20 +02:00
2013-05-27 14:47:20 +02:00
2018-04-11 11:49:03 +10:00
2018-05-14 15:22:52 -05: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.
Description
RTEMS is a ​real-time executive in use by embedded systems applications around the world and beyond
Readme 126 MiB
Languages
C 93.9%
Assembly 3.4%
Ada 1.4%
Python 0.3%
HTML 0.3%
Other 0.4%