Re: Porting Python to an embedded system

2012-03-04 Thread Dan Stromberg
You might check out pymite. http://wiki.python.org/moin/PyMite Oh, but I'm now realizing that's part of the python on a chip project, so in a way it's already been mentioned. Anyway, PyMite, I gather, is a tiny python for microcontrollers. On Sun, Mar 4, 2012 at 2:58 AM, Justin Drake wrote: >

Re: Porting Python to an embedded system

2012-03-04 Thread 88888 Dihedral
On Sunday, March 4, 2012 6:58:50 PM UTC+8, Justin Drake wrote: > I am working with an ARM Cortex M3 on which I need to port Python > (without operating system). What would be my best approach? I just > need the core Python and basic I/O. Sounds like the JVM law suites in ANDROINDS did stimulate a

Re: Porting Python to an embedded system

2012-03-04 Thread TheSeeker
On Sunday, March 4, 2012 4:58:50 AM UTC-6, Justin Drake wrote: > I am working with an ARM Cortex M3 on which I need to port Python > (without operating system). What would be my best approach? I just > need the core Python and basic I/O. The python-on-a-chip project (p14p) (http://code.google.com/

Re: Porting Python to an embedded system

2012-03-04 Thread Devin Jeanpierre
On Sun, Mar 4, 2012 at 5:58 AM, Justin Drake wrote: > I am working with an ARM Cortex M3 on which I need to port Python > (without operating system). What would be my best approach? I just > need the core Python and basic I/O. How much time are you willing to budget to this? Porting something to

Re: Porting Python to an embedded system

2012-03-04 Thread Stefan Behnel
Justin Drake, 04.03.2012 11:58: > I am working with an ARM Cortex M3 on which I need to port Python > (without operating system). What would be my best approach? I just > need the core Python and basic I/O. The "without operating system" bit should prove problematic. Can't you just install Linux o