> "make.exe" program avrdude -p atmega32 -P com10 -c stk500 -U flash:w:main.hex avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.01s avrdude: Device signature = 0x1e9502 avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed To disable this feature, specify the -D option. avrdude: erasing chip avrdude: reading input file "main.hex" avrdude: input file main.hex auto detected as Intel Hex avrdude: writing flash (120 bytes): Writing | ################################################## | 100% 0.02s avrdude: 120 bytes of flash written avrdude: verifying flash memory against main.hex: avrdude: load data flash data from input file main.hex: avrdude: input file main.hex auto detected as Intel Hex avrdude: input file main.hex contains 120 bytes avrdude: reading on-chip flash data: Reading | ################################################## | 100% 0.12s avrdude: verifying ... avrdude: 120 bytes of flash verified avrdude done. Thank you. > Process Exit Code: 0 > Time Taken: 00:04