Last active
December 22, 2015 22:49
-
-
Save baldowl/6542730 to your computer and use it in GitHub Desktop.
Recompiling Optiboot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Standard | |
make atmega1284p | |
# Who needs flashing LEDs? | |
make atmega1284p LED_START_FLASHES=0 | |
# Let's use RX1/TX1 | |
make atmega1284p UART=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment