5 lines
183 B
Python
5 lines
183 B
Python
config["LOWEST_CPU"] = "arm11mpcore"
|
|
config["ENABLE_HARD"] = get_yes_no("Enable VFP ABI", True)
|
|
if not config["ENABLE_HARD"]:
|
|
config["ENABLE_THUMB"] = get_yes_no("Enable Thumb")
|
|
|