Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 415 and Version 416 of Developer/OpenProjects


Ignore:
Timestamp:
02/17/15 17:11:49 (9 years ago)
Author:
Gedare Bloom
Comment:

Add links for open project pages.

Legend:

Unmodified
Added
Removed
Modified
  • Developer/OpenProjects

    v415 v416  
    9090= API Layers (POSIX, Classic, SAPI) =
    9191
    92  *  [wiki:Projects/Open/POSIXCompliance POSIX Compliance] - Improve POSIX compliance for RTEMS. Some projects: rename(), List IO, [wiki:Projects/POSIX_Methods_in_NewLib_RTEMS_improvements newlib].
    93  *  [wiki:Projects/Open/OSEK] - Implement [http://portal.osek-vdx.org/ OSEK] automotive APIs.
    94  *  [wiki:Projects/Open/ProgammableLogicController Programmable Logic Controller] - Implement [http://en.wikipedia.org/wiki/IEC_61131 IEC 61131] standard to enable RTEMS as a [http://en.wikipedia.org/wiki/Programmable_logic_controller Programmable Logic Controller (PLC)].
     92 *  [wiki:Projects/Open/POSIXCompliance POSIX Compliance] - Improve POSIX compliance for RTEMS.
     93 *  [wiki:Projects/Open/OSEK OSEK] - Implement [http://portal.osek-vdx.org/ OSEK] automotive APIs.
     94 *  [wiki:Projects/Open/ProgammableLogicController Programmable Logic Controller] - Enable RTEMS as a [http://en.wikipedia.org/wiki/Programmable_logic_controller Programmable Logic Controller (PLC)].
    9595 *  [wiki:Projects/Open/ARINC653API ARINC653 in RTEMS] - Implement ARINC-653 avionics APIs.
    9696
     
    108108= Libraries and Applications =
    109109
    110  *  Port the [http://monkey-project.com/ Monkey HTTP Server] and supporting infrastructure to RTEMS. Beyond simple porting, this includes submitting patches as needed to the Monkey project, providing a recipe for the RSB, an example and any instructions needed.
    111  *  Identify and implement the functionality currently missing in dup()
    112  *  Port Transparent IPC (http://tipc.sourceforge.net/index.html) to RTEMS
    113  *  Implement a [wiki:Projects/Open/LineEditor  Simple Line Editor].  Existing code can be refactored for a starting point.
     110 * [wiki:Projects/Open/PortMonkey Port Monkey HTTP Server] - Port the [http://monkey-project.com/ Monkey HTTP Server] and supporting infrastructure to RTEMS. Beyond simple porting, this includes submitting patches as needed to the Monkey project, providing a recipe for the RSB, an example and any instructions needed.
     111 * [wiki:Projects/Open/TIPC Port Transparent IPC] - Port [http://tipc.sourceforge.net/index.html Transparent IPC (TIPC)].
     112 * [wiki:Projects/Open/LineEditor Line Editor]. Implement a simple line editor. Existing code can be refactored for a starting point.
    114113 *  ''[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.
    115114 *  '''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. The eventual goal is to have these toolkits buildable by the RTEMS Source Builder. Here are the toolkits areas identified so far: