Changeset 632


Ignore:
Timestamp:
12/12/08 11:27:33 (4 years ago)
Author:
phyrephox
Message:

ixus70_sd1000 - added multipartition support, see http://chdk.setepontos.com/index.php/topic,2155.msg20011.html#msg20011
renamed version.txt to changelog.txt

Location:
trunk
Files:
3 added
11 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r622 r632  
    106106        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/TEST/*     > $(DEVNULL) 
    107107        zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/syscurves.CVF      > $(DEVNULL) 
    108         zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)doc/version.txt  > $(DEVNULL) 
    109         zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)doc/version.txt  > $(DEVNULL) 
     108        zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)doc/changelog.txt  > $(DEVNULL) 
     109        zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)doc/changelog.txt  > $(DEVNULL) 
    110110        zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)tools/vers.req  > $(DEVNULL) 
    111111ifdef PLATFORMOS 
  • trunk/doc/changelog.txt

    r628 r632  
    11For people who compile the zips themselves: see https://chdk.kernreaktor.org/chdk-changelog.txt for a textfile containing all the changes. 
    22Note: This file is now autogenerated (by grepping the svn comitt log) on the autobuild server and included in both the complete & normal zips - no need to manually edit it @ devs 
    3 Hint: comitt comments that are commented by /* text */ will not be shown in the version.txt (maybe for the more technical stuff) 
     3Hint: comitt comments that are commented by /* text */ will not be shown in the changelog.txt (maybe for the more technical stuff) 
  • trunk/include/camera.h

    r626 r632  
    974974    #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 
    975975    #define DNG_SUPPORT                 1 
     976    #define CAM_MULTIPART               1 
    976977    // pattern 
    977978    #define cam_CFAPattern 0x02010100 // Red  Green  Green  Blue 
  • trunk/platform/ixus70_sd1000/sub/100c/Makefile

    r515 r632  
    11topdir=../../../../ 
    22 
    3 OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o 
    4 STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c 
     3OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o mount.o 
     4STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c 
    55 
    66include $(topdir)/platform/makefile_sub.inc 
  • trunk/platform/ixus70_sd1000/sub/100c/stubs_auto.S

    r515 r632  
    1818STUB(FF81BC98) 
    1919STUB(FF81BE94) 
     20STUB(FF81C958) 
     21STUB(FF81C984) 
     22STUB(FF81E2B0) 
     23STUB(FF81E380) 
    2024STUB(FF8261B8) 
     25STUB(FF845FE0) 
     26STUB(FF845FF0) 
    2127STUB(FF90DE5C) 
    2228STUB(FF9145C8) 
     
    3137STUB(FF92E74C) 
    3238STUB(FFA3957C) 
     39STUB(FFA688F8) 
     40STUB(FFA689E8) 
     41STUB(FFA7EE04) 
     42STUB(FFA98328) 
     43STUB(FFA98400) 
     44STUB(FFA9852C) 
     45STUB(FFA98C94) 
     46STUB(FFA98CE4) 
     47STUB(FFA98D9C) 
     48STUB(FFA98EF0) 
     49STUB(FFA99014) 
     50STUB(FFA9909C) 
     51STUB(FFA99268) 
     52STUB(FFA992B8) 
     53STUB(FFAAC8B4) 
    3354STUB(FFAF2B50) 
    3455STUB(FFAFCE14) 
     
    7495STUB(FFB14ADC) 
    7596STUB(FFB20628) 
     97STUB(FFB327AC) 
    7698STUB(FFB36E94) 
    7799STUB(FFB81658) 
  • trunk/platform/ixus70_sd1000/sub/100c/stubs_entry_2.S

    r515 r632  
    3232NHSTUB(GetOpticalTemperature, 0xFFA34448) 
    3333NHSTUB(PT_PlaySound, 0xFFB0B1F8) 
     34NHSTUB(WriteSDCard, 0xFFAAC320) 
     35 
    3436NHSTUB(EnterToCompensationEVF, 0xffafaa6c) 
    3537NHSTUB(ExitFromCompensationEVF, 0xffafaaf0) 
  • trunk/platform/ixus70_sd1000/sub/101b/Makefile

    r515 r632  
    11topdir=../../../../ 
    22 
    3 OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o 
    4 STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c 
     3OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o mount.o 
     4STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c 
    55 
    66include $(topdir)/platform/makefile_sub.inc 
  • trunk/platform/ixus70_sd1000/sub/101b/stubs_auto.S

    r515 r632  
    1818STUB(FF81BC98) 
    1919STUB(FF81BE94) 
     20STUB(FF81C958) 
     21STUB(FF81C984) 
     22STUB(FF81E2B0) 
     23STUB(FF81E380) 
    2024STUB(FF8261B8) 
     25STUB(FF845FE0) 
     26STUB(FF845FF0) 
    2127STUB(FF90DE5C) 
    2228STUB(FF9145C8) 
     
    3137STUB(FF92E74C) 
    3238STUB(FFA395F0) 
     39STUB(FFA6896C) 
     40STUB(FFA68A5C) 
     41STUB(FFA7EE78) 
     42STUB(FFA9839C) 
     43STUB(FFA98474) 
     44STUB(FFA985A0) 
     45STUB(FFA98D08) 
     46STUB(FFA98D58) 
     47STUB(FFA98E10) 
     48STUB(FFA98F64) 
     49STUB(FFA99088) 
     50STUB(FFA99110) 
     51STUB(FFA992DC) 
     52STUB(FFA9932C) 
     53STUB(FFAAC928) 
    3354STUB(FFAF2BC4) 
    3455STUB(FFAFCE88) 
     
    7495STUB(FFB14B50) 
    7596STUB(FFB2069C) 
     97STUB(FFB32820) 
    7698STUB(FFB36F08) 
    7799STUB(FFB816CC) 
  • trunk/platform/ixus70_sd1000/sub/101b/stubs_entry_2.S

    r515 r632  
    3232NHSTUB(GetOpticalTemperature, 0xFFA344BC) 
    3333NHSTUB(PT_PlaySound, 0xFFB0B26C) 
    34  
     34NHSTUB(WriteSDCard, 0xFFAAC394) 
    3535 
    3636NHSTUB(EnterToCompensationEVF, 0xffafaae0)  
  • trunk/platform/ixus70_sd1000/sub/102a/Makefile

    r515 r632  
    11topdir=../../../../ 
    22 
    3 OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o 
    4 STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c 
     3OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o mount.o 
     4STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c 
    55 
    66include $(topdir)/platform/makefile_sub.inc 
  • trunk/platform/ixus70_sd1000/sub/102a/stubs_auto.S

    r515 r632  
    1818STUB(FF81BC98) 
    1919STUB(FF81BE94) 
     20STUB(FF81C958) 
     21STUB(FF81C984) 
     22STUB(FF81E2B0) 
     23STUB(FF81E380) 
    2024STUB(FF8261B8) 
     25STUB(FF845FE0) 
     26STUB(FF845FF0) 
    2127STUB(FF90DE5C) 
    2228STUB(FF9145C8) 
     
    3137STUB(FF92E74C) 
    3238STUB(FFA395F0) 
     39STUB(FFA6896C) 
     40STUB(FFA68A5C) 
     41STUB(FFA7EE78) 
     42STUB(FFA9839C) 
     43STUB(FFA98474) 
     44STUB(FFA985A0) 
     45STUB(FFA98D08) 
     46STUB(FFA98D58) 
     47STUB(FFA98E10) 
     48STUB(FFA98F64) 
     49STUB(FFA99088) 
     50STUB(FFA99110) 
     51STUB(FFA992DC) 
     52STUB(FFA9932C) 
     53STUB(FFAAC928) 
    3354STUB(FFAF2C44) 
    3455STUB(FFAFCF08) 
     
    7495STUB(FFB14BD0) 
    7596STUB(FFB2071C) 
     97STUB(FFB328A0) 
    7698STUB(FFB36F88) 
    7799STUB(FFB8174C) 
  • trunk/platform/ixus70_sd1000/sub/102a/stubs_entry_2.S

    r515 r632  
    3333NHSTUB(GetOpticalTemperature, 0xFFA344BC) 
    3434NHSTUB(PT_PlaySound, 0xFFB0B2EC) 
    35  
     35NHSTUB(WriteSDCard, 0xFFAAC394) 
    3636 
    3737NHSTUB(EnterToCompensationEVF, 0xffafab60) 
Note: See TracChangeset for help on using the changeset viewer.