No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
PaulStoffregen 831d3b40b1 Fix typo hace 6 años
..
avr Opps, fix pgm_read_ptr_near & pgm_read_ptr_far hace 7 años
util Add other missing license headers hace 8 años
Arduino.h Reduce C++ header overhead hace 6 años
AudioStream.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
AudioStream.h Merge pull request #211 from b0rg3rt/master hace 7 años
Client.h Update open source license info hace 7 años
DMAChannel.cpp Update open source license info hace 7 años
DMAChannel.h Fix DMAChannel transferSize() on Teensy LC hace 6 años
EventResponder.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
EventResponder.h Make EventResponder attach functions atomic hace 7 años
FS.h Add (very experimental) FS.h for File & Dir base classes hace 6 años
HardwareSerial.h Fix SERIAL_8N2 mode on Teensy LC hace 7 años
HardwareSerial1.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
HardwareSerial2.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
HardwareSerial3.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
HardwareSerial4.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
HardwareSerial5.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
HardwareSerial6.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
IPAddress.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
IPAddress.h Add IPAddress fromString hace 8 años
IntervalTimer.cpp Fix IntervalTimer on Teensy LC hace 7 años
IntervalTimer.h Add IntervalTimer update(microseconds) hace 7 años
Keyboard.h Update open source license info hace 7 años
MIDIUSB.h Fix for include of MIDIUSB.h from Arduino sketch hace 6 años
Makefile Update sample Makefile for next release number hace 6 años
Mouse.h Update open source license info hace 7 años
Print.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
Print.h Only define BYTE (ancient Arduino) if not conflicting with other headers hace 7 años
Printable.h Fix new/delete operators hace 11 años
SPIFIFO.h SPIFIFO is deprecated hace 7 años
Server.h Update open source license info hace 7 años
Stream.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
Stream.h Support String input in Stream find functions hace 7 años
Tone.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
Udp.h Support generic UDP beginMulticast() hace 6 años
WCharacter.h Update open source license info hace 7 años
WConstants.h Update open source license info hace 7 años
WMath.cpp Fix srandom hace 7 años
WProgram.h Fix srandom hace 7 años
WString.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
WString.h Compatibility with libraries that include only Print.h hace 7 años
analog.c Teensy LC does not support saturate instruction hace 6 años
arm_common_tables.h Clean up trailing whitespace hace 10 años
arm_math.h Clean up trailing whitespace hace 10 años
avr_emulation.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
avr_emulation.h Add soft pin config to AVR SPI emulation hace 7 años
avr_functions.h Update open source license info hace 7 años
binary.h Update open source license info hace 7 años
core_cm4.h Clean up trailing whitespace hace 10 años
core_cm4_simd.h Initial commit, version 1.17-rc1 hace 11 años
core_cmInstr.h Initial commit, version 1.17-rc1 hace 11 años
core_id.h Update open source license info hace 7 años
core_pins.h Update open source license info hace 7 años
eeprom.c Update open source license info hace 7 años
elapsedMillis.h Update open source license info hace 7 años
keylayouts.c Update open source license info hace 7 años
keylayouts.h Fix Keyboard.print('#') on UK & Irish keyboard layouts hace 6 años
kinetis.h Fix FTM_CONF register bitfield defs hace 6 años
main.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
math_helper.c Update open source license info hace 7 años
math_helper.h Clean up trailing whitespace hace 10 años
memcpy-armv7m.S Disable definition of __ARM_FEATURE_UNALIGNED. hace 7 años
memset.S Only use memset.S with -Os, C lib is faster with -O hace 8 años
mk20dx128.c Default abort() function - needed for Pozyx library hace 7 años
mk20dx128.h Update open source license info hace 7 años
mk20dx128.ld Update open source license info hace 7 años
mk20dx256.ld Update open source license info hace 7 años
mk64fx512.ld Fix Teensy 3.5 stack alignment (thanks Frank) hace 6 años
mk66fx1m0.ld Update open source license info hace 7 años
mkl26z64.ld Update open source license info hace 7 años
new.cpp Fix for C++14 delete operator hace 7 años
new.h Fix for C++14 delete operator hace 7 años
nonstd.c Update open source license info hace 7 años
pgmspace.h Add pgmspace.h (no avr prefix), for compatibility with some ESP8266 programs hace 7 años
pins_arduino.h Update open source license info hace 7 años
pins_teensy.c Change `getIsrTable` from `inline` to `static inline` hace 6 años
ser_print.c Update open source license info hace 7 años
ser_print.h Update open source license info hace 7 años
serial1.c Fix serail stall when too-fast baud rates attempted hace 7 años
serial1_doughboy.txt Update open source license info hace 7 años
serial2.c Fix serail stall when too-fast baud rates attempted hace 7 años
serial3.c Fix serail stall when too-fast baud rates attempted hace 7 años
serial4.c Fix serail stall when too-fast baud rates attempted hace 7 años
serial5.c Fix serail stall when too-fast baud rates attempted hace 7 años
serial6.c Fix serail stall when too-fast baud rates attempted hace 7 años
serial6_lpuart.c Update open source license info hace 7 años
touch.c Update open source license info hace 7 años
usb_audio.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
usb_audio.h Update open source license info hace 7 años
usb_desc.c Add bcdDevice info to help teensy_ports identify models hace 6 años
usb_desc.h Fix typo hace 6 años
usb_dev.c Rework USB Touchscreen handling of pressure & contact ID hace 6 años
usb_dev.h Update open source license info hace 7 años
usb_flightsim.cpp Fix FlightSimFloat on Teensy 3.5 hace 6 años
usb_flightsim.h Update open source license info hace 7 años
usb_inst.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años
usb_joystick.c Update open source license info hace 7 años
usb_joystick.h Update open source license info hace 7 años
usb_keyboard.c Update open source license info hace 7 años
usb_keyboard.h Only enable C++ set_media API if KEYMEDIA_INTERFACE is defined. hace 6 años
usb_mem.c Update open source license info hace 7 años
usb_mem.h Update open source license info hace 7 años
usb_midi.c USB MIDI pitch bend uses signed integers (matching Arduino MIDI lib) hace 6 años
usb_midi.h Added getSysExArrayLength() hace 6 años
usb_mouse.c Update open source license info hace 7 años
usb_mouse.h Update open source license info hace 7 años
usb_mtp.c Update open source license info hace 7 años
usb_mtp.h Update open source license info hace 7 años
usb_names.h Update open source license info hace 7 años
usb_rawhid.c Update open source license info hace 7 años
usb_rawhid.h Update open source license info hace 7 años
usb_seremu.c Update open source license info hace 7 años
usb_seremu.h Update open source license info hace 7 años
usb_serial.c Update open source license info hace 7 años
usb_serial.h Use only DTR for (bool)Serial, RTS isn't reliable on Windows hace 6 años
usb_touch.c Rework USB Touchscreen handling of pressure & contact ID hace 6 años
usb_touch.h Update open source license info hace 7 años
usb_undef.h Fix typo hace 6 años
wiring.h Reduce C++ header overhead hace 6 años
wiring_private.h Update open source license info hace 7 años
yield.cpp Include <Arduino.h> first, for precompile header rebuild all speedup hace 6 años