shadown / python-on-a-chip

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

Create release 08 #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create release 08

Original issue reported on code.google.com by dwhall...@gmail.com on 20 Apr 2009 at 7:17

GoogleCodeExporter commented 9 years ago

Original comment by dwhall...@gmail.com on 20 Apr 2009 at 7:23

GoogleCodeExporter commented 9 years ago
$ avr-size main.elf
   text    data     bss     dec     hex filename
  39696     126    3419   43241    a8e9 main.elf

$ avr-size libpmvm_avr.a 
   text    data     bss     dec     hex filename
    484       0       0     484     1e4 codeobj.o (ex libpmvm_avr.a)
   1346       0       0    1346     542 dict.o (ex libpmvm_avr.a)
      0       0       0       0       0 float.o (ex libpmvm_avr.a)
    360       0       0     360     168 frame.o (ex libpmvm_avr.a)
    550      10       0     560     230 func.o (ex libpmvm_avr.a)
   1158      28       0    1186     4a2 global.o (ex libpmvm_avr.a)
   2864       0    3334    6198    1836 heap.o (ex libpmvm_avr.a)
    434       0       0     434     1b2 img.o (ex libpmvm_avr.a)
    910       4       0     914     392 int.o (ex libpmvm_avr.a)
  13280       0       1   13281    33e1 interp.o (ex libpmvm_avr.a)
   1270       0       0    1270     4f6 list.o (ex libpmvm_avr.a)
    472       0       0     472     1d8 mem.o (ex libpmvm_avr.a)
    322       0       0     322     142 module.o (ex libpmvm_avr.a)
   1528       0       0    1528     5f8 obj.o (ex libpmvm_avr.a)
    372       0      10     382     17e pm.o (ex libpmvm_avr.a)
   1330       0       0    1330     532 seglist.o (ex libpmvm_avr.a)
    740       0       0     740     2e4 seq.o (ex libpmvm_avr.a)
    186       0       0     186      ba sli.o (ex libpmvm_avr.a)
    912       0       2     914     392 strobj.o (ex libpmvm_avr.a)
     94       0       0      94      5e thread.o (ex libpmvm_avr.a)
    656       0       0     656     290 tuple.o (ex libpmvm_avr.a)
   1334       0       0    1334     536 pmstdlib_img.o (ex libpmvm_avr.a)
   4678      58       0    4736    1280 pmstdlib_nat.o (ex libpmvm_avr.a)

Original comment by dwhall...@gmail.com on 20 Apr 2009 at 11:34

GoogleCodeExporter commented 9 years ago
Followed steps in HowToReleasePyMite.txt.  Mainlined directly, see r353

Original comment by dwhall...@gmail.com on 20 Apr 2009 at 11:55

GoogleCodeExporter commented 9 years ago
Created tags/pymite-08, see r354

Original comment by dwhall...@gmail.com on 20 Apr 2009 at 11:57

GoogleCodeExporter commented 9 years ago
Changed r08 to R08

Original comment by dwhall...@gmail.com on 12 Mar 2010 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by dwhall...@gmail.com on 13 Mar 2010 at 1:30