source: branches/release-1_0/platform/a470/sub/101b/stubs_min.S @ 1625

Revision 1625, 806 bytes checked in by reyalp, 16 months ago (diff)

a470 updates from srsa_4c in http://chdk.setepontos.com/index.php?topic=650.msg80692#msg80692

  • extra long exposures implemented (all 3 fw revisions, tested on 1.02c)
  • fixed the dark frame subtraction setting, bug mentioned here: http://chdk.setepontos.com/index.php?topic=3368.msg39071#msg39071 for all 3 revisions
  • flash params table and params count fixed (I've verified the addresses manually, so all 3 rev. should be ok)
  • defined CAM_STARTUP_CRASH_FILE_OPEN_FIX (previously camera crashed when "refresh" was issued in chdkptp GUI)
  • also defined CAM_DETECT_SCREEN_ERASE
  • strange check removed from kbd.c
  • multiple corrections for 1.02c according to stubs_entry.S (can't be sure it would be ok for the other 2)
  • debug code removed from capt_seq.c
  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2
3DEF(physw_status, 0x1007C) //Found for A470 (GPIOStatus)
4DEF(physw_run, 0x1BF0) //Found for A470 in task_PhySw, same as A590
5DEF(FlashParamsTable,  0xffe8fc64) // 101b ok
6DEF(zoom_busy, 0x8050)  //0x803c+14 same as in a590
7DEF(focus_busy, 0x82B0) // 0x82A8+0x08 found in sub_FFD02310
8
9DEF(canon_menu_active,0x9014)           // 0x9010+4
10
11//-
12
13DEF(canon_shoot_menu_active,0x9718) // from http://chdk.setepontos.com/index.php/topic,3368.msg37738.html#msg37738
14
15DEF(recreview_hold, 0x95E4) // from http://chdk.setepontos.com/index.php/topic,3368.msg37738.html#msg37738
16
17DEF(movie_status, 0x5200)  // 0x51C8 + 0x38
18DEF(some_flag_for_af_scan, 0xCDEC)
19DEF(zoom_status, 0xD7C4)
20DEF(led_table, 0x22AC) //Found using LEDDrv.c
21DEF(levent_table,0xFFE72EC4)
22DEF(playrec_mode,0x5344+4) // SSAPI:MenuIn
Note: See TracBrowser for help on using the repository browser.