Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21190
| 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 | <drakefjustin@gmail.com> |
| 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 <drakefjustin@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.375.1330858763.3037.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Porting Python to an embedded system Justin Drake <drakefjustin@gmail.com> - 2012-03-04 10:58 +0000 Re: Porting Python to an embedded system TheSeeker <duane.kaufman@gmail.com> - 2012-03-04 05:56 -0800 Re: Porting Python to an embedded system TheSeeker <duane.kaufman@gmail.com> - 2012-03-04 05:56 -0800 Re: Porting Python to an embedded system 88888 Dihedral <dihedral88888@googlemail.com> - 2012-03-04 18:14 -0800 Re: Porting Python to an embedded system 88888 Dihedral <dihedral88888@googlemail.com> - 2012-03-04 18:14 -0800
csiph-web