Changeset 801
- Timestamp:
- 09/18/09 06:32:56 (4 years ago)
- Location:
- trunk
- Files:
-
- 40 edited
-
buildconf.inc (modified) (1 diff)
-
makefile.inc (modified) (1 diff)
-
platform/a2000/sub/100c/makefile.inc (modified) (2 diffs)
-
platform/a470/sub/100e/makefile.inc (modified) (1 diff)
-
platform/a470/sub/101b/makefile.inc (modified) (1 diff)
-
platform/a470/sub/102c/makefile.inc (modified) (1 diff)
-
platform/a540/sub/100b/makefile.inc (modified) (1 diff)
-
platform/a590/sub/100e/makefile.inc (modified) (1 diff)
-
platform/a590/sub/101b/makefile.inc (modified) (1 diff)
-
platform/a650/sub/100d/makefile.inc (modified) (1 diff)
-
platform/a720/sub/100c/makefile.inc (modified) (1 diff)
-
platform/g9/sub/100d/makefile.inc (modified) (1 diff)
-
platform/g9/sub/100g/makefile.inc (modified) (1 diff)
-
platform/g9/sub/100i/makefile.inc (modified) (1 diff)
-
platform/ixus80_sd1100/sub/100c/makefile.inc (modified) (1 diff)
-
platform/ixus80_sd1100/sub/101a/makefile.inc (modified) (1 diff)
-
platform/ixus860_sd870/sub/100c/makefile.inc (modified) (1 diff)
-
platform/ixus870_sd880/sub/100e/makefile.inc (modified) (1 diff)
-
platform/ixus870_sd880/sub/101a/makefile.inc (modified) (1 diff)
-
platform/ixus870_sd880/sub/102b/makefile.inc (modified) (1 diff)
-
platform/ixus960_sd950/sub/100d/makefile.inc (modified) (1 diff)
-
platform/ixus970_sd890/sub/100b/makefile.inc (modified) (1 diff)
-
platform/ixus970_sd890/sub/100c/makefile.inc (modified) (1 diff)
-
platform/ixus970_sd890/sub/100f/makefile.inc (modified) (1 diff)
-
platform/ixus980_sd990/notes.txt (modified) (2 diffs)
-
platform/ixus980_sd990/sub/100e/makefile.inc (modified) (1 diff)
-
platform/ixus980_sd990/sub/101b/makefile.inc (modified) (1 diff)
-
platform/s5is/sub/101a/makefile.inc (modified) (1 diff)
-
platform/s5is/sub/101b/makefile.inc (modified) (1 diff)
-
platform/sx1/sub/200h/makefile.inc (modified) (1 diff)
-
platform/sx1/sub/201a/makefile.inc (modified) (1 diff)
-
platform/sx10/sub/100c/makefile.inc (modified) (1 diff)
-
platform/sx10/sub/101a/makefile.inc (modified) (1 diff)
-
platform/sx10/sub/101b/makefile.inc (modified) (1 diff)
-
platform/sx10/sub/102b/makefile.inc (modified) (1 diff)
-
platform/sx10/sub/103a/makefile.inc (modified) (1 diff)
-
platform/sx100is/sub/100b/makefile.inc (modified) (2 diffs)
-
platform/sx100is/sub/100c/makefile.inc (modified) (1 diff)
-
platform/sx110is/sub/100b/makefile.inc (modified) (1 diff)
-
tools/dancingbits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buildconf.inc
r743 r801 13 13 OPT_LUA_STRLIB=1 14 14 #OPT_MD_DEBUG=1 15 #OPT_FI2=1 // needs proper fi2.inc in platform/ !!! see http://chdk.setepontos.com/index.php/topic,2995.0.html 16 #OPT_WARNINGS=1 // if enabled, compiler will produce a lot of warnings, maybe not always correct ones, see http://chdk.setepontos.com/index.php/topic,2509.msg32191.html#msg32191 17 #!OPT_UBASIC=1 // Shall ubasic be compiled into build? not done yet 18 #!OPT_LUA=1 // Shall lua support be compiled into build? not done yet 19 #!OPT_SYMBOLS=1 // the symbols / not done yet 20 #!OPT_LANGUAGEINTERFACE=1 // for people who won't use lang files at all / not done yet 15 # needs proper fi2.inc in platform/ !!! see http://chdk.setepontos.com/index.php/topic,2995.0.html 16 #OPT_FI2=1 17 # if enabled, compiler will produce a lot of warnings, maybe not always correct ones, see http://chdk.setepontos.com/index.php/topic,2509.msg32191.html#msg32191 18 #OPT_WARNINGS=1 19 # Shall ubasic be compiled into build? not done yet 20 #!OPT_UBASIC=1 21 # Shall lua support be compiled into build? not done yet 22 #!OPT_LUA=1 23 # the symbols / not done yet 24 #!OPT_SYMBOLS=1 25 # for people who won't use lang files at all / not done yet 26 #!OPT_LANGUAGEINTERFACE=1 -
trunk/makefile.inc
r797 r801 240 240 PRIMARY_ROOT=$(topdir)platform 241 241 include $(topdir)buildconf.inc 242 # optional local version of buildconf.inc, not in SVN so it can be used in autobuilds 243 # and to avoid getting accidentally included in svn diffs 244 # you may also set your default camera here 245 -include $(topdir)localbuildconf.inc 242 246 include $(topdir)version.inc 243 247 include $(topdir)platform/$(PLATFORM)/sub/$(PLATFORMSUB)/makefile.inc 248 ifdef OPT_FI2 249 include $(topdir)/platform/fi2.inc 250 endif 244 251 245 252 SILENT=SILENT -
trunk/platform/a2000/sub/100c/makefile.inc
r799 r801 10 10 ROMBASEADDR=0xffc00000 11 11 12 TARGET_PRIMARY=$(topdir)platform/$(PLATFORM)/sub/$(PLATFORMSUB)/PRIMARY.BIN13 14 12 PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE) 15 13 PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART) … … 17 15 KEYSYS=d4 18 16 19 ifdef OPT_FI220 include $(topdir)/platform/fi2.inc21 endif22 -
trunk/platform/a470/sub/100e/makefile.inc
r794 r801 14 14 NEED_ENCODED_DISKBOOT=1 15 15 KEYSYS=d3enc 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif -
trunk/platform/a470/sub/101b/makefile.inc
r794 r801 14 14 NEED_ENCODED_DISKBOOT=1 15 15 KEYSYS=d3enc 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif -
trunk/platform/a470/sub/102c/makefile.inc
r794 r801 14 14 NEED_ENCODED_DISKBOOT=1 15 15 KEYSYS=d3enc 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif -
trunk/platform/a540/sub/100b/makefile.inc
r634 r801 1 #0x31 391 #0x311B 2 2 PLATFORMID=12571 3 3 -
trunk/platform/a590/sub/100e/makefile.inc
r794 r801 15 15 NEED_ENCODED_DISKBOOT=1 16 16 KEYSYS=d3enc 17 ifdef OPT_FI218 include $(topdir)platform/fi2.inc19 endif20 21 -
trunk/platform/a590/sub/101b/makefile.inc
r794 r801 15 15 NEED_ENCODED_DISKBOOT=1 16 16 KEYSYS=d3enc 17 ifdef OPT_FI218 include $(topdir)platform/fi2.inc19 endif20 21 -
trunk/platform/a650/sub/100d/makefile.inc
r709 r801 13 13 PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART) 14 14 KEYSYS=d3 15 ifdef OPT_FI216 include $(topdir)platform/fi2.inc17 endif18 -
trunk/platform/a720/sub/100c/makefile.inc
r709 r801 14 14 15 15 KEYSYS=d3 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 20 -
trunk/platform/g9/sub/100d/makefile.inc
r709 r801 14 14 15 15 KEYSYS=d3 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 20 -
trunk/platform/g9/sub/100g/makefile.inc
r709 r801 14 14 15 15 KEYSYS=d3 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 20 -
trunk/platform/g9/sub/100i/makefile.inc
r709 r801 14 14 15 15 KEYSYS=d3 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 20 -
trunk/platform/ixus80_sd1100/sub/100c/makefile.inc
r794 r801 17 17 NEED_ENCODED_DISKBOOT=1 18 18 KEYSYS=d3enc 19 ifdef OPT_FI220 include $(topdir)platform/fi2.inc21 endif22 -
trunk/platform/ixus80_sd1100/sub/101a/makefile.inc
r794 r801 17 17 NEED_ENCODED_DISKBOOT=1 18 18 KEYSYS=d3enc 19 ifdef OPT_FI220 include $(topdir)platform/fi2.inc21 endif22 23 -
trunk/platform/ixus860_sd870/sub/100c/makefile.inc
r709 r801 14 14 15 15 KEYSYS=d3 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 20 -
trunk/platform/ixus870_sd880/sub/100e/makefile.inc
r794 r801 14 14 NEED_ENCODED_DISKBOOT=1 15 15 KEYSYS=d4 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 20 -
trunk/platform/ixus870_sd880/sub/101a/makefile.inc
r794 r801 14 14 NEED_ENCODED_DISKBOOT=1 15 15 KEYSYS=d4 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 20 -
trunk/platform/ixus870_sd880/sub/102b/makefile.inc
r794 r801 14 14 NEED_ENCODED_DISKBOOT=1 15 15 KEYSYS=d4 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 20 -
trunk/platform/ixus960_sd950/sub/100d/makefile.inc
r709 r801 14 14 15 15 KEYSYS=d3 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 20 -
trunk/platform/ixus970_sd890/sub/100b/makefile.inc
r794 r801 16 16 17 17 KEYSYS=d3enc 18 ifdef OPT_FI219 include $(topdir)platform/fi2.inc20 endif -
trunk/platform/ixus970_sd890/sub/100c/makefile.inc
r794 r801 16 16 17 17 KEYSYS=d3enc 18 ifdef OPT_FI219 include $(topdir)platform/fi2.inc20 endif -
trunk/platform/ixus970_sd890/sub/100f/makefile.inc
r794 r801 16 16 17 17 KEYSYS=d3enc 18 ifdef OPT_FI219 include $(topdir)platform/fi2.inc20 endif -
trunk/platform/ixus980_sd990/notes.txt
r792 r801 22 22 23 23 Features known BROKEN or NOT supported: 24 - DNG extension over USB. 24 25 - Zebra 25 26 - Edge overlay … … 33 34 - Intermittent raw. If you press the shutter quickly (or maybe some other factor), RAW/DNG 34 35 may not be saved. 36 - Due to the higher resolution of the bit, many parts of the CHDK display appear small. -
trunk/platform/ixus980_sd990/sub/100e/makefile.inc
r794 r801 13 13 PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART) 14 14 15 # type of diskboot encoding: undefined = none; 1 = original; 2 = sx200 15 16 NEED_ENCODED_DISKBOOT=1 17 # type of FI2 encoding 18 KEYSYS=d4 16 19 17 KEYSYS=d418 ifdef OPT_FI219 include $(topdir)/platform/fi2.inc20 endif21 22 -
trunk/platform/ixus980_sd990/sub/101b/makefile.inc
r794 r801 16 16 17 17 KEYSYS=d4 18 ifdef OPT_FI219 include $(topdir)/platform/fi2.inc20 endif21 22 -
trunk/platform/s5is/sub/101a/makefile.inc
r709 r801 14 14 15 15 KEYSYS=d3 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 20 -
trunk/platform/s5is/sub/101b/makefile.inc
r709 r801 14 14 15 15 KEYSYS=d3 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 20 -
trunk/platform/sx1/sub/200h/makefile.inc
r794 r801 13 13 PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART) 14 14 15 OPT_FI2= 15 # suppress FI2 since it doesn't work 16 override OPT_FI2= 16 17 NEED_ENCODED_DISKBOOT=1 17 18 KEYSYS=d4 18 ifdef OPT_FI219 include $(topdir)platform/fi2.inc20 endif21 22 -
trunk/platform/sx1/sub/201a/makefile.inc
r794 r801 13 13 PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART) 14 14 15 OPT_FI2= 15 # suppress FI2 since it doesn't work 16 override OPT_FI2= 16 17 NEED_ENCODED_DISKBOOT=1 17 18 KEYSYS=d4 18 ifdef OPT_FI219 include $(topdir)platform/fi2.inc20 endif21 22 -
trunk/platform/sx10/sub/100c/makefile.inc
r794 r801 15 15 NEED_ENCODED_DISKBOOT=1 16 16 KEYSYS=d4 17 ifdef OPT_FI218 include $(topdir)platform/fi2.inc19 endif20 21 -
trunk/platform/sx10/sub/101a/makefile.inc
r794 r801 15 15 NEED_ENCODED_DISKBOOT=1 16 16 KEYSYS=d4 17 ifdef OPT_FI218 include $(topdir)platform/fi2.inc19 endif20 21 -
trunk/platform/sx10/sub/101b/makefile.inc
r794 r801 15 15 NEED_ENCODED_DISKBOOT=1 16 16 KEYSYS=d4 17 ifdef OPT_FI218 include $(topdir)platform/fi2.inc19 endif20 21 -
trunk/platform/sx10/sub/102b/makefile.inc
r794 r801 15 15 NEED_ENCODED_DISKBOOT=1 16 16 KEYSYS=d4 17 ifdef OPT_FI218 include $(topdir)platform/fi2.inc19 endif20 21 -
trunk/platform/sx10/sub/103a/makefile.inc
r794 r801 15 15 NEED_ENCODED_DISKBOOT=1 16 16 KEYSYS=d4 17 ifdef OPT_FI218 include $(topdir)platform/fi2.inc19 endif20 21 -
trunk/platform/sx100is/sub/100b/makefile.inc
r709 r801 7 7 RESTARTSTART=0x50000 8 8 MEMISOSTART=0x9F498 9 //MEMISOSIZE=0x5000010 9 ROMBASEADDR=0xffc00000 11 10 … … 15 14 16 15 KEYSYS=d3 17 ifdef OPT_FI218 include $(topdir)platform/fi2.inc19 endif20 21 -
trunk/platform/sx100is/sub/100c/makefile.inc
r709 r801 14 14 15 15 KEYSYS=d3 16 ifdef OPT_FI217 include $(topdir)platform/fi2.inc18 endif19 -
trunk/platform/sx110is/sub/100b/makefile.inc
r794 r801 15 15 NEED_ENCODED_DISKBOOT=1 16 16 KEYSYS=d4 17 #KEYSYS=d318 19 ifdef OPT_FI220 include $(topdir)/platform/fi2.inc21 endif22 23 -
trunk/tools/dancingbits.c
r794 r801 13 13 #include <errno.h> 14 14 15 #define VITALY 215 #define VITALY 3 16 16 unsigned char _chr_[VITALY][8] = { 17 17 { 4,6,1,0,7,2,5,3 }, 18 { 5,3,6,1,2,7,0,4 } 18 { 5,3,6,1,2,7,0,4 }, 19 { 2,5,0,4,6,1,3,7 } 19 20 }; 20 21
Note: See TracChangeset
for help on using the changeset viewer.