We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today, the Makefile only suport Arduino Uno.
The text was updated successfully, but these errors were encountered:
Sorry, I'm confused. Arduino Mega 2560 is already supported. But any documents don't explain it.
$ grep -A 4 mega2560 Makefile.common ifeq ($(MACHINE),mega2560) # Arduino Mega 2560 MCU = atmega2560 F_CPU = 16000000UL BAUD_RATE = 115200 LOADERFLAGS = -c stk500v2 -p $(MCU) -b $(BAUD_RATE) -P /dev/$(USB) else
Sorry, something went wrong.
No branches or pull requests
Today, the Makefile only suport Arduino Uno.
The text was updated successfully, but these errors were encountered: