trunk-r306-mod: filespace + EVtv + get_file_counter - CHDK Releases - CHDK Forum

trunk-r306-mod: filespace + EVtv + get_file_counter

  • 6 Replies
  • 6061 Views
*

Offline Jucifer

  • *****
  • 251
  • [A710IS]
trunk-r306-mod: filespace + EVtv + get_file_counter
« on: 24 / February / 2008, 08:33:24 »
Advertisements
trunk 306 with the following changes:

- added PhyrePhox's filespace display
- added get_file_counter for ubasic
- changed Tv override selector to 1/3EV-selectable


example usage of get_file_counter:

c=get_file_counter
press "shoot_half"
press "shoot_full"
do
d=get_file_counter
until (d-c)>=a
release "shoot_full"


allbest-mod-a5xx-all-42.zip - 0.60MB
allbest-mod-a6xx-all-42.zip - 1.09MB
allbest-mod-a7xx-all-42.zip - 0.48MB
allbest-mod-g7-all-42.zip - 0.82MB
allbest-mod-ixus-all-42.zip - 1.21MB
allbest-mod-s2is-all-42.zip - 0.61MB


Enjoy.
« Last Edit: 02 / March / 2008, 09:00:45 by Jucifer »

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: trunk-r306-mod: filespace + EVtv + get_file_counter
« Reply #1 on: 24 / February / 2008, 09:16:07 »
Hi Jucifer !

Just asking to avoid frustrated s3 users -- you took this into account too right ?

Hmm... now that's just the oddest thing. I've never seen this happen before with any build of CHDK, not even highly experimental builds.
...

Known problem. :) It already happened before.
The problem is: the size of CHDK code exceeds the limit reserved for it. Now the limit is 192K (0x30000) . When you compile the sources you can see the following:
Code: [Select]
-> main.elf
   text    data     bss     dec     hex filename
 133536    7048   56712  197296   302b0 main.elf

The last number says that the size is more than 0x30000 bytes.

and ...

To solving this you can try incrementing 'MEMISOSTART' and 'MEMISOSIZE' values in files "platform/sub/###/makefile.inc" by another "0x10000" to increase the limit to 0x40000 (256KB).


*

Offline Jucifer

  • *****
  • 251
  • [A710IS]
Re: trunk-r306-mod: filespace + EVtv + get_file_counter
« Reply #2 on: 24 / February / 2008, 11:10:09 »
Of course I did ...forget all about it. Thanks for the reminder. :]

Re: trunk-r306-mod: filespace + EVtv + get_file_counter
« Reply #3 on: 24 / February / 2008, 12:14:57 »
Deleted
« Last Edit: 22 / April / 2008, 12:39:19 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye


*

Offline Jucifer

  • *****
  • 251
  • [A710IS]
Re: trunk-r306-mod: filespace + EVtv + get_file_counter
« Reply #4 on: 24 / February / 2008, 12:39:32 »
Unfortunately he has released it only for S3.

I think.

And even more unfortunately he hasn't released the source for it. I'd really like to take a look at it. So Fingalo, if you're reading this, how about it? ;)

Re: trunk-r306-mod: filespace + EVtv + get_file_counter
« Reply #5 on: 24 / February / 2008, 21:15:16 »
Deleted
« Last Edit: 22 / April / 2008, 12:39:37 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye

*

Offline Jucifer

  • *****
  • 251
  • [A710IS]
Re: trunk-r306-mod: filespace + EVtv + get_file_counter
« Reply #6 on: 25 / February / 2008, 00:16:26 »
Thanks for testing #43 and #44. Also automagic power-down could be fun...

Also I've been thinking about the memory consumption. When do stripped-down builds emerge? (Or will they be really needed?)

 

Related Topics