diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2009-11-21 23:23:43 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2009-11-21 23:23:43 +0000 |
commit | 35f5f6e99f15e0cc674c814937c82ef5fbbf86c3 (patch) | |
tree | bc2c0bbb790831ab26bfa8221cf6f3554363b89b | |
parent | 80d8477877dc004f293d0ab1717b8783421d84a0 (diff) |
Improving third-party hardware support:
- moving back to multple cores per platform
- using target instead of platform
- moving per-board and per-programmer preferences out of Preferences.java and into a new Target class
- adding a new "target" preference
- support for platform:value values in board preferences for bootloader path and core
- XXX: need to support platform:value syntax for board upload.using preferences.
-rwxr-xr-x | cores/arduino/HardwareSerial.cpp (renamed from core/HardwareSerial.cpp) | 0 | ||||
-rwxr-xr-x | cores/arduino/HardwareSerial.h (renamed from core/HardwareSerial.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/Makefile (renamed from core/Makefile) | 0 | ||||
-rwxr-xr-x | cores/arduino/Print.cpp (renamed from core/Print.cpp) | 0 | ||||
-rwxr-xr-x | cores/arduino/Print.h (renamed from core/Print.h) | 0 | ||||
-rw-r--r-- | cores/arduino/WConstants.h (renamed from core/WConstants.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/WInterrupts.c (renamed from core/WInterrupts.c) | 0 | ||||
-rw-r--r-- | cores/arduino/WMath.cpp (renamed from core/WMath.cpp) | 0 | ||||
-rwxr-xr-x | cores/arduino/WProgram.h (renamed from core/WProgram.h) | 0 | ||||
-rw-r--r-- | cores/arduino/binary.h (renamed from core/binary.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/main.cpp (renamed from core/main.cpp) | 0 | ||||
-rwxr-xr-x | cores/arduino/pins_arduino.c (renamed from core/pins_arduino.c) | 0 | ||||
-rw-r--r-- | cores/arduino/pins_arduino.h (renamed from core/pins_arduino.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring.c (renamed from core/wiring.c) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring.h (renamed from core/wiring.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring_analog.c (renamed from core/wiring_analog.c) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring_digital.c (renamed from core/wiring_digital.c) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring_private.h (renamed from core/wiring_private.h) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring_pulse.c (renamed from core/wiring_pulse.c) | 0 | ||||
-rwxr-xr-x | cores/arduino/wiring_shift.c (renamed from core/wiring_shift.c) | 0 |
20 files changed, 0 insertions, 0 deletions
diff --git a/core/HardwareSerial.cpp b/cores/arduino/HardwareSerial.cpp index 1af6a66..1af6a66 100755 --- a/core/HardwareSerial.cpp +++ b/cores/arduino/HardwareSerial.cpp diff --git a/core/HardwareSerial.h b/cores/arduino/HardwareSerial.h index f975ccd..f975ccd 100755 --- a/core/HardwareSerial.h +++ b/cores/arduino/HardwareSerial.h diff --git a/core/Makefile b/cores/arduino/Makefile index 0882f67..0882f67 100755 --- a/core/Makefile +++ b/cores/arduino/Makefile diff --git a/core/Print.cpp b/cores/arduino/Print.cpp index 74d0e5b..74d0e5b 100755 --- a/core/Print.cpp +++ b/cores/arduino/Print.cpp diff --git a/core/Print.h b/cores/arduino/Print.h index a69e85d..a69e85d 100755 --- a/core/Print.h +++ b/cores/arduino/Print.h diff --git a/core/WConstants.h b/cores/arduino/WConstants.h index 3e19ac4..3e19ac4 100644 --- a/core/WConstants.h +++ b/cores/arduino/WConstants.h diff --git a/core/WInterrupts.c b/cores/arduino/WInterrupts.c index 69a78b0..69a78b0 100755 --- a/core/WInterrupts.c +++ b/cores/arduino/WInterrupts.c diff --git a/core/WMath.cpp b/cores/arduino/WMath.cpp index 2120c4c..2120c4c 100644 --- a/core/WMath.cpp +++ b/cores/arduino/WMath.cpp diff --git a/core/WProgram.h b/cores/arduino/WProgram.h index fc14923..fc14923 100755 --- a/core/WProgram.h +++ b/cores/arduino/WProgram.h diff --git a/core/binary.h b/cores/arduino/binary.h index af14980..af14980 100644 --- a/core/binary.h +++ b/cores/arduino/binary.h diff --git a/core/main.cpp b/cores/arduino/main.cpp index cc6e81d..cc6e81d 100755 --- a/core/main.cpp +++ b/cores/arduino/main.cpp diff --git a/core/pins_arduino.c b/cores/arduino/pins_arduino.c index 1c1c088..1c1c088 100755 --- a/core/pins_arduino.c +++ b/cores/arduino/pins_arduino.c diff --git a/core/pins_arduino.h b/cores/arduino/pins_arduino.h index c7e40fd..c7e40fd 100644 --- a/core/pins_arduino.h +++ b/cores/arduino/pins_arduino.h diff --git a/core/wiring.c b/cores/arduino/wiring.c index 72bc282..72bc282 100755 --- a/core/wiring.c +++ b/cores/arduino/wiring.c diff --git a/core/wiring.h b/cores/arduino/wiring.h index e6dcde1..e6dcde1 100755 --- a/core/wiring.h +++ b/cores/arduino/wiring.h diff --git a/core/wiring_analog.c b/cores/arduino/wiring_analog.c index 529ad52..529ad52 100755 --- a/core/wiring_analog.c +++ b/cores/arduino/wiring_analog.c diff --git a/core/wiring_digital.c b/cores/arduino/wiring_digital.c index 1cdbf6c..1cdbf6c 100755 --- a/core/wiring_digital.c +++ b/cores/arduino/wiring_digital.c diff --git a/core/wiring_private.h b/cores/arduino/wiring_private.h index 2dfe552..2dfe552 100755 --- a/core/wiring_private.h +++ b/cores/arduino/wiring_private.h diff --git a/core/wiring_pulse.c b/cores/arduino/wiring_pulse.c index 8f232f1..8f232f1 100755 --- a/core/wiring_pulse.c +++ b/cores/arduino/wiring_pulse.c diff --git a/core/wiring_shift.c b/cores/arduino/wiring_shift.c index 956f864..956f864 100755 --- a/core/wiring_shift.c +++ b/cores/arduino/wiring_shift.c |