mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Stopped building .eep file since it was causing errors and we don't need it.
This commit is contained in:
@ -47,9 +47,8 @@
|
|||||||
|
|
||||||
PORT = /dev/tty.usbserial*
|
PORT = /dev/tty.usbserial*
|
||||||
TARGET = foo
|
TARGET = foo
|
||||||
ARDUINO = /Applications/arduino-0005/lib/targets/arduino
|
ARDUINO = /Applications/arduino-0007/lib/targets/arduino
|
||||||
SRC = $(ARDUINO)/buffer.c $(ARDUINO)/pins_arduino.c \
|
SRC = $(ARDUINO)/pins_arduino.c $(ARDUINO)/wiring.c $(ARDUINO)/WInterrupts.c
|
||||||
$(ARDUINO)/Serial.c $(ARDUINO)/uart.c $(ARDUINO)/wiring.c
|
|
||||||
CXXSRC = $(TARGET).cpp $(ARDUINO)/HardwareSerial.cpp $(ARDUINO)/WRandom.cpp
|
CXXSRC = $(TARGET).cpp $(ARDUINO)/HardwareSerial.cpp $(ARDUINO)/WRandom.cpp
|
||||||
MCU = atmega8
|
MCU = atmega8
|
||||||
F_CPU = 16000000
|
F_CPU = 16000000
|
||||||
@ -125,7 +124,7 @@ ALL_ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp $(ASFLAGS)
|
|||||||
# Default target.
|
# Default target.
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
build: elf hex eep
|
build: elf hex
|
||||||
|
|
||||||
elf: $(TARGET).elf
|
elf: $(TARGET).elf
|
||||||
hex: $(TARGET).hex
|
hex: $(TARGET).hex
|
||||||
@ -134,7 +133,7 @@ lss: $(TARGET).lss
|
|||||||
sym: $(TARGET).sym
|
sym: $(TARGET).sym
|
||||||
|
|
||||||
# Program the device.
|
# Program the device.
|
||||||
upload: $(TARGET).hex $(TARGET).eep
|
upload: $(TARGET).hex
|
||||||
$(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH)
|
$(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user