https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 4db4be951be738a688ba8df756fb6ba838b8ffdc authored by alex@thinkpad on 11 December 2017, 12:32:52 UTC
edmac: make sure the log files don't have unnecessary newlines
Tip revision: 4db4be9
Makefile.platform.default
#Makefile.setup.platform for 7D

ifeq ($(FW_VERSION),203)
CANON_NAME_FIR=7D000203.FIR
ROMBASEADDR     = 0xF8010000

# DryOSmemory map
# RESTARTSTART is selected to be just above the end of the bss
#
RESTARTSTART    = 0x1F800100
AUTOEXEC_BASE   = 0x40800000
FIR_BASE        = 0x40800120
endif
back to top