Prusa MINI Firmware overview
create_custom_upload_command_DFU.py File Reference

Namespaces

 create_custom_upload_command_DFU
 

Variables

 create_custom_upload_command_DFU.current_OS = platform.system()
 
 create_custom_upload_command_DFU.env = DefaultEnvironment()
 
 create_custom_upload_command_DFU.build_type = os.environ.get("BUILD_TYPE", 'Not Set')
 
 create_custom_upload_command_DFU.UPLOAD_PROTOCOL
 
string create_custom_upload_command_DFU.avrdude_conf_path = env.get("PIOHOME_DIR") + '\\packages\\toolchain-atmelavr\\etc\\avrdude.conf'
 
string create_custom_upload_command_DFU.source_path = env.get("PROJECTBUILD_DIR") + '\\' + env.get("PIOENV") + '\\firmware.hex'
 
string create_custom_upload_command_DFU.upload_string = 'avrdude -p usb1286 -c flip1 -C ' + avrdude_conf_path + ' -U flash:w:' + source_path + ':i'
 
 create_custom_upload_command_DFU.UPLOADCMD
 
 create_custom_upload_command_DFU.MAXIMUM_RAM_SIZE
 
 create_custom_upload_command_DFU.MAXIMUM_SIZE