Home
last modified time | relevance | path

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

/bsp/raspberry-pico/RP2040/
A Drtconfig.py69 elf2uf2_path = os.path.join(os.getcwd(), "tools", "elf2uf2") variable
70 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)
/bsp/raspberry-pico/RP2350/
A Drtconfig.py66 elf2uf2_path = os.path.join(os.getcwd(), "tools", "picotool") variable
67 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