2021-06-07 18:31:56 -04:00
|
|
|
def apply(config, args):
|
2021-08-25 01:11:41 -04:00
|
|
|
config["baseimg"] = "target.bin"
|
|
|
|
|
config["myimg"] = "source.bin"
|
|
|
|
|
config["mapfile"] = "build.map"
|
|
|
|
|
config["source_directories"] = ["."]
|
2021-09-22 01:13:03 +01:00
|
|
|
# config["show_line_numbers_default"] = True
|
2021-08-25 01:11:41 -04:00
|
|
|
# config["arch"] = "mips"
|
2023-03-14 20:51:47 -03:00
|
|
|
# config["map_format"] = "gnu" # gnu, mw, ms
|
|
|
|
|
# config["build_dir"] = "build/" # only needed for mw and ms map format
|
|
|
|
|
# config["expected_dir"] = "expected/" # needed for -o
|
2021-08-25 01:11:41 -04:00
|
|
|
# config["makeflags"] = []
|
|
|
|
|
# config["objdump_executable"] = ""
|