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

Changes between Version 313 and Version 314 of Developer/OpenProjects


Ignore:
Timestamp:
03/21/13 19:21:18 (11 years ago)
Author:
Gedare
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Developer/OpenProjects

    v313 v314  
    3030 *  [wiki:RTEMSgprof_  Add support for gprof output to covoar]
    3131 *  Improve [wiki:Projects/GNUToolsTesting  Testing of the GNU Tools] on RTEMS targets
    32  *  ''[wiki:Testing/Filesystem  File System Test Suite]''
    3332 *  ''[wiki:TBR/Delete/POSIXTimingTests  POSIX Timing Tests]''
    3433 *  ''Add [wiki:RTEMSgcov_  support for gcov output] to covoar so tools like gcov and lcov can be used with RTEMS ([wiki:Projects/GCOVSupport another page here])''
     
    6463 *  Unified Interrupt and PCI APIs -- [wiki:UnifiedAPIs UnifiedAPIs]
    6564 *  [wiki:Projects/SystemEvents  RTEMS System Events] is a project to add a first class object for events.  Currently all event sets are tied to a specific thread.
    66  *  Support for new Processor Families - Xtensa, Microblaze
    6765 *  Add cache manager support for architectures not having it.
    6866 *  [wiki:Projects/TinyRTEMS TinyRTEMS] is an umbrella term that corresponds to any activities or ideas that could shrink the code and data space requirements for RTEMS.  The goal is to progressively lower the minimum CPU requirements.
    6967 *  Improve the RTEMS [wiki:SuperCore_Scheduler_  SuperCore Scheduler]
    70  *  ''[wiki:Projects/GSoC/Bdbuf_improvements Bdbuf improvements].'' The current block device buffer implementation can benefit from a number of improvements.
    7168 *  ''[wiki:RTEMS_Paravirtualization_  Paravirtualization]'' of RTEMS to make it suitable to be run as a guest OS in a hypervisor.
    7269 *  ''[wiki:MMU_Support_  MMU Support]'' for RTEMS.
     
    7875= API Layers (POSIX, Classic, SAPI) =
    7976
     77 *  Make rename() implementation POSIX conformant
    8078 *  Implement OSEK Support [http://portal.osek-vdx.org/]
    8179 *  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..
     
    112110
    113111 *  Testing
     112  *  [wiki:Testing/Filesystem  File System Test Suite]
    114113 *  Tools
    115114 *  Runtime
     
    117116  *  [wiki:Projects/Refactor_the_filesystem_infrastructure Refactor the filesystem infrastructure]
    118117  *  Use [wiki:UseHashOrMapInNotepadsAndKeys_  Maps or Hashes] in the implementation of Classic API Notepads and POSIX API Keys.
     118  *  [wiki:Projects/GSoC/Bdbuf_improvements Bdbuf improvements]. The current block device buffer implementation can benefit from a number of improvements.
    119119 *  Languages
    120120  *  [wiki:Projects/Parrot Parrot On RTEMS]