]> git.friedersdorff.com Git - max/tmk_keyboard.git/commit
usb_hid: Update arduino cores to 1.8.13
authortmk <hasu@tmk-kbd.com>
Mon, 26 Oct 2020 18:47:40 +0000 (03:47 +0900)
committertmk <hasu@tmk-kbd.com>
Thu, 5 Nov 2020 15:19:34 +0000 (00:19 +0900)
commitd7548097fc3b37d6aaf4f36abae10fa475ea611c
treef757f348b30eace2ab1663a82065331939929cec
parent78e05bd172aca74b30293d9c5964ef3c706ad4db
usb_hid: Update arduino cores to 1.8.13
59 files changed:
tmk_core/protocol/usb_hid.mk
tmk_core/protocol/usb_hid/README
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/Arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/CDC.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/Client.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/HardwareSerial.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/HardwareSerial.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/HardwareSerial0.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/HardwareSerial1.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/HardwareSerial2.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/HardwareSerial3.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/HardwareSerial_private.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/IPAddress.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/IPAddress.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/PluggableUSB.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/PluggableUSB.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/Print.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/Print.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/Printable.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/Server.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/Stream.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/Stream.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/Tone.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/USBAPI.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/USBCore.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/USBCore.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/USBDesc.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/Udp.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/WCharacter.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/WInterrupts.c [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/WMath.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/WString.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/WString.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/abi.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/binary.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/hooks.c [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/main.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/new [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/new.cpp [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/new.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/wiring.c [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/wiring_analog.c [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/wiring_digital.c [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/wiring_private.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/wiring_pulse.S [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/wiring_pulse.c [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/cores/arduino/wiring_shift.c [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/variants/circuitplay32u4/pins_arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/variants/eightanaloginputs/pins_arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/variants/ethernet/pins_arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/variants/gemma/pins_arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/variants/leonardo/pins_arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/variants/mega/pins_arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/variants/micro/pins_arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/variants/robot_control/pins_arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/variants/robot_motor/pins_arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/variants/standard/pins_arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/arduino-1.8.13/variants/yun/pins_arduino.h [new file with mode: 0644]
tmk_core/protocol/usb_hid/override_Serial.cpp