User:RafaelOrtiz: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (stuff)
Line 53: Line 53:
* Test {{ticket|1905}} ..looking for erros in the NAND.
* Test {{ticket|1905}} ..looking for erros in the NAND.
* xoxo devel resume
* xoxo devel resume
* Going through the US spec..OHCI and stuff...

* New {{ticket|2432}}
== Notes ==
== Notes ==
=== Forth Things ===
=== Forth Things ===
Line 76: Line 77:


* The Open Ec code will be at http://dev.laptop.org/git.do?p=projects/openec;a=summary
* The Open Ec code will be at http://dev.laptop.org/git.do?p=projects/openec;a=summary

=== Brainstorming ===
*taking advantage of the fact that we are usinfg input/outputs..Robots are comming to the scene
*so would be nice to have a robot that can be controllled with the touch pad or pen tablet of the XO..
*trying to make measure read ECG signals

Revision as of 00:53, 11 August 2007

es Castellano es la lengua materna de este usuario
en-3

This user is able to contribute with an advanced level of English.

fr-2 Cet utilisateur peut contribuer avec un niveau intermédiaire en français.

Contributer.gif


Working on

Things to look at

TO DO

Notes

Forth Things

l@  ( adr -- l )    \ Fetch a 32-bit value
l!  ( l adr -- )    \ Store a 32-bit value
w@  ( adr -- w )    \ Fetch a 16-bit value
<w@ ( adr -- w )    \ Fetch a 16-bit value, sign extending
w!  ( w adr -- )    \ Store a 16-bit value
c@  ( adr -- b )    \ Fetch a 8-bit value
c!  ( b adr -- )    \ Store a 8-bit value
 ok 12345 constant mynum \defining hex constants
pc@ ( port# -- byte )  \ Read from an 8-bit I/O port --- P ports
pw@ ( port# -- word )  \ Read from a 16-bit I/O port
pl@ ( port# -- long )  \ Read from a 32-bit I/O port
pc! ( byte port# -- )  \ Write to an 8-bit I/O port
pw! ( word port# -- )  \ Write to a 16-bit I/O port
pl! ( long port# -- )  \ Write to a 32-bit I/O port

Open EC

Brainstorming

  • taking advantage of the fact that we are usinfg input/outputs..Robots are comming to the scene
  • so would be nice to have a robot that can be controllled with the touch pad or pen tablet of the XO..
  • trying to make measure read ECG signals