Changes between Version 408 and Version 409 of Developer/OpenProjects


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

Add links for open project pages.

Legend:

Unmodified
Added
Removed
Modified
  • Developer/OpenProjects

    v408 v409  
    5151 * [wiki:Projects/Open/PyGDB Python GDB Support] - Add Python Script support for debugging RTEMS with GDB.
    5252 * [wiki:Projects/Open/UsingClang Using clang] - Compiling RTEMS with [wiki:Projects/CLANG CLANG].
    53  * ''[wiki:Projects/Open/MergeLEON Merge Leon]'' - Merging Gaisler LEON support code into mainstream RTEMS.
    5453 * [wiki:Projects/Open/EVisualStudio eVisual Studio] - Integration of RTEMS cross development environment into eVisual Studio.
    5554 * [wiki:Projects/Open/ArgoUML] - UML for RTEMS.
     
    8584 * [wiki:Projects/Open/SimulatorBSPs More BSPs for Simulators] - RTEMS can always use more BSPs for simulators (and readily available boards or open cores).
    8685 * [wiki:Projects/Open/MemoryProtection Memory Protection] - Implement MMU low-level support code for more BSPs.
     86 * ''[wiki:Projects/Open/MergeLEON Merge Leon]'' - Merging Gaisler LEON support code into mainstream RTEMS.
    8787 * [wiki:Projects/Open/RaspberryPi2BSP Raspberry Pi2] - on hold due to unavailability of open information
    8888 * [wiki:Projects/Open/EdisonBSP x86 Edison] - on hold due to unavailability of open information
     
    9090= API Layers (POSIX, Classic, SAPI) =
    9191
    92  *  Make rename() implementation POSIX conformant
    93  *  Implement OSEK Support [http://portal.osek-vdx.org/]
    94  *  Investigate the feasibility of implementing applicable sections of the [http://en.wikipedia.org/wiki/IEC_61131 IEC 61131] standard to enable RTEMS-enabled hardware to act as a [http://en.wikipedia.org/wiki/Programmable_logic_controller Programmable Logic Controller].  More information on the IEC 61131 standard can be found at http://www.plcopen.org/ .  [http://www.beremiz.org/] is an open source framework for automation that may be a useful starting point.
     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] 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)].  More information on the IEC 61131 standard can be found at http://www.plcopen.org/ .  [http://www.beremiz.org/] is an open source framework for automation that may be a useful starting point.
    9595 *  ''ARINC653 API support within RTEMS [wiki:Projects/GSoC/ARINC653API ARINC653API]''
    96  *  ''[wiki:Projects/POSIX_Methods_in_NewLib_RTEMS_improvements POSIX Methods in NewLib RTEMS improvements]'' make methods in RTEMS and !NewLib more POSIX compliant (SOCIS)
    9796
    9897= rtems-libbsd =