aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-03-07 13:48:57 +0100
committerHampusM <hampus@hampusmat.com>2022-03-07 13:48:57 +0100
commit563f69b870a7f71026c50605b531ed40d667b0a2 (patch)
treef9dd8374cae6affb3b52d79e22823c78187b99ed
parentf4a2dc0440d17e4c9e609e01e12fcd786d268cf7 (diff)
rename arduino core dir to xinputHEADmaster
-rw-r--r--cores/xinput/Arduino.h (renamed from cores/arduino/Arduino.h)0
-rw-r--r--cores/xinput/CDC.cpp (renamed from cores/arduino/CDC.cpp)0
-rw-r--r--cores/xinput/Client.h (renamed from cores/arduino/Client.h)0
-rw-r--r--cores/xinput/HardwareSerial.cpp (renamed from cores/arduino/HardwareSerial.cpp)0
-rw-r--r--cores/xinput/HardwareSerial.h (renamed from cores/arduino/HardwareSerial.h)0
-rw-r--r--cores/xinput/HardwareSerial0.cpp (renamed from cores/arduino/HardwareSerial0.cpp)0
-rw-r--r--cores/xinput/HardwareSerial1.cpp (renamed from cores/arduino/HardwareSerial1.cpp)0
-rw-r--r--cores/xinput/HardwareSerial2.cpp (renamed from cores/arduino/HardwareSerial2.cpp)0
-rw-r--r--cores/xinput/HardwareSerial3.cpp (renamed from cores/arduino/HardwareSerial3.cpp)0
-rw-r--r--cores/xinput/HardwareSerial_private.h (renamed from cores/arduino/HardwareSerial_private.h)0
-rw-r--r--cores/xinput/IPAddress.cpp (renamed from cores/arduino/IPAddress.cpp)0
-rw-r--r--cores/xinput/IPAddress.h (renamed from cores/arduino/IPAddress.h)0
-rw-r--r--cores/xinput/PluggableUSB.cpp (renamed from cores/arduino/PluggableUSB.cpp)0
-rw-r--r--cores/xinput/PluggableUSB.h (renamed from cores/arduino/PluggableUSB.h)0
-rw-r--r--cores/xinput/Print.cpp (renamed from cores/arduino/Print.cpp)0
-rw-r--r--cores/xinput/Print.h (renamed from cores/arduino/Print.h)0
-rw-r--r--cores/xinput/Printable.h (renamed from cores/arduino/Printable.h)0
-rw-r--r--cores/xinput/Server.h (renamed from cores/arduino/Server.h)0
-rw-r--r--cores/xinput/Stream.cpp (renamed from cores/arduino/Stream.cpp)0
-rw-r--r--cores/xinput/Stream.h (renamed from cores/arduino/Stream.h)0
-rw-r--r--cores/xinput/Tone.cpp (renamed from cores/arduino/Tone.cpp)0
-rw-r--r--cores/xinput/USBAPI.h (renamed from cores/arduino/USBAPI.h)0
-rw-r--r--cores/xinput/USBCore.cpp (renamed from cores/arduino/USBCore.cpp)0
-rw-r--r--cores/xinput/USBCore.h (renamed from cores/arduino/USBCore.h)0
-rw-r--r--cores/xinput/USBDesc.h (renamed from cores/arduino/USBDesc.h)0
-rw-r--r--cores/xinput/Udp.h (renamed from cores/arduino/Udp.h)0
-rw-r--r--cores/xinput/WCharacter.h (renamed from cores/arduino/WCharacter.h)0
-rw-r--r--cores/xinput/WInterrupts.c (renamed from cores/arduino/WInterrupts.c)0
-rw-r--r--cores/xinput/WMath.cpp (renamed from cores/arduino/WMath.cpp)0
-rw-r--r--cores/xinput/WString.cpp (renamed from cores/arduino/WString.cpp)0
-rw-r--r--cores/xinput/WString.h (renamed from cores/arduino/WString.h)0
-rw-r--r--cores/xinput/abi.cpp (renamed from cores/arduino/abi.cpp)0
-rw-r--r--cores/xinput/binary.h (renamed from cores/arduino/binary.h)0
-rw-r--r--cores/xinput/hooks.c (renamed from cores/arduino/hooks.c)0
-rw-r--r--cores/xinput/main.cpp (renamed from cores/arduino/main.cpp)0
-rw-r--r--cores/xinput/new (renamed from cores/arduino/new)0
-rw-r--r--cores/xinput/new.cpp (renamed from cores/arduino/new.cpp)0
-rw-r--r--cores/xinput/new.h (renamed from cores/arduino/new.h)0
-rw-r--r--cores/xinput/wiring.c (renamed from cores/arduino/wiring.c)0
-rw-r--r--cores/xinput/wiring_analog.c (renamed from cores/arduino/wiring_analog.c)0
-rw-r--r--cores/xinput/wiring_digital.c (renamed from cores/arduino/wiring_digital.c)0
-rw-r--r--cores/xinput/wiring_private.h (renamed from cores/arduino/wiring_private.h)0
-rw-r--r--cores/xinput/wiring_pulse.S (renamed from cores/arduino/wiring_pulse.S)0
-rw-r--r--cores/xinput/wiring_pulse.c (renamed from cores/arduino/wiring_pulse.c)0
-rw-r--r--cores/xinput/wiring_shift.c (renamed from cores/arduino/wiring_shift.c)0
-rw-r--r--cores/xinput/xinput/USB_XInput_API.cpp (renamed from cores/arduino/xinput/USB_XInput_API.cpp)0
-rw-r--r--cores/xinput/xinput/USB_XInput_API.h (renamed from cores/arduino/xinput/USB_XInput_API.h)0
-rw-r--r--cores/xinput/xinput/USB_XInput_Descriptors.cpp (renamed from cores/arduino/xinput/USB_XInput_Descriptors.cpp)0
-rw-r--r--cores/xinput/xinput/USB_XInput_Descriptors.h (renamed from cores/arduino/xinput/USB_XInput_Descriptors.h)0
49 files changed, 0 insertions, 0 deletions
diff --git a/cores/arduino/Arduino.h b/cores/xinput/Arduino.h
index 91eeb16..91eeb16 100644
--- a/cores/arduino/Arduino.h
+++ b/cores/xinput/Arduino.h
diff --git a/cores/arduino/CDC.cpp b/cores/xinput/CDC.cpp
index a6bce17..a6bce17 100644
--- a/cores/arduino/CDC.cpp
+++ b/cores/xinput/CDC.cpp
diff --git a/cores/arduino/Client.h b/cores/xinput/Client.h
index b8e5d93..b8e5d93 100644
--- a/cores/arduino/Client.h
+++ b/cores/xinput/Client.h
diff --git a/cores/arduino/HardwareSerial.cpp b/cores/xinput/HardwareSerial.cpp
index 561127f..561127f 100644
--- a/cores/arduino/HardwareSerial.cpp
+++ b/cores/xinput/HardwareSerial.cpp
diff --git a/cores/arduino/HardwareSerial.h b/cores/xinput/HardwareSerial.h
index 6ff29d0..6ff29d0 100644
--- a/cores/arduino/HardwareSerial.h
+++ b/cores/xinput/HardwareSerial.h
diff --git a/cores/arduino/HardwareSerial0.cpp b/cores/xinput/HardwareSerial0.cpp
index 7d47ed2..7d47ed2 100644
--- a/cores/arduino/HardwareSerial0.cpp
+++ b/cores/xinput/HardwareSerial0.cpp
diff --git a/cores/arduino/HardwareSerial1.cpp b/cores/xinput/HardwareSerial1.cpp
index a345cdb..a345cdb 100644
--- a/cores/arduino/HardwareSerial1.cpp
+++ b/cores/xinput/HardwareSerial1.cpp
diff --git a/cores/arduino/HardwareSerial2.cpp b/cores/xinput/HardwareSerial2.cpp
index 8e433b6..8e433b6 100644
--- a/cores/arduino/HardwareSerial2.cpp
+++ b/cores/xinput/HardwareSerial2.cpp
diff --git a/cores/arduino/HardwareSerial3.cpp b/cores/xinput/HardwareSerial3.cpp
index 26aaee8..26aaee8 100644
--- a/cores/arduino/HardwareSerial3.cpp
+++ b/cores/xinput/HardwareSerial3.cpp
diff --git a/cores/arduino/HardwareSerial_private.h b/cores/xinput/HardwareSerial_private.h
index 2e23cec..2e23cec 100644
--- a/cores/arduino/HardwareSerial_private.h
+++ b/cores/xinput/HardwareSerial_private.h
diff --git a/cores/arduino/IPAddress.cpp b/cores/xinput/IPAddress.cpp
index d9fe5be..d9fe5be 100644
--- a/cores/arduino/IPAddress.cpp
+++ b/cores/xinput/IPAddress.cpp
diff --git a/cores/arduino/IPAddress.h b/cores/xinput/IPAddress.h
index d762f2c..d762f2c 100644
--- a/cores/arduino/IPAddress.h
+++ b/cores/xinput/IPAddress.h
diff --git a/cores/arduino/PluggableUSB.cpp b/cores/xinput/PluggableUSB.cpp
index c489d9f..c489d9f 100644
--- a/cores/arduino/PluggableUSB.cpp
+++ b/cores/xinput/PluggableUSB.cpp
diff --git a/cores/arduino/PluggableUSB.h b/cores/xinput/PluggableUSB.h
index 507f0df..507f0df 100644
--- a/cores/arduino/PluggableUSB.h
+++ b/cores/xinput/PluggableUSB.h
diff --git a/cores/arduino/Print.cpp b/cores/xinput/Print.cpp
index 1e4c99a..1e4c99a 100644
--- a/cores/arduino/Print.cpp
+++ b/cores/xinput/Print.cpp
diff --git a/cores/arduino/Print.h b/cores/xinput/Print.h
index 0097cc1..0097cc1 100644
--- a/cores/arduino/Print.h
+++ b/cores/xinput/Print.h
diff --git a/cores/arduino/Printable.h b/cores/xinput/Printable.h
index 2a1b2e9..2a1b2e9 100644
--- a/cores/arduino/Printable.h
+++ b/cores/xinput/Printable.h
diff --git a/cores/arduino/Server.h b/cores/xinput/Server.h
index 69e3e39..69e3e39 100644
--- a/cores/arduino/Server.h
+++ b/cores/xinput/Server.h
diff --git a/cores/arduino/Stream.cpp b/cores/xinput/Stream.cpp
index 9eff663..9eff663 100644
--- a/cores/arduino/Stream.cpp
+++ b/cores/xinput/Stream.cpp
diff --git a/cores/arduino/Stream.h b/cores/xinput/Stream.h
index 21a247a..21a247a 100644
--- a/cores/arduino/Stream.h
+++ b/cores/xinput/Stream.h
diff --git a/cores/arduino/Tone.cpp b/cores/xinput/Tone.cpp
index 1bfb3e3..1bfb3e3 100644
--- a/cores/arduino/Tone.cpp
+++ b/cores/xinput/Tone.cpp
diff --git a/cores/arduino/USBAPI.h b/cores/xinput/USBAPI.h
index 1ad268c..1ad268c 100644
--- a/cores/arduino/USBAPI.h
+++ b/cores/xinput/USBAPI.h
diff --git a/cores/arduino/USBCore.cpp b/cores/xinput/USBCore.cpp
index b384984..b384984 100644
--- a/cores/arduino/USBCore.cpp
+++ b/cores/xinput/USBCore.cpp
diff --git a/cores/arduino/USBCore.h b/cores/xinput/USBCore.h
index 578e1b8..578e1b8 100644
--- a/cores/arduino/USBCore.h
+++ b/cores/xinput/USBCore.h
diff --git a/cores/arduino/USBDesc.h b/cores/xinput/USBDesc.h
index fe1af92..fe1af92 100644
--- a/cores/arduino/USBDesc.h
+++ b/cores/xinput/USBDesc.h
diff --git a/cores/arduino/Udp.h b/cores/xinput/Udp.h
index 89f31c6..89f31c6 100644
--- a/cores/arduino/Udp.h
+++ b/cores/xinput/Udp.h
diff --git a/cores/arduino/WCharacter.h b/cores/xinput/WCharacter.h
index 79733b5..79733b5 100644
--- a/cores/arduino/WCharacter.h
+++ b/cores/xinput/WCharacter.h
diff --git a/cores/arduino/WInterrupts.c b/cores/xinput/WInterrupts.c
index 38ea158..38ea158 100644
--- a/cores/arduino/WInterrupts.c
+++ b/cores/xinput/WInterrupts.c
diff --git a/cores/arduino/WMath.cpp b/cores/xinput/WMath.cpp
index 9fb072f..9fb072f 100644
--- a/cores/arduino/WMath.cpp
+++ b/cores/xinput/WMath.cpp
diff --git a/cores/arduino/WString.cpp b/cores/xinput/WString.cpp
index 043fda7..043fda7 100644
--- a/cores/arduino/WString.cpp
+++ b/cores/xinput/WString.cpp
diff --git a/cores/arduino/WString.h b/cores/xinput/WString.h
index 2cf4cd7..2cf4cd7 100644
--- a/cores/arduino/WString.h
+++ b/cores/xinput/WString.h
diff --git a/cores/arduino/abi.cpp b/cores/xinput/abi.cpp
index 6e1b0f8..6e1b0f8 100644
--- a/cores/arduino/abi.cpp
+++ b/cores/xinput/abi.cpp
diff --git a/cores/arduino/binary.h b/cores/xinput/binary.h
index aec4c73..aec4c73 100644
--- a/cores/arduino/binary.h
+++ b/cores/xinput/binary.h
diff --git a/cores/arduino/hooks.c b/cores/xinput/hooks.c
index 641eabc..641eabc 100644
--- a/cores/arduino/hooks.c
+++ b/cores/xinput/hooks.c
diff --git a/cores/arduino/main.cpp b/cores/xinput/main.cpp
index 434cd40..434cd40 100644
--- a/cores/arduino/main.cpp
+++ b/cores/xinput/main.cpp
diff --git a/cores/arduino/new b/cores/xinput/new
index 8cf2103..8cf2103 100644
--- a/cores/arduino/new
+++ b/cores/xinput/new
diff --git a/cores/arduino/new.cpp b/cores/xinput/new.cpp
index 7ca4931..7ca4931 100644
--- a/cores/arduino/new.cpp
+++ b/cores/xinput/new.cpp
diff --git a/cores/arduino/new.h b/cores/xinput/new.h
index d529853..d529853 100644
--- a/cores/arduino/new.h
+++ b/cores/xinput/new.h
diff --git a/cores/arduino/wiring.c b/cores/xinput/wiring.c
index 8caf455..8caf455 100644
--- a/cores/arduino/wiring.c
+++ b/cores/xinput/wiring.c
diff --git a/cores/arduino/wiring_analog.c b/cores/xinput/wiring_analog.c
index 0de64f7..0de64f7 100644
--- a/cores/arduino/wiring_analog.c
+++ b/cores/xinput/wiring_analog.c
diff --git a/cores/arduino/wiring_digital.c b/cores/xinput/wiring_digital.c
index 432a150..432a150 100644
--- a/cores/arduino/wiring_digital.c
+++ b/cores/xinput/wiring_digital.c
diff --git a/cores/arduino/wiring_private.h b/cores/xinput/wiring_private.h
index a277b14..a277b14 100644
--- a/cores/arduino/wiring_private.h
+++ b/cores/xinput/wiring_private.h
diff --git a/cores/arduino/wiring_pulse.S b/cores/xinput/wiring_pulse.S
index 1dd22e6..1dd22e6 100644
--- a/cores/arduino/wiring_pulse.S
+++ b/cores/xinput/wiring_pulse.S
diff --git a/cores/arduino/wiring_pulse.c b/cores/xinput/wiring_pulse.c
index d6e0434..d6e0434 100644
--- a/cores/arduino/wiring_pulse.c
+++ b/cores/xinput/wiring_pulse.c
diff --git a/cores/arduino/wiring_shift.c b/cores/xinput/wiring_shift.c
index a9b3be5..a9b3be5 100644
--- a/cores/arduino/wiring_shift.c
+++ b/cores/xinput/wiring_shift.c
diff --git a/cores/arduino/xinput/USB_XInput_API.cpp b/cores/xinput/xinput/USB_XInput_API.cpp
index ffd818c..ffd818c 100644
--- a/cores/arduino/xinput/USB_XInput_API.cpp
+++ b/cores/xinput/xinput/USB_XInput_API.cpp
diff --git a/cores/arduino/xinput/USB_XInput_API.h b/cores/xinput/xinput/USB_XInput_API.h
index 11fa100..11fa100 100644
--- a/cores/arduino/xinput/USB_XInput_API.h
+++ b/cores/xinput/xinput/USB_XInput_API.h
diff --git a/cores/arduino/xinput/USB_XInput_Descriptors.cpp b/cores/xinput/xinput/USB_XInput_Descriptors.cpp
index f57c700..f57c700 100644
--- a/cores/arduino/xinput/USB_XInput_Descriptors.cpp
+++ b/cores/xinput/xinput/USB_XInput_Descriptors.cpp
diff --git a/cores/arduino/xinput/USB_XInput_Descriptors.h b/cores/xinput/xinput/USB_XInput_Descriptors.h
index 976fe56..976fe56 100644
--- a/cores/arduino/xinput/USB_XInput_Descriptors.h
+++ b/cores/xinput/xinput/USB_XInput_Descriptors.h