Changes between Version 351 and Version 352 of Developer/OpenProjects


Ignore:
Timestamp:
11/04/13 21:05:32 (10 years ago)
Author:
Gedare
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Developer/OpenProjects

    v351 v352  
    9797 *  Port Transparent IPC (http://tipc.sourceforge.net/index.html) to RTEMS
    9898 *  Implement a [wiki:Projects/Open/LineEditor  Simple Line Editor].  Existing code can be refactored for a starting point.
    99  *  ''[wiki:Projects/libdl Dynamic Object File Loading]'' lets a base application with RTEMS dynamically load the rest of the application. The dynamic parts can be optional features and never loaded, or upgraded replacements for parts of the application.
     99 *  ''[wiki:Dynamic_Object_File_Loading_  Dynamic Object File Loading (RTL)]'' lets a base application with RTEMS dynamically load the rest of the application. The dynamic parts can be optional features and never loaded, or upgraded replacements for parts of the application.
    100100 *  '''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 toolkits in general. Here are the toolkits areas identified so far:
    101101  *  Define a generic (Waf-based) infrastructure for building and maintaining toolkits.