Skip to content

Support Arduino Mega 2560 with Makefile #7

New issue

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

Open
master-q opened this issue Sep 18, 2015 · 1 comment
Open

Support Arduino Mega 2560 with Makefile #7

master-q opened this issue Sep 18, 2015 · 1 comment

Comments

@master-q
Copy link
Member

Today, the Makefile only suport Arduino Uno.

@master-q
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant