source: trunk/buildconf.inc @ 1041

Revision 1041, 1.5 KB checked in by pixeldoc2000, 2 years ago (diff)

FI2 Infos updated

  • Property svn:eol-style set to LF
Line 
1#!build time optional components - comment out the features you dont want to have in your build
2OPT_GAME_REVERSI=1
3OPT_GAME_SOKOBAN=1
4OPT_GAME_CONNECT4=1
5OPT_GAME_MASTERMIND=1
6OPT_CURVES=1
7OPT_TEXTREADER=1
8OPT_CALENDAR=1
9OPT_DEBUGGING=1
10OPT_EDGEOVERLAY=1
11
12# Scripting components
13OPT_UBASIC=1
14OPT_LUA=1
15OPT_LUA_STRLIB=1
16OPT_LUA_IOLIB=1
17OPT_LUA_OSLIB=1
18#allow Lua to call arbitrary ROM functions and eventprocs
19# WARNING: This is DANGEROUS. e.g. call_event_proc("EraseSectorOfRom",...)
20# NOTE: the interface for this may change in the future, to support better support buffers etc
21#OPT_LUA_CALL_NATIVE=1
22
23# experimental - allocate memory from alternate heap. Default 2MB from EXMEM_RAMDISK
24# See exmem_malloc_init in generic/wrappers.c
25#OPT_EXMEM_MALLOC=1
26# experimental PTP/USB interface
27#OPT_PTP=1
28#OPT_MD_DEBUG=1
29# require correct FI2 keys in platform/fi2.inc , see http://chdk.wikia.com/wiki/For_Developers/fi2offsets and http://chdk.setepontos.com/index.php/topic,2995.0.html
30#OPT_FI2=1
31# 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
32#OPT_WARNINGS=1
33# If enabled (and reference binaries are present in /tools), compiler will generate function signatures
34OPT_GEN_SIGS=1
35# If enabled (and firmware binaries are present) compiler will update "stubs_entry.S"
36OPT_GEN_STUBS=1
37# the symbols / not done yet
38#!OPT_SYMBOLS=1
39# for people who won't use lang files at all / not done yet
40#!OPT_LANGUAGEINTERFACE=1
Note: See TracBrowser for help on using the repository browser.