diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2007-10-06 14:47:50 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2007-10-06 14:47:50 +0000 |
commit | 5f3976696ddf5d02ea7e6f805ce655e1f281e6ed (patch) | |
tree | 547c97780b4a79c5fac43ebcd017ddfb9b73971c | |
parent | 72e9f39fbde96b484338cbbd785680e5ab4a2e72 (diff) |
Moving hardware/targets to hardware/cores.
-rwxr-xr-x | cores/arduino/HardwareSerial.cpp (renamed from targets/arduino/HardwareSerial.cpp) | 0 | ||||
-rwxr-xr-x | cores/arduino/HardwareSerial.h (renamed from targets/arduino/HardwareSerial.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/Makefile (renamed from targets/arduino/Makefile) | 2 | ||||
-rw-r--r-- | cores/arduino/WConstants.h (renamed from targets/arduino/WConstants.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/WInterrupts.c (renamed from targets/arduino/WInterrupts.c) | 0 | ||||
-rwxr-xr-x | cores/arduino/WProgram.h (renamed from targets/arduino/WProgram.h) | 0 | ||||
-rw-r--r-- | cores/arduino/WRandom.cpp (renamed from targets/arduino/WRandom.cpp) | 0 | ||||
-rw-r--r-- | cores/arduino/binary.h (renamed from targets/arduino/binary.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/main.cxx (renamed from targets/arduino/main.cxx) | 0 | ||||
-rwxr-xr-x | cores/arduino/pins_arduino.c (renamed from targets/arduino/pins_arduino.c) | 0 | ||||
-rw-r--r-- | cores/arduino/pins_arduino.h (renamed from targets/arduino/pins_arduino.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring.c (renamed from targets/arduino/wiring.c) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring.h (renamed from targets/arduino/wiring.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring_analog.c (renamed from targets/arduino/wiring_analog.c) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring_digital.c (renamed from targets/arduino/wiring_digital.c) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring_private.h (renamed from targets/arduino/wiring_private.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring_pulse.c (renamed from targets/arduino/wiring_pulse.c) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring_serial.c (renamed from targets/arduino/wiring_serial.c) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring_shift.c (renamed from targets/arduino/wiring_shift.c) | 0 | ||||
-rwxr-xr-x | cores/atmega8/pins_atmega8.c (renamed from targets/atmega8/pins_atmega8.c) | 0 | ||||
-rwxr-xr-x | cores/blank/WProgram.h (renamed from targets/blank/WProgram.h) | 0 | ||||
-rw-r--r-- | cores/blank/main.cxx (renamed from targets/blank/main.cxx) | 0 | ||||
-rw-r--r-- | cores/wiring/Binary.h (renamed from targets/wiring/Binary.h) | 0 | ||||
-rw-r--r-- | cores/wiring/Encoder.h (renamed from targets/wiring/Encoder.h) | 0 | ||||
-rw-r--r-- | cores/wiring/Encoder.o (renamed from targets/wiring/Encoder.o) | bin | 9276 -> 9276 bytes | |||
-rwxr-xr-x | cores/wiring/HardwareSerial.h (renamed from targets/wiring/HardwareSerial.h) | 0 | ||||
-rw-r--r-- | cores/wiring/HardwareSerial.o (renamed from targets/wiring/HardwareSerial.o) | bin | 12184 -> 12184 bytes | |||
-rw-r--r-- | cores/wiring/LiquidCrystal.h (renamed from targets/wiring/LiquidCrystal.h) | 0 | ||||
-rw-r--r-- | cores/wiring/LiquidCrystal.o (renamed from targets/wiring/LiquidCrystal.o) | bin | 16856 -> 16856 bytes | |||
-rwxr-xr-x | cores/wiring/Matrix.h (renamed from targets/wiring/Matrix.h) | 0 | ||||
-rw-r--r-- | cores/wiring/Matrix.o (renamed from targets/wiring/Matrix.o) | bin | 11328 -> 11328 bytes | |||
-rwxr-xr-x | cores/wiring/QSlide.h (renamed from targets/wiring/QSlide.h) | 0 | ||||
-rw-r--r-- | cores/wiring/QSlide.o (renamed from targets/wiring/QSlide.o) | bin | 9784 -> 9784 bytes | |||
-rwxr-xr-x | cores/wiring/Servo.h (renamed from targets/wiring/Servo.h) | 0 | ||||
-rw-r--r-- | cores/wiring/Servo.o (renamed from targets/wiring/Servo.o) | bin | 10056 -> 10056 bytes | |||
-rw-r--r-- | cores/wiring/Sprite.h (renamed from targets/wiring/Sprite.h) | 0 | ||||
-rw-r--r-- | cores/wiring/Sprite.o (renamed from targets/wiring/Sprite.o) | bin | 8204 -> 8204 bytes | |||
-rwxr-xr-x | cores/wiring/TwoWire.h (renamed from targets/wiring/TwoWire.h) | 0 | ||||
-rw-r--r-- | cores/wiring/TwoWire.o (renamed from targets/wiring/TwoWire.o) | bin | 14180 -> 14180 bytes | |||
-rw-r--r-- | cores/wiring/WApplet.o (renamed from targets/wiring/WApplet.o) | bin | 9968 -> 9968 bytes | |||
-rwxr-xr-x | cores/wiring/WConstants.h (renamed from targets/wiring/WConstants.h) | 0 | ||||
-rw-r--r-- | cores/wiring/WInterrupts.o (renamed from targets/wiring/WInterrupts.o) | bin | 7528 -> 7528 bytes | |||
-rwxr-xr-x | cores/wiring/WProgram.h (renamed from targets/wiring/WProgram.h) | 0 | ||||
-rw-r--r-- | cores/wiring/WRandom.o (renamed from targets/wiring/WRandom.o) | bin | 3764 -> 3764 bytes | |||
-rw-r--r-- | cores/wiring/WTimer.o (renamed from targets/wiring/WTimer.o) | bin | 20568 -> 20568 bytes | |||
-rwxr-xr-x | cores/wiring/buffer.h (renamed from targets/wiring/buffer.h) | 0 | ||||
-rw-r--r-- | cores/wiring/buffer.o (renamed from targets/wiring/buffer.o) | bin | 5316 -> 5316 bytes | |||
-rwxr-xr-x | cores/wiring/twi.h (renamed from targets/wiring/twi.h) | 0 | ||||
-rw-r--r-- | cores/wiring/twi.o (renamed from targets/wiring/twi.o) | bin | 9988 -> 9988 bytes | |||
-rwxr-xr-x | cores/wiring/uart.h (renamed from targets/wiring/uart.h) | 0 | ||||
-rw-r--r-- | cores/wiring/uart.o (renamed from targets/wiring/uart.o) | bin | 8792 -> 8792 bytes | |||
-rw-r--r-- | firmwares/Standard_Firmata/Makefile | 4 |
52 files changed, 3 insertions, 3 deletions
diff --git a/targets/arduino/HardwareSerial.cpp b/cores/arduino/HardwareSerial.cpp index f78eb2d..f78eb2d 100755 --- a/targets/arduino/HardwareSerial.cpp +++ b/cores/arduino/HardwareSerial.cpp diff --git a/targets/arduino/HardwareSerial.h b/cores/arduino/HardwareSerial.h index 4f0cb54..4f0cb54 100755 --- a/targets/arduino/HardwareSerial.h +++ b/cores/arduino/HardwareSerial.h diff --git a/targets/arduino/Makefile b/cores/arduino/Makefile index 9290fcc..98990f8 100755 --- a/targets/arduino/Makefile +++ b/cores/arduino/Makefile @@ -43,7 +43,7 @@ # # 3. Modify the line containg "ARDUINO" to point the directory that # contains the Arduino core (for normal Arduino installations, this -# is the lib/targets/arduino sub-directory). +# is the hardware/cores/arduino sub-directory). # # 4. Modify the line containing "PORT" to refer to the filename # representing the USB or serial connection to your Arduino board diff --git a/targets/arduino/WConstants.h b/cores/arduino/WConstants.h index 3e19ac4..3e19ac4 100644 --- a/targets/arduino/WConstants.h +++ b/cores/arduino/WConstants.h diff --git a/targets/arduino/WInterrupts.c b/cores/arduino/WInterrupts.c index 38992ee..38992ee 100755 --- a/targets/arduino/WInterrupts.c +++ b/cores/arduino/WInterrupts.c diff --git a/targets/arduino/WProgram.h b/cores/arduino/WProgram.h index d6d5ccc..d6d5ccc 100755 --- a/targets/arduino/WProgram.h +++ b/cores/arduino/WProgram.h diff --git a/targets/arduino/WRandom.cpp b/cores/arduino/WRandom.cpp index c45c306..c45c306 100644 --- a/targets/arduino/WRandom.cpp +++ b/cores/arduino/WRandom.cpp diff --git a/targets/arduino/binary.h b/cores/arduino/binary.h index af14980..af14980 100644 --- a/targets/arduino/binary.h +++ b/cores/arduino/binary.h diff --git a/targets/arduino/main.cxx b/cores/arduino/main.cxx index 52351e4..52351e4 100755 --- a/targets/arduino/main.cxx +++ b/cores/arduino/main.cxx diff --git a/targets/arduino/pins_arduino.c b/cores/arduino/pins_arduino.c index 3ef07b6..3ef07b6 100755 --- a/targets/arduino/pins_arduino.c +++ b/cores/arduino/pins_arduino.c diff --git a/targets/arduino/pins_arduino.h b/cores/arduino/pins_arduino.h index e0b7add..e0b7add 100644 --- a/targets/arduino/pins_arduino.h +++ b/cores/arduino/pins_arduino.h diff --git a/targets/arduino/wiring.c b/cores/arduino/wiring.c index 5dda822..5dda822 100755 --- a/targets/arduino/wiring.c +++ b/cores/arduino/wiring.c diff --git a/targets/arduino/wiring.h b/cores/arduino/wiring.h index 3c77389..3c77389 100755 --- a/targets/arduino/wiring.h +++ b/cores/arduino/wiring.h diff --git a/targets/arduino/wiring_analog.c b/cores/arduino/wiring_analog.c index 0ab32eb..0ab32eb 100755 --- a/targets/arduino/wiring_analog.c +++ b/cores/arduino/wiring_analog.c diff --git a/targets/arduino/wiring_digital.c b/cores/arduino/wiring_digital.c index f38b2e1..f38b2e1 100755 --- a/targets/arduino/wiring_digital.c +++ b/cores/arduino/wiring_digital.c diff --git a/targets/arduino/wiring_private.h b/cores/arduino/wiring_private.h index affccd8..affccd8 100755 --- a/targets/arduino/wiring_private.h +++ b/cores/arduino/wiring_private.h diff --git a/targets/arduino/wiring_pulse.c b/cores/arduino/wiring_pulse.c index 642a5a2..642a5a2 100755 --- a/targets/arduino/wiring_pulse.c +++ b/cores/arduino/wiring_pulse.c diff --git a/targets/arduino/wiring_serial.c b/cores/arduino/wiring_serial.c index 9392a09..9392a09 100755 --- a/targets/arduino/wiring_serial.c +++ b/cores/arduino/wiring_serial.c diff --git a/targets/arduino/wiring_shift.c b/cores/arduino/wiring_shift.c index 956f864..956f864 100755 --- a/targets/arduino/wiring_shift.c +++ b/cores/arduino/wiring_shift.c diff --git a/targets/atmega8/pins_atmega8.c b/cores/atmega8/pins_atmega8.c index ed1b2bd..ed1b2bd 100755 --- a/targets/atmega8/pins_atmega8.c +++ b/cores/atmega8/pins_atmega8.c diff --git a/targets/blank/WProgram.h b/cores/blank/WProgram.h index e69de29..e69de29 100755 --- a/targets/blank/WProgram.h +++ b/cores/blank/WProgram.h diff --git a/targets/blank/main.cxx b/cores/blank/main.cxx index e69de29..e69de29 100644 --- a/targets/blank/main.cxx +++ b/cores/blank/main.cxx diff --git a/targets/wiring/Binary.h b/cores/wiring/Binary.h index d5692e6..d5692e6 100644 --- a/targets/wiring/Binary.h +++ b/cores/wiring/Binary.h diff --git a/targets/wiring/Encoder.h b/cores/wiring/Encoder.h index c4a36cf..c4a36cf 100644 --- a/targets/wiring/Encoder.h +++ b/cores/wiring/Encoder.h diff --git a/targets/wiring/Encoder.o b/cores/wiring/Encoder.o Binary files differindex 6f92e7f..6f92e7f 100644 --- a/targets/wiring/Encoder.o +++ b/cores/wiring/Encoder.o diff --git a/targets/wiring/HardwareSerial.h b/cores/wiring/HardwareSerial.h index e9b4ad9..e9b4ad9 100755 --- a/targets/wiring/HardwareSerial.h +++ b/cores/wiring/HardwareSerial.h diff --git a/targets/wiring/HardwareSerial.o b/cores/wiring/HardwareSerial.o Binary files differindex bd104e5..bd104e5 100644 --- a/targets/wiring/HardwareSerial.o +++ b/cores/wiring/HardwareSerial.o diff --git a/targets/wiring/LiquidCrystal.h b/cores/wiring/LiquidCrystal.h index 0bed637..0bed637 100644 --- a/targets/wiring/LiquidCrystal.h +++ b/cores/wiring/LiquidCrystal.h diff --git a/targets/wiring/LiquidCrystal.o b/cores/wiring/LiquidCrystal.o Binary files differindex 327a083..327a083 100644 --- a/targets/wiring/LiquidCrystal.o +++ b/cores/wiring/LiquidCrystal.o diff --git a/targets/wiring/Matrix.h b/cores/wiring/Matrix.h index 6c2ac00..6c2ac00 100755 --- a/targets/wiring/Matrix.h +++ b/cores/wiring/Matrix.h diff --git a/targets/wiring/Matrix.o b/cores/wiring/Matrix.o Binary files differindex 8edf922..8edf922 100644 --- a/targets/wiring/Matrix.o +++ b/cores/wiring/Matrix.o diff --git a/targets/wiring/QSlide.h b/cores/wiring/QSlide.h index 9db4d29..9db4d29 100755 --- a/targets/wiring/QSlide.h +++ b/cores/wiring/QSlide.h diff --git a/targets/wiring/QSlide.o b/cores/wiring/QSlide.o Binary files differindex 16c6d7f..16c6d7f 100644 --- a/targets/wiring/QSlide.o +++ b/cores/wiring/QSlide.o diff --git a/targets/wiring/Servo.h b/cores/wiring/Servo.h index a49cf73..a49cf73 100755 --- a/targets/wiring/Servo.h +++ b/cores/wiring/Servo.h diff --git a/targets/wiring/Servo.o b/cores/wiring/Servo.o Binary files differindex 285f104..285f104 100644 --- a/targets/wiring/Servo.o +++ b/cores/wiring/Servo.o diff --git a/targets/wiring/Sprite.h b/cores/wiring/Sprite.h index 9c612dd..9c612dd 100644 --- a/targets/wiring/Sprite.h +++ b/cores/wiring/Sprite.h diff --git a/targets/wiring/Sprite.o b/cores/wiring/Sprite.o Binary files differindex e52bd93..e52bd93 100644 --- a/targets/wiring/Sprite.o +++ b/cores/wiring/Sprite.o diff --git a/targets/wiring/TwoWire.h b/cores/wiring/TwoWire.h index 9c91b9b..9c91b9b 100755 --- a/targets/wiring/TwoWire.h +++ b/cores/wiring/TwoWire.h diff --git a/targets/wiring/TwoWire.o b/cores/wiring/TwoWire.o Binary files differindex 16b4c23..16b4c23 100644 --- a/targets/wiring/TwoWire.o +++ b/cores/wiring/TwoWire.o diff --git a/targets/wiring/WApplet.o b/cores/wiring/WApplet.o Binary files differindex e86c8e2..e86c8e2 100644 --- a/targets/wiring/WApplet.o +++ b/cores/wiring/WApplet.o diff --git a/targets/wiring/WConstants.h b/cores/wiring/WConstants.h index e572378..e572378 100755 --- a/targets/wiring/WConstants.h +++ b/cores/wiring/WConstants.h diff --git a/targets/wiring/WInterrupts.o b/cores/wiring/WInterrupts.o Binary files differindex 4ca56aa..4ca56aa 100644 --- a/targets/wiring/WInterrupts.o +++ b/cores/wiring/WInterrupts.o diff --git a/targets/wiring/WProgram.h b/cores/wiring/WProgram.h index 7837da5..7837da5 100755 --- a/targets/wiring/WProgram.h +++ b/cores/wiring/WProgram.h diff --git a/targets/wiring/WRandom.o b/cores/wiring/WRandom.o Binary files differindex 26e64de..26e64de 100644 --- a/targets/wiring/WRandom.o +++ b/cores/wiring/WRandom.o diff --git a/targets/wiring/WTimer.o b/cores/wiring/WTimer.o Binary files differindex d081ab3..d081ab3 100644 --- a/targets/wiring/WTimer.o +++ b/cores/wiring/WTimer.o diff --git a/targets/wiring/buffer.h b/cores/wiring/buffer.h index 3d89136..3d89136 100755 --- a/targets/wiring/buffer.h +++ b/cores/wiring/buffer.h diff --git a/targets/wiring/buffer.o b/cores/wiring/buffer.o Binary files differindex 0256711..0256711 100644 --- a/targets/wiring/buffer.o +++ b/cores/wiring/buffer.o diff --git a/targets/wiring/twi.h b/cores/wiring/twi.h index 7ccbf5c..7ccbf5c 100755 --- a/targets/wiring/twi.h +++ b/cores/wiring/twi.h diff --git a/targets/wiring/twi.o b/cores/wiring/twi.o Binary files differindex 0e538db..0e538db 100644 --- a/targets/wiring/twi.o +++ b/cores/wiring/twi.o diff --git a/targets/wiring/uart.h b/cores/wiring/uart.h index f00af61..f00af61 100755 --- a/targets/wiring/uart.h +++ b/cores/wiring/uart.h diff --git a/targets/wiring/uart.o b/cores/wiring/uart.o Binary files differindex 85a64ac..85a64ac 100644 --- a/targets/wiring/uart.o +++ b/cores/wiring/uart.o diff --git a/firmwares/Standard_Firmata/Makefile b/firmwares/Standard_Firmata/Makefile index 6edbf97..6f73a72 100644 --- a/firmwares/Standard_Firmata/Makefile +++ b/firmwares/Standard_Firmata/Makefile @@ -28,7 +28,7 @@ # # 3. Modify the line containg "ARDUINO" to point the directory that # contains the Arduino core (for normal Arduino installations, this -# is the lib/targets/arduino sub-directory). +# is the hardware/cores/arduino sub-directory). # # 4. Modify the line containing "PORT" to refer to the filename # representing the USB or serial connection to your Arduino board @@ -48,7 +48,7 @@ PORT = /dev/tty.usbserial-* TARGET = Pd_firmware ARDUINO = /Applications/arduino-0007 -ARDUINO_SRC = $(ARDUINO)/hardware/targets/arduino +ARDUINO_SRC = $(ARDUINO)/hardware/cores/arduino ARDUINO_LIB_SRC = $(ARDUINO)/hardware/libraries INCLUDE = -I$(ARDUINO_SRC) -I$(ARDUINO)/hardware/tools/avr/avr/include \ -I$(ARDUINO_LIB_SRC)/EEPROM \ |