https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 629e0d0b3e08834c84f5705e350033991b26972e authored by alex@thinkpad on 01 September 2016, 20:56:13 UTC
raw2dng/mlv_dump: in vertical stripe fix, give higher weights to bright pixels
Tip revision: 629e0d0
Makefile.platform.default
#Makefile.setup.platform for EOS 650D v104

ifeq ($(FW_VERSION),104)
ROMBASEADDR		= 0xFF0C0000
CANON_NAME_FIR  = CCF13104.FIR

# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART	= 0x0007E100

#End of FW_VERSION == 104
endif
back to top