Changes between Version 51 and Version 52 of Event/FOSS_IN/Report


Ignore:
Timestamp:
10/25/09 03:18:45 (15 years ago)
Author:
Aanjhan
Comment:

/* Purpose */

Legend:

Unmodified
Added
Removed
Modified
  • Event/FOSS_IN/Report

    v51 v52  
    1515=  Purpose  =
    1616
    17 RTEMS (Real­Time Executive for Multiprocessor Systems) is a free real­time operating system designed  for  deeply  embedded  systems.  It  is  a  free and open  source  solution  that  supports  multi processor systems and has been ported to over a dozen CPU architectures and includes support for  over  100  embedded boards.  RTEMS  is  designed  to  support  applications  with  the  most  stringent  real time requirements while being compatible with open standards such as POSIX. It includes optional  functional  features  such  as  TCP/IP  and  various  file  systems  while  still  offering minimum executable sizes under 20 KB in useful configurations. RTEMS  is  used  in  a  wide  variety  of  application  domains  including  space (NASA and ESA),  physics  research, communications and industrial control as well as in general computer science research projects.
     17RTEMS (Real­Time Executive for Multiprocessor Systems) is a free real­time operating system designed  for embedded  systems.  It  is  a  free and open  source  solution  that  supports  multi processor systems and has been ported to over a dozen CPU architectures and includes support for  over  100  embedded boards.  RTEMS  is  designed  to  support  applications  with  the  most  stringent  real time requirements while being compatible with open standards such as POSIX. It includes optional  functional  features  such  as  TCP/IP  and  various  file  systems  while  still  offering minimum executable sizes under 20 KB in useful configurations. RTEMS  is  used  in  a  wide  variety  of  application  domains  including  space (NASA and ESA),  physics  research, communications and industrial control as well as in general computer science research projects.
    1818
    1919With such mission critical applications and RTEMS 4.10 release very much in vicinity, testing/stability is of highest priority. Code coverage evaluates efficiency and exposes faulty code which in turn iterates into a more stable system. One major objective of this workout proposal is related to Code Coverage Improvement, a follow up on GSoC 2009 Code Coverage Analysis project and also getting a nice UI based coverage analysis tool functioning for RTEMS.