Abzac / python-on-a-chip

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

Updates for PIC24 platform #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To support the Microstik plus tune the system, a few changes are necessary.

Original issue reported on code.google.com by bjones460@gmail.com on 28 Sep 2010 at 8:32

GoogleCodeExporter commented 9 years ago
r616:
- Added support for the Microstik LED (not open drain)
- Added support for the Microstik debugger by reducing heap size in debug mode
- Made default project build for Microstik, rather than simulator
- Freed up extra RAM by not importing sys in main.py
- Tested with new MPLAB C30 compiler v3.24

Original comment by bjones460@gmail.com on 28 Sep 2010 at 8:36