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"

(REST API)
(Replacing page with '{{:DocumentationGuidelines/DraftHeader}} First integration in the repository')
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{:DocumentationGuidelines/DraftHeader}}
 
{{: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 project plan for the milestones to come once the team will have agreed on the list.
+
First integration in the repository
 
+
= I/O and HW interactions =
+
 
+
* Provide GPIO access for Linux (see https://github.com/rsisto/luaGpio)
+
* Provide a functional monitoring engine that allows to have specific handlers triggered on events such as "GPIO1 has been under X threshold for 5min"
+
* Investigate system calls in Lua (see https://github.com/justincormack/ljsyscall)
+
 
+
= Build / Continuous Integration =
+
 
+
* Perform continuous integration of the Mihini platform, inc. execution of test campagins
+
* Automate generation Mihini execution environment file
+
* Automate the generation of SD card images for RaspberryPi and BeagleBoard (may prove difficult in terms of licensing?)
+
* Investigate LLVM
+
 
+
= REST API =
+
 
+
* {{bug|402289}}
+
 
+
= Misc =
+
 
+
* 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)
+
* [[Mihini/Run Mihini on an Open Hardware platform|Run Mihini on an Open Hardware platform]]
+
* [[Mihini/Developer Kit|Provide a developer kit]] to get started with Mihini very quick
+

Latest revision as of 05:08, 6 June 2013

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.


First integration in the repository

Back to the top