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

Changes between Version 2 and Version 3 of Developer/Projects/Open/Mono


Ignore:
Timestamp:
12/29/15 20:28:03 (9 years ago)
Author:
Darryl Yeo
Comment:

Fixed broken links

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Projects/Open/Mono

    v2 v3  
    66
    77
    8 '''Status:''' Old version compiles with path.  A test executable linked.  Needs to be updated, tested and submitted to [http://http://www.mono-project.com/Main_Page Mono] with all appropriate tests passing.
     8'''Status:''' Old version compiles with path.  A test executable linked.  Needs to be updated, tested and submitted to [http://www.mono-project.com/ Mono] with all appropriate tests passing.
    99
    10 '''Mentors:''' [wiki:User:JoelSherrill Joel Sherrill].  No mentor from [http://http://www.mono-project.com/Main_Page Mono] identified.
     10'''Mentors:''' [wiki:User:JoelSherrill Joel Sherrill].  No mentor from [http://www.mono-project.com/ Mono] identified.
    1111
    12 '''Introduction:''' [http://http://www.mono-project.com/Main_Page Mono] is an open source, cross-platform, implementation of C# and the CLR that is binary compatible with Microsoft.NET.  This would enable RTEMS to run programs that are compiled into CLR.  This project was suggested by an RTEMS user that wanted to have an RTEMS-based consumer electronics device that was controlled from a MS-Windows based PC.  The use of [http://http://www.mono-project.com/Main_Page Mono] would have allowed them to write a both sides of the application in C# on top of a [http://http://www.mono-project.com/Main_Page Mono] RTEMS engine customized for their device.
     12'''Introduction:''' [http://www.mono-project.com/ Mono] is an open source, cross-platform, implementation of C# and the CLR that is binary compatible with Microsoft.NET.  This would enable RTEMS to run programs that are compiled into CLR.  This project was suggested by an RTEMS user that wanted to have an RTEMS-based consumer electronics device that was controlled from a MS-Windows based PC.  The use of [http://www.mono-project.com/ Mono] would have allowed them to write a both sides of the application in C# on top of a [http://www.mono-project.com/ Mono] RTEMS engine customized for their device.
    1313
    14 '''Goal:''' Support [http://http://www.mono-project.com/Main_Page Mono] on RTEMS. 
     14'''Goal:''' Support [http://www.mono-project.com/ Mono] on RTEMS. 
    1515
    16 '''Requirements:''' You will need to have to feel comfortable tracking now small issues, providing clean solutions and getting them integrated into their appropriate code base.  Some issues will require modifications to the [http://http://www.mono-project.com/Main_Page Mono] build system or [http://http://www.mono-project.com/Main_Page Mono] itself.  Some may require augmenting RTEMS to make life easier for [http://http://www.mono-project.com/Main_Page Mono]. A lot of this project will be building a test framework for [http://http://www.mono-project.com/Main_Page Mono] on RTEMS and fixing what is broken.  We don't know how many tests will require investigation and debug but RTEMS is sufficiently POSIX compliant where we expect this to be minimal.  There may be places where [http://http://www.mono-project.com/Main_Page Mono] can be tuned or "down sized" for embedded systems.  This should be investigated.
     16'''Requirements:''' You will need to have to feel comfortable tracking now small issues, providing clean solutions and getting them integrated into their appropriate code base.  Some issues will require modifications to the [http://www.mono-project.com/ Mono] build system or [http://www.mono-project.com/ Mono] itself.  Some may require augmenting RTEMS to make life easier for [http://www.mono-project.com/ Mono]. A lot of this project will be building a test framework for [http://www.mono-project.com/ Mono] on RTEMS and fixing what is broken.  We don't know how many tests will require investigation and debug but RTEMS is sufficiently POSIX compliant where we expect this to be minimal.  There may be places where [http://www.mono-project.com/ Mono] can be tuned or "down sized" for embedded systems.  This should be investigated.
    1717
    18 '''Resources:''' [wiki:User:JoelSherrill  Joel Sherrill] has a patch and build instructions for an old version of [http://http://www.mono-project.com/Main_Page Mono].  Ask him for it if you want to work on this.
     18'''Resources:''' [wiki:User:JoelSherrill  Joel Sherrill] has a patch and build instructions for an old version of [http://www.mono-project.com/ Mono].  Ask him for it if you want to work on this.
    1919
    2020'''Acknowledgements'''
     
    2626
    2727
    28  *  [http://http://www.mono-project.com/Main_Page Mono]
     28 *  [http://www.mono-project.com/ Mono]