sprhawk / python-on-a-chip

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

A catch-all of bug fixes and enhances for the Summer Bridge camp #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For the duration on the Summer Bridge camp, I anticipate on making frequent 
changes to several areas of the code. This will serve as a sandbox to allow a 
single-source location to experiment and improve, with the goal of merging the 
useful changes into the trunk or the appropriate branch afterwards.

Original issue reported on code.google.com by bjones460@gmail.com on 22 Jul 2010 at 7:09

GoogleCodeExporter commented 9 years ago
r524:
- Created a branch for this issue

Original comment by bjones460@gmail.com on 26 Jul 2010 at 6:51

GoogleCodeExporter commented 9 years ago
r527:
- Eliminated error message text to reduce code size
- Turned off VM features to reduce code size
- Merged in latest trunk mods

Original comment by bjones460@gmail.com on 26 Jul 2010 at 7:44

GoogleCodeExporter commented 9 years ago
r528:
- Code produces an address error, but trunk code does not. Saving this as I 
find the source...

Original comment by bjones460@gmail.com on 27 Jul 2010 at 3:59

GoogleCodeExporter commented 9 years ago
r529:
- Commenting out HAVE_CLOSURES causes the crash. Additional debug needed.
- ipm changed to set DTR, RTS false for compatibility with the PIC24 mini-Bully
- ipm changed to auto-run a robot.py file before entering interactive mode, for 
a click-to-run development environment.
- Created files to support click-to-run (robot.py, robot.bat)

Original comment by bjones460@gmail.com on 27 Jul 2010 at 6:13

GoogleCodeExporter commented 9 years ago
r531:
- IPM modified to load in robot.py then do ipm
- Bug fixed in PWM code (forgot to enable the timer)
- Unit tests now verify correct behavior
- Interpreter now prints a helpful message when a name can't be found
- Doc format fixes to obj.h
- imports limited in main.py, saving a lot of heap space

Original comment by bjones460@gmail.com on 29 Jul 2010 at 6:57

GoogleCodeExporter commented 9 years ago
r537:
- Copied GC bug fix from Issue #108
- crlf/cr fixes

Original comment by bjones460@gmail.com on 2 Aug 2010 at 6:02

GoogleCodeExporter commented 9 years ago
r609:
- Merged trunk to branch. Hoping to finish up this branch and merge it back.

Original comment by bjones460@gmail.com on 21 Sep 2010 at 4:09

GoogleCodeExporter commented 9 years ago
r613: A selective merge to trunk.
- PWM fix: timer now enabled
- Unit, system tests updated to verify PWM fix
- readme.h updates: don't need Cygwin python to compile
- Added tools where a PIC-specific ipm.py lives
- Added robot.py code as another example of PIC library usage

Original comment by bjones460@gmail.com on 21 Sep 2010 at 7:21

GoogleCodeExporter commented 9 years ago

Original comment by bjones460@gmail.com on 21 Sep 2010 at 7:21