https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ff5be97b367ee22d47286c70ae8878ba7c8ebe40 authored by danne on 19 June 2018, 13:08:27 UTC
correct mlv_lite.c code
Tip revision: ff5be97
Makefile.platform.default
#Makefile.setup.platform for 1100D

# Definitions for version 105
ML_MODULES_SYM_NAME=t3_$(FW_VERSION).sym

ifeq ($(FW_VERSION),105)

CANON_NAME_FIR=CCF12105.FIR
ROMBASEADDR	= 0xFF010000

ifeq ($(ML_SRC_PROFILE),generic)
# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART	= 0x00C80100
else
# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART	= 0x0007f000
endif

#end of FW_VERSION == 105
endif

#not used but...
FIRMWARE_ID_1100D= 0x80000288
back to top