CHDK_DE Vorschauversion  Trunk Rev. 6014
 Alle Datenstrukturen Dateien Funktionen Variablen Typdefinitionen Aufzählungen Aufzählungswerte Makrodefinitionen
makefile.inc-Dateireferenz

gehe zum Quellcode dieser Datei

Variablen

 PLATFORMID
 
 A0000 =654KB
 
 C0000 =768KB
 

Variablen-Dokumentation

A0000 =654KB

Definiert in Zeile 20 der Datei makefile.inc.

C0000 =768KB

Definiert in Zeile 20 der Datei makefile.inc.

PLATFORMID
Initialisierung:
=12869
# points to the start of the memory pool used by the firmware
ifdef OPT_CHDK_IN_EXMEM
MEMISOSTART=0xF8E67E0 # MAXRAMADDR+1 - EXMEM_HEAP_SKIP - EXMEM_BUFFER_SIZE - 32(0x20) (exmem allocates 64 bytes extra, 32 before and 32 after block allocated)
else
MEMISOSTART=0x193A24 # found @ 0xff00016f
endif
# start of firmware
ROMBASEADDR=0xFF000000
MAXRAMADDR = 0x0fffffff
EXMEM_BUFFER_SIZE=0xA0000 # now 654KB

Definiert in Zeile 5 der Datei makefile.inc.