Changes between Version 276 and Version 277 of Developer/OpenProjects


Ignore:
Timestamp:
03/20/12 01:04:23 (12 years ago)
Author:
JoelSherrill
Comment:

/* High Priority Projects */ Update TCP/IP stack paragraph.

Legend:

Unmodified
Added
Removed
Modified
  • Developer/OpenProjects

    v276 v277  
    3434  *  Implement or integrate [wiki:Projects/GSoC/Atomic_Operations Atomic Operations]. SMP code requires additional synchronization primitives that are not available currently in RTEMS.
    3535 *  [wiki:RTEMS_Test_Coverage  Test Coverage Analysis] - Improve coverage by adding more test cases. Eliminating dead code and reaching 100% coverage helps reduce the likelihood of new and recurrent bugs.
    36  *  [wiki:Projects/TCP/IP_update  Update the RTEMS TCP/IP stack] - The networking stack is old and showing it. This project actively underway.  At a high level, this effort requires porting the TCP/IP stack and providing support functional equivalents of multiple BSD kernel constructs.  This project in its entirety is too large for a SOC but there are many smaller projects which are appropriate for SOC.
     36 *  [wiki:Projects/TCP/IP_update  Update the RTEMS TCP/IP stack] - The networking stack is old and showing it. This project actively underway.  At a high level, this effort requires porting the TCP/IP stack and providing support functional equivalents of multiple BSD kernel constructs.  This project has many subprojects many of which are appropriate for SOC. It would be of great usefulness to the community to get as many of these does as an SOC project as possible.
    3737 *  RTEMS Toolkits - We are defining collections of libraries and support programs which make it easier to get started for certain types of applications.  We haven't identified all potential toolkits or components.  Each potential component must be evaluated for license and appropriateness for use in an embedded environment like RTEMS.  We also should define some guidelines about creating and maintaining these kits. Here are the toolkits areas identified so far:
    3838  *  [wiki:Projects/ApplicationConfigurationKit RTEMS ConfigKit] - configuration file parsing libraries