您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Paul Stoffregen 6002a8710c Merge pull request #146 from KurtE/SPI1-defined 9 年前
..
avr Dummy avr/wdt.h defs for Teensy LC & 3.x 9 年前
util Add other missing license headers 9 年前
Arduino.h Initial commit, version 1.17-rc1 12 年前
AudioStream.cpp Add AudioOutputUSB - work in progress... 9 年前
AudioStream.h Add AudioInputUSB - receive USB audio into audio library 9 年前
Client.h Initial commit, version 1.17-rc1 12 年前
DMAChannel.cpp Fix DMA on K66 9 年前
DMAChannel.h Implement 16-Byte Burst Transfer Size 10 年前
HardwareSerial.h Add Serial4 & Serial5 for K64 & K66 9 年前
HardwareSerial1.cpp Add serialEvent (USB) and serialEvent1-3 (serial) 11 年前
HardwareSerial2.cpp Add serialEvent (USB) and serialEvent1-3 (serial) 11 年前
HardwareSerial3.cpp Add serialEvent (USB) and serialEvent1-3 (serial) 11 年前
HardwareSerial4.cpp Add Serial4 & Serial5 for K64 & K66 9 年前
HardwareSerial5.cpp Add Serial4 & Serial5 for K64 & K66 9 年前
IPAddress.cpp Add IPAddress fromString 9 年前
IPAddress.h Add IPAddress fromString 9 年前
IntervalTimer.cpp Initial support for Teensy-LC 10 年前
IntervalTimer.h Fix error in IntervalTimer with float input 9 年前
Makefile Made the teensy3/Makefile completely Arduino independent. 9 年前
Print.cpp All compiling with -std=c++0x on Teensy 3.x 9 年前
Print.h Speedup print() on Teensy-LC 10 年前
Printable.h Fix new/delete operators 12 年前
SPIFIFO.h add missing F_BUS to SPIFIFO 9 年前
Server.h Fix missing Print.h from Server.h 9 年前
Stream.cpp Initial commit, version 1.17-rc1 12 年前
Stream.h Clean up trailing whitespace 11 年前
Tone.cpp Improve tone(), always complete current cycle before change to new frequency 10 年前
Udp.h Clean up trailing whitespace 11 年前
WCharacter.h Clean up trailing whitespace 11 年前
WConstants.h Initial commit, version 1.17-rc1 12 年前
WMath.cpp Initial commit, version 1.17-rc1 12 年前
WProgram.h Include WCharacter.h by default 9 年前
WString.cpp Compile for either C++11 or C++0x 10 年前
WString.h Compile for either C++11 or C++0x 10 年前
analog.c Add missing F_BUS 9 年前
arm_common_tables.h Clean up trailing whitespace 11 年前
arm_math.h Clean up trailing whitespace 11 年前
avr_emulation.cpp SPI1 on T3.4/3.5 - Add SPCR1 9 年前
avr_emulation.h SPCR1 operations now defined 9 年前
avr_functions.h Remove functions already defined in the standard library 10 年前
binary.h Initial commit, version 1.17-rc1 12 年前
core_cm4.h Clean up trailing whitespace 11 年前
core_cm4_simd.h Initial commit, version 1.17-rc1 12 年前
core_cmInstr.h Initial commit, version 1.17-rc1 12 年前
core_id.h Initial commit, version 1.17-rc1 12 年前
core_pins.h More K66 overclocking options 9 年前
eeprom.c Fix EEPROM on K66 9 年前
elapsedMillis.h Clean up trailing whitespace 11 年前
keylayouts.c reassign internal keycode numbers 9 年前
keylayouts.h reassign internal keycode numbers 9 年前
kinetis.h Merge pull request #146 from KurtE/SPI1-defined 9 年前
main.cpp Update Makefile 10 年前
math_helper.c Initial commit, version 1.17-rc1 12 年前
math_helper.h Clean up trailing whitespace 11 年前
memcpy-armv7m.S More defs 9 年前
memset.S Only use memset.S with -Os, C lib is faster with -O 9 年前
mk20dx128.c Set FlexBus Clock Divider to correct value for 16, 8, 4 MHz 9 年前
mk20dx128.h backwards compatibility for mk20dx128.h 11 年前
mk20dx128.ld Add __bss_start__ and __bss_end__, improves compatibility with other software 10 年前
mk20dx256.ld Add __bss_start__ and __bss_end__, improves compatibility with other software 10 年前
mk64fx512.ld Add more register defs & PLL config 9 年前
mk66fx1m0.ld Add __bss_start__ and __bss_end__, improves compatibility with other software 10 年前
mkl26z64.ld Add __bss_start__ and __bss_end__, improves compatibility with other software 10 年前
new.cpp Fix new/delete operators 12 年前
new.h Clean up trailing whitespace 11 年前
nonstd.c use float version of fcvt 10 年前
pins_arduino.h More defs 9 年前
pins_teensy.c PulseIn on LC issue 9 年前
ser_print.c Initial support for Teensy-LC 10 年前
ser_print.h Initial support for Teensy-LC 10 年前
serial1.c Serial1 - New pins work with begin 9 年前
serial1_doughboy.txt Add doughboy's alternate serial1 code (for reference only, not used yet) 10 年前
serial2.c Serial2 - !TX(31) !RX(26) on T3.5 9 年前
serial3.c Allow SetTX on Serial3/4/5 ... 9 年前
serial4.c Fix pin numbers for transmit opendrain on Serial4 & Serial5 9 年前
serial5.c Fix pin numbers for transmit opendrain on Serial4 & Serial5 9 年前
touch.c Fix touchRead on K66 9 年前
usb_audio.cpp Fix AudioInputUSB copy_to_buffers() 9 年前
usb_audio.h Add volume/mute feature to AudioInputUSB 9 年前
usb_desc.c Remove debug code & clean up white space formatting 9 年前
usb_desc.h Add more USB Type combinations 9 年前
usb_dev.c Report number of fingers supported by USB Touchscreen 9 年前
usb_dev.h Add multi-touch basic API (experimental) 9 年前
usb_flightsim.cpp Corrected typecast in usb_flightsim.cpp 9 年前
usb_flightsim.h Bugfixes and comments 10 年前
usb_inst.cpp Fix for IDE Menu option "NO USB" @ F_CPU <= 16MHz LC/T3.x 10 年前
usb_joystick.c More K66 overclocking options 9 年前
usb_joystick.h Fix more compiler warnings 10 年前
usb_keyboard.c More K66 overclocking options 9 年前
usb_keyboard.h Fix compiler warning with Keyboard.set_modifier 9 年前
usb_mem.c Use enum for IRQ numbers, rename mk20dx128.h to kinetis.h 11 年前
usb_mem.h Clean up trailing whitespace 11 年前
usb_midi.c More K66 overclocking options 9 年前
usb_midi.h Fix sendRealTime (thanks capricorn-one) 9 年前
usb_mouse.c More K66 overclocking options 9 年前
usb_mouse.h Add Mouse horizontal scroll (thanks Xenoamor) 9 年前
usb_mtp.c Begin work on MTP Disk 10 年前
usb_mtp.h Begin work on MTP Disk 10 年前
usb_names.h Clean up trailing whitespace 11 年前
usb_rawhid.c Opps, fix compile for slow speeds 10 年前
usb_rawhid.h Simplify customizing USB - no longer need to edit interface .h files 10 年前
usb_seremu.c More K66 overclocking options 9 年前
usb_seremu.h Simplify customizing USB - no longer need to edit interface .h files 10 年前
usb_serial.c More K66 overclocking options 9 年前
usb_serial.h Add Serial.clear() to Teensy 3.x 9 年前
usb_touch.c Remove debug code & clean up white space formatting 9 年前
usb_touch.h Add multi-touch basic API (experimental) 9 年前
usb_undef.h Begin work on MTP Disk 10 年前
wiring.h Allow the teensy3 library to be used with strict C++11 conformance. 9 年前
wiring_private.h Initial commit, version 1.17-rc1 12 年前
yield.cpp Add Serial4 & Serial5 for K64 & K66 9 年前