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

Changes between Version 154 and Version 155 of Developer/OpenProjects


Ignore:
Timestamp:
01/26/10 06:57:34 (14 years ago)
Author:
JoelSherrill
Comment:

/* Development Environment Oriented */ Reorganize

Legend:

Unmodified
Added
Removed
Modified
  • Developer/OpenProjects

    v154 v155  
    172172
    173173
    174 Remember that RTEMS is a real-time operating system targeting embedded
    175 applications.  Applications are cross-compiled on a development host
    176 to produce executables that are transferred to and executed on target
    177 systems.  The projects in this section are more focused on the host side
    178 of that equation.  This means they will run on GNU/Linux or MS-Windows
    179 and possibly communicate with embedded hardware.
     174Remember that RTEMS is a real-time operating system targeting embedded applications.  Applications are cross-compiled on a development host
     175to produce executables that are transferred to and executed on target systems.  The projects in this section are more focused on the host side
     176of that equation.  This means they will run on GNU/Linux or MS-Windows and possibly communicate with embedded hardware.
    180177
    181 RTEMS is a free real-time operating system that must compete against
    182 commercial closed source offerings that have very impressive looking
    183 GUI oriented Development Environments.  The RTEMS Project has spent
    184 years honing RTEMS and tuning it to be a competitive run-time and it
    185 certainly the technical capabilities to compete.  But often RTEMS gets
    186 dinged for not having a "pretty face".  Some of the projects in this
     178RTEMS is a free real-time operating system that must compete against commercial closed source offerings that have very impressive looking
     179GUI oriented Development Environments.  The RTEMS Project has spent years honing RTEMS and tuning it to be a competitive run-time and it
     180certainly the technical capabilities to compete.  But often RTEMS gets dinged for not having a "pretty face".  Some of the projects in this
    187181category address that deficiency.
    188182
    189 The following areas have been identified for projects:
     183The following areas have been identified for projects related to  GUI development environments:
    190184
    191185 *  Improvements in the [wiki:Developer/Eclipse/Information RTEMS Eclipse Integration]
    192  *  [wiki:Projects/CEXP CEXP] integration into main RTEMS distribution.
    193186 *  Implement a cross-platform [wiki:Projects/GSoC/ApplicationConfigurationGUI  Application Configuration GUI].
    194  *  Improve [wiki:Projects/GNUToolsTesting  Testing of the GNU Tools] on RTEMS targets
     187 *  Integration of RTEMS cross development environment into [wiki:Projects/EVisualStudio  eVisual Studio]
     188 *  [wiki:Projects/ArgoUML  ArgoUML RTEMS Support]
     189
     190There are host operating systems which do not have prebuilt RTEMS tools available.  These projects are about addressing that need:
     191
    195192 *  Complete implementation of [wiki:Building/DebianHostedTools  Debian Packages].
    196193 *  Prebuilt [wiki:TBR/Delete/MacOSHostedTools MacOS tools]
     194
     195The following projects are about general improvements to the development environment.
     196
     197 *  Improve [[GNUToolsTesting| Testing of the GNU Tools]] on RTEMS targets
    197198 *  RTEMS port of the [[GNUJavaCompiler| GNU Java Compiler (gjc)]]
    198  *  Integration of RTEMS cross development environment into [[eVisualStudio| eVisual Studio]]
    199  *  [[ArgoUML| ArgoUML RTEMS Support]]