Prusa MINI Firmware overview
create_custom_upload_command_CDC.py File Reference

Namespaces

 create_custom_upload_command_CDC
 

Functions

def create_custom_upload_command_CDC.get_com_port (com_search_text, descr_search_text, start)
 

Variables

 create_custom_upload_command_CDC.current_OS = platform.system()
 
 create_custom_upload_command_CDC.env = DefaultEnvironment()
 
 create_custom_upload_command_CDC.build_type = os.environ.get("BUILD_TYPE", 'Not Set')
 
 create_custom_upload_command_CDC.UPLOAD_PROTOCOL
 
string create_custom_upload_command_CDC.com_first = ''
 
string create_custom_upload_command_CDC.com_last = ''
 
string create_custom_upload_command_CDC.com_CDC = ''
 
string create_custom_upload_command_CDC.description_first = ''
 
string create_custom_upload_command_CDC.description_last = ''
 
string create_custom_upload_command_CDC.description_CDC = ''
 
string create_custom_upload_command_CDC.avrdude_conf_path = 'buildroot\\share\\atom\\avrdude.conf'
 
string create_custom_upload_command_CDC.avrdude_exe_path = 'buildroot\\share\\atom\\avrdude_5.10.exe'
 
string create_custom_upload_command_CDC.source_path = '.pio\\build\\' + env.get("PIOENV") + '\\firmware.hex'
 
string create_custom_upload_command_CDC.upload_string = avrdude_exe_path + ' -p usb1286 -c avr109 -P ' + com_CDC + ' -U flash:w:' + source_path + ':i'
 
 create_custom_upload_command_CDC.UPLOADCMD
 
 create_custom_upload_command_CDC.MAXIMUM_RAM_SIZE
 
 create_custom_upload_command_CDC.MAXIMUM_SIZE