forked from madworm/Youyue-858D-plus
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Moritz Augsburger
committed
Jul 10, 2015
1 parent
0804614
commit 818496e
Showing
4 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
*~ | ||
*bak | ||
*.hex | ||
*.swp | ||
youyue858d.atsuo | ||
youyue858d.atsln | ||
/Debug | ||
/Release | ||
/Visual Micro | ||
/Visual Micro | ||
/build-* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "Arduino-Makefile"] | ||
path = Arduino-Makefile | ||
url = https://github.com/sudar/Arduino-Makefile |
Submodule Arduino-Makefile
added at
e3d97f
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile | ||
|
||
BOARD_TAG = lilypad | ||
ARDUINO_DIR = ${HOME}/bin/arduino-1.6.5 | ||
BOARD_SUB = atmega328 | ||
# BOARD_SUB = atmega168 | ||
ISP_PROG = atmelice_isp | ||
ISP_PORT = usb | ||
ISP_LOW_FUSE = 0xe2 | ||
ISP_HIGH_FUSE = 0xdf | ||
ISP_EXT_FUSE = 0xfd | ||
AVRDUDE = /usr/bin/avrdude | ||
AVRDUDE_CONF = /etc/avrdude.conf | ||
AVRDUDE_ARD_PROGRAMMER = atmelice_isp | ||
include ./Arduino-Makefile/Arduino.mk | ||
|
||
# fuses for atmega168 | ||
# | ||
#ISP_LOW_FUSE = 0xe2 | ||
#ISP_HIGH_FUSE = 0xdd | ||
#ISP_EXT_FUSE = 0xff |