= Open Projects = [[TOC(Developer/OpenProjects, depth=2)]] 25 March 2010: I am very pleased at the turnout so far for GSOC 2010. So far there are a few projects that I am surprised that no one has expressed interest in, so I wanted to give them a plug. * [wiki:Parrot_On_RTEMS_ Parrot port of RTEMS] * [wiki:Projects/GCCGoRTEMS GCC Go (Google's new language) run-time support for RTEMS] * [wiki:RTEMS_Test_Coverage_ Test Coverage Improvements] Just in case these are being overlooked, I wanted to highlight them. If you have questions, join us on #rtems over at freenode.net. --[wiki:User:JoelSherrill Dr. Joel] 18:50, 25 March 2010 (UTC) Welcome [wiki:GSoC Google Summer of Code] Students and fellow hackers. Peruse our projects and see what interests you. If you have questions ask them on the Wiki talk page or the [wiki:TBR/Website/RTEMSMailingLists RTEMS mailing list]. If you plan to submit a GSoC 2010 (if and when it happens ) proposal to do something for the RTEMS Project, we now require that you demonstrate that you have a basic RTEMS development environment installed. See [wiki:GSoC/GettingStarted GSoC Getting Started] for details on what we want you to have done. We want you to succeed and have fun on an RTEMS related effort. This page captures ideas for RTEMS projects. They range from OS projects to development environment to testing to just about anything else. If you like one of the ideas, you can pitch in and tackle it. If you aren't able to code and test it yourself, consider sponsoring one of the core RTEMS developers to do it for you. This is really the only way things get done -- USERS LIKE YOU KEEP RTEMS DEVELOPMENT ALIVE!!! We do not provide time estimates on these because the time depends on the experience and skill of the developer. Most of these projects will fall between a few weeks and a few months of effort by a person who is not completely unfamiliar with the general use of GNU/Linux and GNU tools. Some of these projects may consist of multiple steps. In this case, each step is defined to fall into short discrete steps. Many RTEMS projects are done as student or volunteer efforts in a person's spare time or as a hobby. This means it is imperative that projects be either relatively small or divided into steps that can be considered complete and committed to the main RTEMS source base. Thus we have lots of experience in defining useful projects that are sized to be doable and useful to the community in relatively small work packages. Most of the projects are feasible as a [wiki:GSoC Google Summer of Code] project. Since some projects have multiple steps, a [wiki:GSoC Google Summer of Code] participant should work with us to size up how many of those steps to undertake. Similarly, some projects might be a starting point for a thesis or dissertation. '''The projects on this page are lumped into broad categories but there is no prioritization applied to the order. The order of projects in the list does not reflect their importance, difficulty, or feasibility. It is just an organized dump of ideas with enough details to give an outline of the effort required. If you are interested in doing one, a core developer will be happy to augment the description or development plan.''' ''' If you add a new project, add it to the appropriate list below and link to a wiki page which generally follows the recommended [wiki:TBR/Review/OpenProjectTemplate Open Project Template].''' = Small or Class Appropriate Projects = These are small projects that could be tackled by anyone. They are mostly projects which can easily be nibbled on in small work units. They may require no coding or modest coding skill. Some of these will require the ability to read code and analyse it. Some of these will be good projects to tackle in an "Introduction to FOSS" class or as a class project by a student. Individual tasks may also be useful for those new to RTEMS and looking to try a simple project to earn the ropes. See [wiki:Developer/SmallProjects Small Projects] for details. = RTEMS Run-Time Oriented = The projects in this category are more focused on the development of software that runs on RTEMS on target hardware. = Run-Time Projects Not Initiated = The following projects have no work on them. * Implement [wiki:POSIX_Asynchronous_IO_ POSIX Asynchronous and List IO] * Use [wiki:UseHashOrMapInNotepadsAndKeys_ Maps or Hashes] in the implementation of Classic API Notepads and POSIX API Keys. * RTEMS can always use [wiki:TBR/Delete/MoreBSPsForSimulators more BSPs for Simulators]. Being able to test, debug, and perform coverage analysis on simulators is critical to the ongoing success of the project. * Various ideas have been proposed related to hypervisors and virtualization. They are captured [wiki:Projects/Hypervisor here]. * Identify and implement the functionality currently missing in ''dup()'' * Implement a [wiki:Projects/Open/LineEditor Simple Line Editor]. Existing code can be refactored for starting point. * [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. * Implement OSEK Support [http://portal.osek-vdx.org/] * Implement current version of µITRON Interface [http://www.www.tron.org/index-e.html] * Unified Interrupt and PCI APIs -- [wiki:UnifiedAPIs UnifiedAPIs] * Port Transparent IPC (http://tipc.sourceforge.net/index.html) to RTEMS * Merge BSP for Simplescalar simulator -- http://www.jwhitham.org.uk/simplescalar/ * Support for new Processor Families - Microblaze, Xtensa,Cortex/Thumb-2? * [wiki:GSoC/2011/ISO9660_Filesystem ISO9660 file system] * Add cache manager support for architectures not having it. = Run-Time Projects With Some Work = The following projects have had some work on them but are not complete. The remaining activities could be large or small: * [wiki:RTEMS_Trace_Tool_ Run-Time Tracing] - includes gathering, capturing, and displaying information to the user. * [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. * [wiki:MMU_Support_ MMU Support] for RTEMS. This has had some work. See that page for status. * [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. * [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. * Various projects to 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: * [http://code.google.com/p/rosetta-os Rosetta OS] [wiki:Projects/RosettaOSDeviceDriverAPI OS Independent Device Driver API] * more [wiki:TBR/Delete/Libbsd-port NIC device drivers] * [wiki:Projects/TCP/IP_update update the RTEMS TCP/IP stack] * [wiki:TBR/UserManual/USBStack port BSD USB stack] * * TBD Move other descriptions to their own page and list here. Shorten master page. = Third Party Packages = This is a list of projects related to third party free and open source software and its support for RTEMS. The following project areas have been identified: * See the [wiki:Projects/GraphicsToolkit RTEMS Graphics Toolkit] for current status of the kit and ideas for future work. * Integrate [wiki:Projects/CEXP CEXP] into main RTEMS distribution. * [wiki:Projects/Parrot Parrot On RTEMS] * [wiki:Projects/Mono Mono On RTEMS] * Turn the current port of [wiki:Packages/LWIP LWIP] into a first class citizen. Submit port, make target independent, etc. * [wiki:TBR/Delete/IDL_COM IDL/COM] Support for RTEMS. * OpenLDAP slapd server [http://www.openldap.org/] = RTEMS Testing = Testing a large body of software like RTEMS is in a continual state of improvement. There is always a need for more test cases and easier ways to run them all and decode the results. In addition, we want to be able to run all tests on as many hardware and simulator configurations as possible. Some of the identified activities which would augment our testing capabilities are listed here: * [wiki:Projects/POSIXComplianceTestSuite POSIX Compliance Test Suite] * [wiki:TBR/Delete/POSIXTimingTests POSIX Timing Tests] * [wiki:RTEMS_Test_Coverage Test Coverage Analysis] is an important area in RTEMS. * [wiki:Projects/SixtyFourBitTimestamps Add Sixty-Four Bit Timestamps] * Test the [wiki:Projects/POSIXFIFOs POSIX FIFO Implementation]. = Development Environment Oriented = Remember that RTEMS is a real-time operating system targeting embedded applications. Applications are cross-compiled on a development host to produce executables that are transferred to and executed on target systems. The projects in this section are more focused on the host side of that equation. This means they will run on GNU/Linux or MS-Windows and possibly communicate with embedded hardware. RTEMS is a free real-time operating system that must compete against commercial closed source offerings that have very impressive looking GUI oriented Development Environments. The RTEMS Project has spent years honing RTEMS and tuning it to be a competitive run-time and it certainly the technical capabilities to compete. But often RTEMS gets dinged for not having a "pretty face". Some of the projects in this category address that deficiency. The following areas have been identified for projects related to GUI development environments: * Improvements in the [wiki:Developer/Eclipse/Information RTEMS Eclipse Integration] * Implement a cross-platform [wiki:Projects/GSoC/ApplicationConfigurationGUI Application Configuration GUI]. * Integration of RTEMS cross development environment into [wiki:Projects/EVisualStudio eVisual Studio] * [wiki:Projects/ArgoUML ArgoUML RTEMS Support] The following projects are about general improvements to the development environment. * RTEMS port of [wiki:Projects/GCCGoRTEMS GNU GCC Go] * Improve [wiki:Projects/GNUToolsTesting Testing of the GNU Tools] on RTEMS targets * RTEMS port of the [wiki:Projects/GNUJavaCompiler GNU Java Compiler (gjc)] * [wiki:Projects/GDB_Python GDB Python] Script support for RTEMS There are host operating systems which do not have prebuilt RTEMS tools available. These projects are about addressing that need: * Complete implementation of [[DebianHostedTools| Debian Packages]]. * Prebuilt [[MacOSHostedTools|MacOS tools]]