Closed GoogleCodeExporter closed 9 years ago
Original comment by dwhall...@gmail.com
on 12 Aug 2010 at 2:39
r612
- Created branch
https://python-on-a-chip.googlecode.com/svn/branches/issue_0100_dwhall_release_0
9
Original comment by dwhall...@gmail.com
on 21 Sep 2010 at 4:27
r618
- Branch unmodified, but trunk has been updated.
- Copied trunk to branch
Original comment by dwhall...@gmail.com
on 29 Sep 2010 at 7:32
r619
- The r618 branch lacked a '/' and the "trunk" dir name was copied; Bad!
- Removed branch
r620
- Created new branch properly (same name)
https://python-on-a-chip.googlecode.com/svn/branches/issue_0100_dwhall_release_0
9
Original comment by dwhall...@gmail.com
on 29 Sep 2010 at 9:19
Sizes:
at91sam7s-ek:
$ arm-elf-size main.elf
text data bss dec hex filename
53349 2088 7948 63385 f799 main.elf
avr:
$ avr-size main.elf
text data bss dec hex filename
50552 146 3470 54168 d398 main.elf
arduino_mega:
$ avr-size main.elf
text data bss dec hex filename
53436 180 7574 61190 ef06 main.elf
Original comment by dwhall...@gmail.com
on 30 Sep 2010 at 5:23
Issue #145 and Issue #147 were applied to the r09 branch
Original comment by dwhall...@gmail.com
on 7 Oct 2010 at 9:35
r638
- Moved src/platform/mmb103 to new platform/_unmaintained/ directory.
Original comment by dwhall...@gmail.com
on 7 Oct 2010 at 10:02
r639
- Updated copyright year to 2010 in src/vm/, lib/, tools/
- Updated info in README and LICENSE
- Updated docs/src/HowToReleasePyMite.txt
Original comment by dwhall...@gmail.com
on 7 Oct 2010 at 10:38
r640
- Applied Tyler's patch to the windows platform
Tyler's patch was in response to testing for release 09 candidate 1.
Only affected windows/README.
Original comment by dwhall...@gmail.com
on 8 Oct 2010 at 1:46
r642
- Copied mosync files from trunk to the branch for release 09
Original comment by dwhall...@gmail.com
on 10 Oct 2010 at 1:51
r643
- Updated copyright for ipm INIT_MESSAGE
- Added message in READMEs to increase heap for 64-bit desktop
Original comment by dwhall...@gmail.com
on 13 Oct 2010 at 5:54
r645
- Merged release 09 branch to trunk/
- Fixed doxygen typo src/lib/ipm.py (ipmMite --> ipm_target)
- Similar enhancement to src/tools/ipm.py (ipm --> ipm_host)
- svn propset Id on src/platform/desktop/README
Tested: make check, built for platforms: avr, <arm7>, desktop; tested ipm
Original comment by dwhall...@gmail.com
on 18 Oct 2010 at 12:30
r646
- $ make dist PM_RELEASE=09
- Tagged release 09: http://python-on-a-chip.googlecode.com/svn/tags/pymite-09/
- Created release package: pymite-09.tar.gz
Original comment by dwhall...@gmail.com
on 18 Oct 2010 at 12:51
Original comment by dwhall...@gmail.com
on 18 Oct 2010 at 1:13
Original issue reported on code.google.com by
dwhall...@gmail.com
on 17 Jul 2010 at 2:20