sprhawk / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Create port to Arduino Mega #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create port to Arduino Mega.  Easy copy of AVR platform.

Original issue reported on code.google.com by dwhall...@gmail.com on 14 Aug 2010 at 4:24

GoogleCodeExporter commented 9 years ago
r588
- Added src/platform/arduino_mega
- Supports all HAVE_* features except float.
- Requires "make once" to patch pmImgCreator.py
- README explains how to build binary and run ipm.

Only files in platform/arduino_mega were affected.  Test by running ipm on 
target device::

ipm> import sys; sys.gc(); sys.heap()
(4410, 7424)

Mainlined directly.

Original comment by dwhall...@gmail.com on 1 Sep 2010 at 7:47

GoogleCodeExporter commented 9 years ago
r590
- Added (char *) to avoid compiler error on latest avr-gcc

post mainline checkin.

Original comment by dwhall...@gmail.com on 2 Sep 2010 at 4:13

GoogleCodeExporter commented 9 years ago
r596
- Updated README with misc improvements and "-f pmfeatures.py" arg to ipm.

Original comment by dwhall...@gmail.com on 10 Sep 2010 at 9:03