]> git.friedersdorff.com Git - max/tmk_keyboard.git/commit
usb_hid: Delete arduino cores 1.0.1
authortmk <hasu@tmk-kbd.com>
Mon, 26 Oct 2020 18:45:34 +0000 (03:45 +0900)
committertmk <hasu@tmk-kbd.com>
Thu, 5 Nov 2020 15:18:47 +0000 (00:18 +0900)
commit78e05bd172aca74b30293d9c5964ef3c706ad4db
treeba37716e35fa7247f90f66e2182c046544be143f
parent7f7b7ffdc21361a9760fdc006b070787b1aaaa00
usb_hid: Delete arduino cores 1.0.1
43 files changed:
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/Arduino.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/CDC.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/Client.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/HID.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/HardwareSerial.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/HardwareSerial.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/IPAddress.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/IPAddress.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/Platform.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/Print.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/Print.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/Printable.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/Server.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/Stream.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/Stream.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/Tone.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/USBAPI.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/USBCore.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/USBCore.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/USBDesc.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/Udp.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/WCharacter.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/WInterrupts.c [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/WMath.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/WString.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/WString.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/binary.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/main.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/new.cpp [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/new.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/wiring.c [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/wiring_analog.c [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/wiring_digital.c [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/wiring_private.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/wiring_pulse.c [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/cores/arduino/wiring_shift.c [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/variants/eightanaloginputs/pins_arduino.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/variants/leonardo/pins_arduino.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/variants/mega/pins_arduino.h [deleted file]
tmk_core/protocol/usb_hid/arduino-1.0.1/variants/standard/pins_arduino.h [deleted file]
tmk_core/protocol/usb_hid/test/Makefile [deleted file]
tmk_core/protocol/usb_hid/test/config.h [deleted file]
tmk_core/protocol/usb_hid/test/test.cpp [deleted file]