Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/AnalogInOutSerial/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BOARD_TAG = uno
MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS =
ARDUINO_LIBS =

include ../../Arduino.mk
3 changes: 1 addition & 2 deletions examples/Blink/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BOARD_TAG = uno
MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS =
ARDUINO_LIBS =

include ../../Arduino.mk

1 change: 0 additions & 1 deletion examples/BlinkChipKIT/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BOARD_TAG = mega_pic32
MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS =

include ../../chipKIT.mk
Expand Down
1 change: 0 additions & 1 deletion examples/BlinkInAVRC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ F_CPU = 8000000L

ISP_PROG = stk500v1
AVRDUDE_ISP_BAUDRATE = 19200
ISP_PORT = /dev/ttyACM*

include $(ARDMK_DIR)/Arduino.mk

Expand Down
3 changes: 1 addition & 2 deletions examples/BlinkWithoutDelay/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BOARD_TAG = uno
MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS =
ARDUINO_LIBS =

include ../../Arduino.mk
3 changes: 1 addition & 2 deletions examples/Fade/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BOARD_TAG = uno
MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS =
ARDUINO_LIBS =

include ../../Arduino.mk
1 change: 0 additions & 1 deletion examples/HelloWorld/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BOARD_TAG = uno
MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS = LiquidCrystal

include ../../Arduino.mk
3 changes: 1 addition & 2 deletions examples/TinySoftWareSerial/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile

# if you have placed the alternate core in your sketchbook directory, then you can just mention the core name alone.
# if you have placed the alternate core in your sketchbook directory, then you can just mention the core name alone.
ALTERNATE_CORE = attiny
# If not, you might have to include the full path.
#ALTERNATE_CORE_PATH = /home/sudar/Dropbox/code/arduino-sketches/hardware/attiny/

BOARD_TAG = attiny85-8
ISP_PORT = /dev/ttyACM*

ARDUINO_LIBS = SoftwareSerial

Expand Down
1 change: 0 additions & 1 deletion examples/WebServer/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile

BOARD_TAG = uno
MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS = Ethernet SPI

include ../../Arduino.mk
1 change: 0 additions & 1 deletion examples/master_reader/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile

BOARD_TAG = uno
MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS = Wire

include ../../Arduino.mk
3 changes: 1 addition & 2 deletions examples/toneMelody/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BOARD_TAG = uno
MONITOR_PORT = /dev/cu.usb*
ARDUINO_LIBS =
ARDUINO_LIBS =

include ../../Arduino.mk