Changeset 632
- Timestamp:
- 12/12/08 11:27:33 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 11 edited
- 1 moved
-
Makefile (modified) (1 diff)
-
doc/changelog.txt (moved) (moved from trunk/doc/version.txt) (1 diff)
-
include/camera.h (modified) (1 diff)
-
platform/ixus70_sd1000/sub/100c/Makefile (modified) (1 diff)
-
platform/ixus70_sd1000/sub/100c/mount.c (added)
-
platform/ixus70_sd1000/sub/100c/stubs_auto.S (modified) (3 diffs)
-
platform/ixus70_sd1000/sub/100c/stubs_entry_2.S (modified) (1 diff)
-
platform/ixus70_sd1000/sub/101b/Makefile (modified) (1 diff)
-
platform/ixus70_sd1000/sub/101b/mount.c (added)
-
platform/ixus70_sd1000/sub/101b/stubs_auto.S (modified) (3 diffs)
-
platform/ixus70_sd1000/sub/101b/stubs_entry_2.S (modified) (1 diff)
-
platform/ixus70_sd1000/sub/102a/Makefile (modified) (1 diff)
-
platform/ixus70_sd1000/sub/102a/mount.c (added)
-
platform/ixus70_sd1000/sub/102a/stubs_auto.S (modified) (3 diffs)
-
platform/ixus70_sd1000/sub/102a/stubs_entry_2.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r622 r632 106 106 zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/TEST/* > $(DEVNULL) 107 107 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) 110 110 zip -9j $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)tools/vers.req > $(DEVNULL) 111 111 ifdef PLATFORMOS -
trunk/doc/changelog.txt
r628 r632 1 1 For people who compile the zips themselves: see https://chdk.kernreaktor.org/chdk-changelog.txt for a textfile containing all the changes. 2 2 Note: 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)3 Hint: 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 974 974 #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 975 975 #define DNG_SUPPORT 1 976 #define CAM_MULTIPART 1 976 977 // pattern 977 978 #define cam_CFAPattern 0x02010100 // Red Green Green Blue -
trunk/platform/ixus70_sd1000/sub/100c/Makefile
r515 r632 1 1 topdir=../../../../ 2 2 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 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 mount.o 4 STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c 5 5 6 6 include $(topdir)/platform/makefile_sub.inc -
trunk/platform/ixus70_sd1000/sub/100c/stubs_auto.S
r515 r632 18 18 STUB(FF81BC98) 19 19 STUB(FF81BE94) 20 STUB(FF81C958) 21 STUB(FF81C984) 22 STUB(FF81E2B0) 23 STUB(FF81E380) 20 24 STUB(FF8261B8) 25 STUB(FF845FE0) 26 STUB(FF845FF0) 21 27 STUB(FF90DE5C) 22 28 STUB(FF9145C8) … … 31 37 STUB(FF92E74C) 32 38 STUB(FFA3957C) 39 STUB(FFA688F8) 40 STUB(FFA689E8) 41 STUB(FFA7EE04) 42 STUB(FFA98328) 43 STUB(FFA98400) 44 STUB(FFA9852C) 45 STUB(FFA98C94) 46 STUB(FFA98CE4) 47 STUB(FFA98D9C) 48 STUB(FFA98EF0) 49 STUB(FFA99014) 50 STUB(FFA9909C) 51 STUB(FFA99268) 52 STUB(FFA992B8) 53 STUB(FFAAC8B4) 33 54 STUB(FFAF2B50) 34 55 STUB(FFAFCE14) … … 74 95 STUB(FFB14ADC) 75 96 STUB(FFB20628) 97 STUB(FFB327AC) 76 98 STUB(FFB36E94) 77 99 STUB(FFB81658) -
trunk/platform/ixus70_sd1000/sub/100c/stubs_entry_2.S
r515 r632 32 32 NHSTUB(GetOpticalTemperature, 0xFFA34448) 33 33 NHSTUB(PT_PlaySound, 0xFFB0B1F8) 34 NHSTUB(WriteSDCard, 0xFFAAC320) 35 34 36 NHSTUB(EnterToCompensationEVF, 0xffafaa6c) 35 37 NHSTUB(ExitFromCompensationEVF, 0xffafaaf0) -
trunk/platform/ixus70_sd1000/sub/101b/Makefile
r515 r632 1 1 topdir=../../../../ 2 2 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 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 mount.o 4 STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c 5 5 6 6 include $(topdir)/platform/makefile_sub.inc -
trunk/platform/ixus70_sd1000/sub/101b/stubs_auto.S
r515 r632 18 18 STUB(FF81BC98) 19 19 STUB(FF81BE94) 20 STUB(FF81C958) 21 STUB(FF81C984) 22 STUB(FF81E2B0) 23 STUB(FF81E380) 20 24 STUB(FF8261B8) 25 STUB(FF845FE0) 26 STUB(FF845FF0) 21 27 STUB(FF90DE5C) 22 28 STUB(FF9145C8) … … 31 37 STUB(FF92E74C) 32 38 STUB(FFA395F0) 39 STUB(FFA6896C) 40 STUB(FFA68A5C) 41 STUB(FFA7EE78) 42 STUB(FFA9839C) 43 STUB(FFA98474) 44 STUB(FFA985A0) 45 STUB(FFA98D08) 46 STUB(FFA98D58) 47 STUB(FFA98E10) 48 STUB(FFA98F64) 49 STUB(FFA99088) 50 STUB(FFA99110) 51 STUB(FFA992DC) 52 STUB(FFA9932C) 53 STUB(FFAAC928) 33 54 STUB(FFAF2BC4) 34 55 STUB(FFAFCE88) … … 74 95 STUB(FFB14B50) 75 96 STUB(FFB2069C) 97 STUB(FFB32820) 76 98 STUB(FFB36F08) 77 99 STUB(FFB816CC) -
trunk/platform/ixus70_sd1000/sub/101b/stubs_entry_2.S
r515 r632 32 32 NHSTUB(GetOpticalTemperature, 0xFFA344BC) 33 33 NHSTUB(PT_PlaySound, 0xFFB0B26C) 34 34 NHSTUB(WriteSDCard, 0xFFAAC394) 35 35 36 36 NHSTUB(EnterToCompensationEVF, 0xffafaae0) -
trunk/platform/ixus70_sd1000/sub/102a/Makefile
r515 r632 1 1 topdir=../../../../ 2 2 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 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 mount.o 4 STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c 5 5 6 6 include $(topdir)/platform/makefile_sub.inc -
trunk/platform/ixus70_sd1000/sub/102a/stubs_auto.S
r515 r632 18 18 STUB(FF81BC98) 19 19 STUB(FF81BE94) 20 STUB(FF81C958) 21 STUB(FF81C984) 22 STUB(FF81E2B0) 23 STUB(FF81E380) 20 24 STUB(FF8261B8) 25 STUB(FF845FE0) 26 STUB(FF845FF0) 21 27 STUB(FF90DE5C) 22 28 STUB(FF9145C8) … … 31 37 STUB(FF92E74C) 32 38 STUB(FFA395F0) 39 STUB(FFA6896C) 40 STUB(FFA68A5C) 41 STUB(FFA7EE78) 42 STUB(FFA9839C) 43 STUB(FFA98474) 44 STUB(FFA985A0) 45 STUB(FFA98D08) 46 STUB(FFA98D58) 47 STUB(FFA98E10) 48 STUB(FFA98F64) 49 STUB(FFA99088) 50 STUB(FFA99110) 51 STUB(FFA992DC) 52 STUB(FFA9932C) 53 STUB(FFAAC928) 33 54 STUB(FFAF2C44) 34 55 STUB(FFAFCF08) … … 74 95 STUB(FFB14BD0) 75 96 STUB(FFB2071C) 97 STUB(FFB328A0) 76 98 STUB(FFB36F88) 77 99 STUB(FFB8174C) -
trunk/platform/ixus70_sd1000/sub/102a/stubs_entry_2.S
r515 r632 33 33 NHSTUB(GetOpticalTemperature, 0xFFA344BC) 34 34 NHSTUB(PT_PlaySound, 0xFFB0B2EC) 35 35 NHSTUB(WriteSDCard, 0xFFAAC394) 36 36 37 37 NHSTUB(EnterToCompensationEVF, 0xffafab60)
Note: See TracChangeset
for help on using the changeset viewer.