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

Changes between Version 167 and Version 168 of Developer/OpenProjects


Ignore:
Timestamp:
01/28/10 17:17:09 (14 years ago)
Author:
JoelSherrill
Comment:

/* Run-Time Projects With Some Work */ Clean up

Legend:

Unmodified
Added
Removed
Modified
  • Developer/OpenProjects

    v167 v168  
    6262 *  [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.
    6363 *  [wiki:Projects/SequencedInitialization  RTEMS Sequenced Initialization] is a project to allow RTEMS initialization to be dynamically constructed based upon user requirements.  It would be like C++ global constructors conceptually.
    64  *  See [wiki:Projects/libdl Dynamic Object File Loading] for detail on the status of this project.
     64 *  [wiki:Projects/libdl Dynamic Object File Loading] is an important feature for many types of embedded applications.  It lets you have a base application with RTEMS which dynamically loads the rest of the application. The dynamic parts can be optional features and never loaded.  Plus they are more easily upgraded than an entire application image.
    6565 *  Various projects to [wiki:BSDPortingIssues  port BSD system components].    In addition to general issues about integrating BSD code into RTEMS, there are specific status and issues for each of the individual projects. Details on each project are below: 
    6666  *  more [wiki:TBR/Delete/Libbsd-port  NIC device drivers]