Porting Python to an embedded system

Stefan Behnel stefan_ml at behnel.de
Sun Mar 4 08:00:54 EST 2012


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 on it?

Stefan




More information about the Python-list mailing list