Method: Workshop::Builder#hex_command
- Defined in:
- lib/workshop/builder.rb
#hex_command ⇒ Object
145 146 147 148 149 150 151 152 |
# File 'lib/workshop/builder.rb', line 145 def hex_command [ tools.avr_objcopy, hex_flags, elf_file, hex_file, ].join(' ') end |