Embedded controller: Difference between revisions
Jump to navigation
Jump to search
RafaelOrtiz (talk | contribs) m (→Introduction) |
RafaelOrtiz (talk | contribs) m (→Introduction) |
||
Line 6: | Line 6: | ||
OLPC is now working in an Open implementation of the XOs Embedded Controller. |
OLPC is now working in an Open implementation of the XOs Embedded Controller. |
||
The code of the EC is programed to a KB3700 that has an 8051 microprocessor, for the code to be open we need to compile everything in [[SDCC]]. |
The code of the EC is programed to a [[Image:KB3700-ds-01.pdf]] that has an 8051 microprocessor, for the code to be open we need to compile everything in [[SDCC]]. |
||
== Background == |
== Background == |
Revision as of 20:17, 10 July 2007
Introduction
OLPC is now working in an Open implementation of the XOs Embedded Controller. The code of the EC is programed to a File:KB3700-ds-01.pdf that has an 8051 microprocessor, for the code to be open we need to compile everything in SDCC.
Background
For that please see trac #477
Actual development
All the work is going to be in the git repository [1]
Preliminary Work
To get this code in your machine please do:
git-clone http://dev.laptop.org/~joel/ec-test.git/