Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.08; 'received:209.85.213.174': 0.16; 'received:mail- yx0-f174.google.com': 0.16; 'subject:embedded': 0.16; 'subject:system': 0.16; '(without': 0.23; 'message- id:@mail.gmail.com': 0.29; 'arm': 0.34; 'to:addr:python-list': 0.35; 'operating': 0.35; 'core': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'header:Received:6': 0.61 Received-SPF: pass (google.com: domain of drakefjustin@gmail.com designates 10.236.136.99 as permitted sender) client-ip=10.236.136.99; Authentication-Results: mr.google.com; spf=pass (google.com: domain of drakefjustin@gmail.com designates 10.236.136.99 as permitted sender) smtp.mail=drakefjustin@gmail.com; dkim=pass header.i=drakefjustin@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=OBIC4pjlCrFDjEClbz4W7PLykpSyd1Z11CKh0V9p2wk=; b=BlG3xDvx9KbdlsfS7cmJEl8WkLAL5qvMMj9yCdQZ91Ezn2Omu/LYyDhNMTaYPYN8rG LPNUYDPlw2QIcPFVM6ve6vFjbO6UrxNv08kIjDQ40BWajbfLaBZF85LZ0MAe3iyXHeu4 39UXVNP5T2K7dE3VK59v7+pwXHI773Qmd7jvgTtXVzkm6gVK3VXOh/eDm2C9bZHw+omq FqwLbhDyYfK5fye5tqhKOduSHqKyAEdFS9PkTZs4boc+P33Xbi9ZY5zawpbDVQFsNzHM 2RFTIV+xaozKNQEof4TnTTQd5d3cTB6BrK4mIbF/CLI5WRocqtWGq+3B2Y31hZ6GNYkI 0A8Q== MIME-Version: 1.0 From: Justin Drake Date: Sun, 4 Mar 2012 10:58:50 +0000 Subject: Porting Python to an embedded system To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 3 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330858763 news.xs4all.nl 6862 [2001:888:2000:d::a6]:34933 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21190 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.