-
make avr-gcc -Wall -Os -mmcu=atmega328p -DF_CPU=16000000UL -o main.elf main.c avr-objcopy -O ihex -R .eeprom main.elf main.hex avrdude -v -patmega328p -carduino -P/dev/tty.usbmodem141101 -b115200 -D -Uflash:w:main.hex:i Avrdude version 8.0 Copyright see https://github.com/avrdudes/avrdude/blob/main/AUTHORS System wide configuration file is /usr/local/etc/avrdude.conf User configuration file /Users/dj/.avrduderc does not exist Using port : /dev/tty.usbmodem141101 Using programmer : arduino Setting baud rate : 115200 AVR part : ATmega328P Programming modes : SPM, ISP, HVPP, debugWIRE Programmer type : Arduino Description : Arduino bootloader using STK500 v1 protocol HW Version : 3 FW Version : 4.4 AVR device initialized and ready to accept instructions Device signature = 1E 95 0F (ATmega328P, ATA6614Q, LGT8F328P) Reading 176 bytes for flash from input file main.hex in 1 section [0, 0xaf]: 2 pages and 80 pad bytes Writing 176 bytes to flash Writing | ################################################## | 100% 0.06 s Reading | ################################################## | 100% 0.03 s 176 bytes of flash verified Avrdude done. Thank you.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!