Home
last modified time | relevance | path

Searched refs:setup_funcs (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/micro-ecc/
H A Demk_project.py105 setup_funcs = {"osx":setup_osx, "avr":setup_avr, "arm_thumb":setup_arm_thumb, "rpi": setup_linux_rp… variable
122 if build_arch in setup_funcs:
123 setup_funcs[build_arch]()