Searched refs:elf2uf2_path (Results 1 – 2 of 2) sorted by relevance
69 elf2uf2_path = os.path.join(os.getcwd(), "tools", "elf2uf2") variable70 os.system("chmod +x {0}".format(elf2uf2_path))72 elf2uf2_path = os.path.join(os.getcwd(), "tools", "elf2uf2.exe")73 POST_ACTION += "{0} rtthread-pico.elf rtthread-pico.uf2".format(elf2uf2_path)
66 elf2uf2_path = os.path.join(os.getcwd(), "tools", "picotool") variable67 os.system("chmod +x {0}".format(elf2uf2_path))69 …-quiet rtthread-pico.elf rtthread-pico.uf2 --family rp2350-arm-s --abs-block".format(elf2uf2_path)
Completed in 10 milliseconds