Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
concreteboot 1ec34883ca nbytes transfer count when minor loop enabled is 10 bits not 5 před 9 roky
..
avr Dummy avr/wdt.h defs for Teensy LC & 3.x před 9 roky
util Add other missing license headers před 9 roky
Arduino.h Initial commit, version 1.17-rc1 před 12 roky
AudioStream.cpp Add AudioOutputUSB - work in progress... před 9 roky
AudioStream.h Add AudioInputUSB - receive USB audio into audio library před 9 roky
Client.h Initial commit, version 1.17-rc1 před 12 roky
DMAChannel.cpp Fix DMA on K66 před 9 roky
DMAChannel.h Implement 16-Byte Burst Transfer Size před 10 roky
HardwareSerial.h Enable Uart 2 stop bit capabilities před 9 roky
HardwareSerial1.cpp Add serialEvent (USB) and serialEvent1-3 (serial) před 11 roky
HardwareSerial2.cpp Add serialEvent (USB) and serialEvent1-3 (serial) před 11 roky
HardwareSerial3.cpp Add serialEvent (USB) and serialEvent1-3 (serial) před 11 roky
HardwareSerial4.cpp Add Serial4 & Serial5 for K64 & K66 před 9 roky
HardwareSerial5.cpp Add Serial4 & Serial5 for K64 & K66 před 9 roky
HardwareSerial6.cpp Add Serial6 - T3.4 Uart5, T3.5 LPUart0 před 9 roky
IPAddress.cpp Add IPAddress fromString před 9 roky
IPAddress.h Add IPAddress fromString před 9 roky
IntervalTimer.cpp Initial support for Teensy-LC před 10 roky
IntervalTimer.h Fix error in IntervalTimer with float input před 9 roky
Makefile Made the teensy3/Makefile completely Arduino independent. před 9 roky
Print.cpp All compiling with -std=c++0x on Teensy 3.x před 9 roky
Print.h Speedup print() on Teensy-LC před 10 roky
Printable.h Fix new/delete operators před 12 roky
SPIFIFO.h missed pin 26 před 9 roky
Server.h Fix missing Print.h from Server.h před 9 roky
Stream.cpp Initial commit, version 1.17-rc1 před 12 roky
Stream.h Clean up trailing whitespace před 11 roky
Tone.cpp Improve tone(), always complete current cycle before change to new frequency před 10 roky
Udp.h Clean up trailing whitespace před 11 roky
WCharacter.h Clean up trailing whitespace před 11 roky
WConstants.h Initial commit, version 1.17-rc1 před 12 roky
WMath.cpp Initial commit, version 1.17-rc1 před 12 roky
WProgram.h Include WCharacter.h by default před 9 roky
WString.cpp When concat is same string to string, use memcpy, allows for re-alloc to move string on growth před 9 roky
WString.h Compile for either C++11 or C++0x před 10 roky
analog.c Fix pin number comments před 9 roky
arm_common_tables.h Clean up trailing whitespace před 11 roky
arm_math.h Clean up trailing whitespace před 11 roky
avr_emulation.cpp T T3.4 T3.5 SPI2 support před 9 roky
avr_emulation.h Always define the SD card pins - do it like we mean it! před 9 roky
avr_functions.h Remove functions already defined in the standard library před 10 roky
binary.h Initial commit, version 1.17-rc1 před 12 roky
core_cm4.h Clean up trailing whitespace před 11 roky
core_cm4_simd.h Initial commit, version 1.17-rc1 před 12 roky
core_cmInstr.h Initial commit, version 1.17-rc1 před 12 roky
core_id.h Initial commit, version 1.17-rc1 před 12 roky
core_pins.h Fix PWM and Analog Pin counts om T3.5 and T3.6 před 9 roky
eeprom.c Fix EEPROM on K66 před 9 roky
elapsedMillis.h Clean up trailing whitespace před 11 roky
keylayouts.c reassign internal keycode numbers před 9 roky
keylayouts.h Keycode for Non-US backslash (thanks parsnip42) před 9 roky
kinetis.h nbytes transfer count when minor loop enabled is 10 bits not 5 před 9 roky
main.cpp Update Makefile před 10 roky
math_helper.c Initial commit, version 1.17-rc1 před 12 roky
math_helper.h Clean up trailing whitespace před 11 roky
memcpy-armv7m.S More defs před 9 roky
memset.S Only use memset.S with -Os, C lib is faster with -O před 9 roky
mk20dx128.c Support PWM on pins 16 & 17 on Teensy 3.6 před 9 roky
mk20dx128.h backwards compatibility for mk20dx128.h před 11 roky
mk20dx128.ld Add __bss_start__ and __bss_end__, improves compatibility with other software před 10 roky
mk20dx256.ld Add __bss_start__ and __bss_end__, improves compatibility with other software před 10 roky
mk64fx512.ld Add more register defs & PLL config před 9 roky
mk66fx1m0.ld Add __bss_start__ and __bss_end__, improves compatibility with other software před 10 roky
mkl26z64.ld Add __bss_start__ and __bss_end__, improves compatibility with other software před 10 roky
new.cpp Fix new/delete operators před 12 roky
new.h Clean up trailing whitespace před 11 roky
nonstd.c use float version of fcvt před 10 roky
pins_arduino.h Use analog pin to channel tables (faster) před 9 roky
pins_teensy.c Always define the SD card pins - do it like we mean it! před 9 roky
ser_print.c Initial support for Teensy-LC před 10 roky
ser_print.h Initial support for Teensy-LC před 10 roky
serial1.c Enable Uart 2 stop bit capabilities před 9 roky
serial1_doughboy.txt Add doughboy's alternate serial1 code (for reference only, not used yet) před 10 roky
serial2.c Always define the SD card pins - do it like we mean it! před 9 roky
serial3.c Enable Uart 2 stop bit capabilities před 9 roky
serial4.c Always define the SD card pins - do it like we mean it! před 9 roky
serial5.c Enable Uart 2 stop bit capabilities před 9 roky
serial6.c Fix Serial6 for Teensy 3.5 před 9 roky
serial6_lpuart.c Enable Uart 2 stop bit capabilities před 9 roky
touch.c Fix touchRead on K66 před 9 roky
usb_audio.cpp Improve async sample rate feedback, add optional mac limit před 9 roky
usb_audio.h Add volume/mute feature to AudioInputUSB před 9 roky
usb_desc.c Fix USB serial number on K64 & K66 před 9 roky
usb_desc.h Add more USB Type combinations před 9 roky
usb_dev.c Fix compiler warnings with USB audio před 9 roky
usb_dev.h Fix compiler warnings with USB audio před 9 roky
usb_flightsim.cpp Corrected typecast in usb_flightsim.cpp před 9 roky
usb_flightsim.h Bugfixes and comments před 10 roky
usb_inst.cpp Fix for IDE Menu option "NO USB" @ F_CPU <= 16MHz LC/T3.x před 10 roky
usb_joystick.c More K66 overclocking options před 9 roky
usb_joystick.h Fix more compiler warnings před 10 roky
usb_keyboard.c More K66 overclocking options před 9 roky
usb_keyboard.h Fix compiler warning with Keyboard.set_modifier před 9 roky
usb_mem.c Use enum for IRQ numbers, rename mk20dx128.h to kinetis.h před 11 roky
usb_mem.h Clean up trailing whitespace před 11 roky
usb_midi.c More K66 overclocking options před 9 roky
usb_midi.h Fix sendRealTime (thanks capricorn-one) před 9 roky
usb_mouse.c More K66 overclocking options před 9 roky
usb_mouse.h Add Mouse horizontal scroll (thanks Xenoamor) před 9 roky
usb_mtp.c Begin work on MTP Disk před 10 roky
usb_mtp.h Begin work on MTP Disk před 10 roky
usb_names.h Clean up trailing whitespace před 11 roky
usb_rawhid.c Opps, fix compile for slow speeds před 10 roky
usb_rawhid.h Simplify customizing USB - no longer need to edit interface .h files před 10 roky
usb_seremu.c More K66 overclocking options před 9 roky
usb_seremu.h Simplify customizing USB - no longer need to edit interface .h files před 10 roky
usb_serial.c More K66 overclocking options před 9 roky
usb_serial.h Add Serial.clear() to Teensy 3.x před 9 roky
usb_touch.c Remove debug code & clean up white space formatting před 9 roky
usb_touch.h Add multi-touch basic API (experimental) před 9 roky
usb_undef.h Begin work on MTP Disk před 10 roky
wiring.h Allow the teensy3 library to be used with strict C++11 conformance. před 9 roky
wiring_private.h Initial commit, version 1.17-rc1 před 12 roky
yield.cpp Add serialEvent6 to yield před 9 roky