Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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; 'to:addr:comp.lang.python': 0.09; 'into.': 0.16; 'subject:embedded': 0.16; 'subject:system': 0.16; 'cc:addr:python- list': 0.16; 'wrote:': 0.18; 'thanks,': 0.19; 'cc:no real name:2**0': 0.21; 'header:In-Reply-To:1': 0.22; '(without': 0.23; 'sunday,': 0.23; 'cc:2**0': 0.26; 'url:code': 0.28; 'cc:addr:python.org': 0.29; 'url:)': 0.29; 'received:209.85.212': 0.33; 'header:User-Agent:1': 0.33; 'arm': 0.34; 'something': 0.35; 'project': 0.35; 'operating': 0.35; 'core': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'might': 0.40; 'worth': 0.61; 'march': 0.61; 'url:p': 0.62; 'received:209.85.212.56': 0.91; 'received:mail- vw0-f56.google.com': 0.91 Received-SPF: pass (google.com: domain of duane.kaufman@gmail.com designates 10.236.77.165 as permitted sender) client-ip=10.236.77.165; Authentication-Results: mr.google.com; spf=pass (google.com: domain of duane.kaufman@gmail.com designates 10.236.77.165 as permitted sender) smtp.mail=duane.kaufman@gmail.com Newsgroups: comp.lang.python Date: Sun, 4 Mar 2012 05:56:15 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=216.180.214.163; posting-account=dqhHMAkAAACmyM-aTtyhgDD95Bt__HRa References: User-Agent: G2/1.0 X-Google-Web-Client: true MIME-Version: 1.0 Subject: Re: Porting Python to an embedded system From: TheSeeker To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: , Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330869384 news.xs4all.nl 6856 [2001:888:2000:d::a6]:50603 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21197 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/p/python-on-a-chip/) might be something worth looking into. Thanks, Duane