How To Port PyMite

Author: Dean Hall
Id:HowToPortPyMite.txt 599 2010-09-14 18:34:20Z dwhall256

Purpose

This document describes in a step-by-step manner how to port the PyMite interpreter to a new platform. In doing so, it serves as a guide for the PyMite developer.

Requirements

The following is needed in order to port and compile PyMite to a new platform:

Starting from a sample project that configures the the communications peripheral serving as stdio (UART) and has a working build system (Makefile) is highly recommended.

Porting

Here is a step-by-step guide to porting PyMite to a new platform.