import part of teensy3 lib
authornotaz <notasas@gmail.com>
Thu, 11 Sep 2014 23:06:29 +0000 (02:06 +0300)
committernotaz <notasas@gmail.com>
Thu, 11 Sep 2014 23:06:29 +0000 (02:06 +0300)
commit35f00b6caaac4a8b93247913f0863bcd8f419041
tree8a819e66938cd4bca3639c1c72cca1624680f65a
import part of teensy3 lib
19 files changed:
teensy3/avr_functions.h [new file with mode: 0644]
teensy3/core_pins.h [new file with mode: 0644]
teensy3/mk20dx128.c [new file with mode: 0644]
teensy3/mk20dx128.h [new file with mode: 0644]
teensy3/mk20dx256.ld [new file with mode: 0644]
teensy3/nonstd.c [new file with mode: 0644]
teensy3/pins_arduino.h [new file with mode: 0644]
teensy3/pins_teensy.c [new file with mode: 0644]
teensy3/usb_desc.c [new file with mode: 0644]
teensy3/usb_desc.h [new file with mode: 0644]
teensy3/usb_dev.c [new file with mode: 0644]
teensy3/usb_dev.h [new file with mode: 0644]
teensy3/usb_mem.c [new file with mode: 0644]
teensy3/usb_mem.h [new file with mode: 0644]
teensy3/usb_names.h [new file with mode: 0644]
teensy3/usb_rawhid.c [new file with mode: 0644]
teensy3/usb_rawhid.h [new file with mode: 0644]
teensy3/usb_seremu.c [new file with mode: 0644]
teensy3/usb_seremu.h [new file with mode: 0644]