Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mihini/Project Plan/0.8"

(New page: {{:DocumentationGuidelines/DraftHeader}} Rather than a project plan, this page is, at the moment, a place to collect ideas about potential new features. This will be turned into an actual...)
 
Line 2: Line 2:
  
 
Rather than a project plan, this page is, at the moment, a place to collect ideas about potential new features. This will be turned into an actual project plan for the milestones to come once the team will have agreed on the list.
 
Rather than a project plan, this page is, at the moment, a place to collect ideas about potential new features. This will be turned into an actual project plan for the milestones to come once the team will have agreed on the list.
 +
 +
* Provide GPIO access for Linux (see https://github.com/rsisto/luaGpio)
 +
* Investigate if it'd be possible to have a Mihini lite engine implemented in pure Lua and/or Java that could be hosted in the IDE thus allowing really fast prototyping (provided no access to system libraries etc. is done in the user code)
 +
 +
= Build / Continuous Integration =
 +
 +
* Perform continuous integration of the Mihini platform, inc. execution of test campagins
 +
* Automate the generation of SD card images for RaspberryPi and BeagleBoard (may prove difficult in terms of licensing?)

Revision as of 11:08, 17 August 2012

Warning2.png
Draft Content
This page is currently under construction. Community members are encouraged to maintain the page, and make sure the information is accurate.


Rather than a project plan, this page is, at the moment, a place to collect ideas about potential new features. This will be turned into an actual project plan for the milestones to come once the team will have agreed on the list.

  • Provide GPIO access for Linux (see https://github.com/rsisto/luaGpio)
  • Investigate if it'd be possible to have a Mihini lite engine implemented in pure Lua and/or Java that could be hosted in the IDE thus allowing really fast prototyping (provided no access to system libraries etc. is done in the user code)

Build / Continuous Integration

  • Perform continuous integration of the Mihini platform, inc. execution of test campagins
  • Automate the generation of SD card images for RaspberryPi and BeagleBoard (may prove difficult in terms of licensing?)

Back to the top