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 f6cb39e135 FS class is abstract, use pure virtual functions hace 4 años
..
avr MicroMod support hace 4 años
debug Turn off Serial4 debug printing on Teensy 4.0 hace 5 años
util Add util headers hace 5 años
Arduino.h First commit, Teensy4 work-in-progress hace 6 años
AudioStream.cpp Fix numerical overflow in audio CPU usage measurement hace 4 años
AudioStream.h Add comment about known incompatibility with smaller audio block size hace 4 años
Blink.cc First commit, Teensy4 work-in-progress hace 6 años
Client.h First commit, Teensy4 work-in-progress hace 6 años
DMAChannel.cpp Add DMAChannel for IMXRT hace 5 años
DMAChannel.h Update DMAChannel.h hace 4 años
EventResponder.cpp Fix/Add seralEventUSB1 and serialEventUSB2 hace 4 años
EventResponder.h Reduce EventResponder overhead on systic and yield hace 4 años
FS.h FS class is abstract, use pure virtual functions hace 4 años
HardwareSerial.cpp Remane addStorage to addMemory hace 4 años
HardwareSerial.h Remane addStorage to addMemory hace 4 años
HardwareSerial1.cpp T4 HardwareSerial - Fix SerialEventX code hace 4 años
HardwareSerial2.cpp T4 HardwareSerial - Fix SerialEventX code hace 4 años
HardwareSerial3.cpp T4 HardwareSerial - Fix SerialEventX code hace 4 años
HardwareSerial4.cpp T4 HardwareSerial - Fix SerialEventX code hace 4 años
HardwareSerial5.cpp T4 HardwareSerial - Fix SerialEventX code hace 4 años
HardwareSerial6.cpp T4 HardwareSerial - Fix SerialEventX code hace 4 años
HardwareSerial7.cpp T4 HardwareSerial - Fix SerialEventX code hace 4 años
HardwareSerial8.cpp T4 HardwareSerial - Fix SerialEventX code hace 4 años
IPAddress.cpp Add IPAddress class hace 5 años
IPAddress.h First commit, Teensy4 work-in-progress hace 6 años
IntervalTimer.cpp use nullptr, no default hace 5 años
IntervalTimer.h fix double promotion hace 4 años
Keyboard.h Add dummy Keyboard.h on Teensy 4, for Arduino compatibility hace 4 años
MIDIUSB.h Add MIDIUSB.h compatibility for Teensy 4.0 hace 4 años
Makefile Update sample Makefile for Teensy 4.x hace 4 años
Mouse.h Add dummy Mouse.h on Teensy 4, for Arduino compatibility hace 4 años
Print.cpp Support printing 64 bit integers hace 4 años
Print.h Support printing 64 bit integers hace 4 años
Printable.h Fix Printable.h with WiFiNANA lib on Teensy 4.0 (MichaelMeissner) hace 4 años
Server.h First commit, Teensy4 work-in-progress hace 6 años
Stream.cpp Update Stream.cpp hace 4 años
Stream.h First commit, Teensy4 work-in-progress hace 6 años
Tone.cpp Add tone function hace 5 años
Udp.h First commit, Teensy4 work-in-progress hace 6 años
WCharacter.h Avoid isascii() & toascii() hace 4 años
WMath.cpp Import Wiring math functions hace 5 años
WProgram.h USB audio on Teensy 4.0 (work in progress) hace 4 años
WString.cpp Never return NULL from String c_str() hace 4 años
WString.h Never return NULL from String c_str() hace 4 años
analog.c Fix ADC config hace 4 años
arm_common_tables.h Add arm_math.h (thanks Manitou) hace 5 años
arm_const_structs.h Add arm_math.h (thanks Manitou) hace 5 años
arm_math.h Add arm_math.h (thanks Manitou) hace 5 años
avr_emulation.h T4 - FIrst pass for T4 emulation of PORTB/C/D registers hace 5 años
avr_functions.h Check for STRICT_ANSI on non-standard functions, fixes #491 hace 4 años
binary.h First commit, Teensy4 work-in-progress hace 6 años
bootdata.c MicroMod support hace 4 años
clockspeed.c Optimize micros() hace 5 años
core_cm7.h Add arm_math.h (thanks Manitou) hace 5 años
core_cmInstr.h Add arm_math.h (thanks Manitou) hace 5 años
core_id.h First commit, Teensy4 work-in-progress hace 6 años
core_pins.h MicroMod support hace 4 años
debugprintf.c Use FLASHMEM for functions, not attribute progmem hace 5 años
delay.c Fix comment re: systick hace 4 años
digital.c MicroMod support hace 4 años
eeprom.c Flash write functions for LittleFS hace 4 años
elapsedMillis.h First commit, Teensy4 work-in-progress hace 6 años
extmem.c Add external memory allocation functions hace 4 años
imxrt.h T4.x Create Struct for IMXRT_GPIO hace 4 años
imxrt1062.ld Allow programs to preserve HAB logged events without taking 8K from everyone hace 4 años
imxrt1062_mm.ld MicroMod support hace 4 años
imxrt1062_t41.ld Add _extram_start & _extram_end for Teensy 4.1 hace 4 años
interrupt.c T4.x Create Struct for IMXRT_GPIO hace 4 años
keylayouts.c Add keylayouts & USB timer defs hace 5 años
keylayouts.h First commit, Teensy4 work-in-progress hace 6 años
libc.c More syscall functions hace 5 años
main.cpp T4 - Can now handle sketches with main() instead of setup()/loop() hace 5 años
math_helper.h Add AudioStream for T4 hace 5 años
memcpy-armv7m.S fast memcpy/memset hace 5 años
memset.S fast memcpy/memset hace 5 años
new.cpp Fix C++ new/delete hace 5 años
nonstd.c Update nonstd.c hace 4 años
pgmspace.h Add include pgmspace.h compatability for Teensy 4.0 hace 4 años
pins_arduino.h MicroMod support hace 4 años
pwm.c MicroMod support hace 4 años
rtc.c Fix rtc_set on Teensy 4.0 (thanks blackketter) hace 4 años
serialEvent.cpp T4 Yield speedups by knowing if default serialEventX hace 4 años
serialEvent1.cpp T4 Yield speedups by knowing if default serialEventX hace 4 años
serialEvent2.cpp T4 Yield speedups by knowing if default serialEventX hace 4 años
serialEvent3.cpp T4 Yield speedups by knowing if default serialEventX hace 4 años
serialEvent4.cpp T4 Yield speedups by knowing if default serialEventX hace 4 años
serialEvent5.cpp T4 Yield speedups by knowing if default serialEventX hace 4 años
serialEvent6.cpp T4 Yield speedups by knowing if default serialEventX hace 4 años
serialEvent7.cpp T4 Yield speedups by knowing if default serialEventX hace 4 años
serialEvent8.cpp T4 Yield speedups by knowing if default serialEventX hace 4 años
serialEventUSB1.cpp Fix/Add seralEventUSB1 and serialEventUSB2 hace 4 años
serialEventUSB2.cpp Fix/Add seralEventUSB1 and serialEventUSB2 hace 4 años
sm_alloc_valid.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_calloc.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_free.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_hash.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_malloc.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_malloc_stats.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_pool.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_realloc.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_realloc_i.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_realloc_move.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_szalloc.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_util.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
sm_zalloc.c Add smalloc from https://github.com/electrorys/smalloc hace 4 años
smalloc.h Add comment to smalloc.h hace 4 años
smalloc_i.h smalloc headers safe for C++ hace 4 años
startup.c Add external memory allocation functions hace 4 años
tempmon.c fix panic-temp power off hace 4 años
usb.c Update usb.c hace 4 años
usb_audio.cpp USB audio on Teensy 4.0 (mostly kinda working now) hace 4 años
usb_audio.h USB audio on Teensy 4.0 (work in progress) hace 4 años
usb_desc.c Fix USB descriptors for Windows hace 4 años
usb_desc.h Fix USB descriptors for Windows hace 4 años
usb_dev.h USB audio on Teensy 4.0 (more work in progress) hace 4 años
usb_flightsim.cpp USB Flightsim for Teensy 4 hace 4 años
usb_flightsim.h USB Flightsim for Teensy 4 hace 4 años
usb_inst.cpp T4 Yield speedups by knowing if default serialEventX hace 4 años
usb_joystick.c Workaround corrupted USB packets when status shows ready too soon hace 5 años
usb_joystick.h Add USB mouse & joystick for Teensy 4.0 hace 5 años
usb_keyboard.c Workaround corrupted USB packets when status shows ready too soon hace 5 años
usb_keyboard.h Add USB keyboard for Teensy 4.0 hace 5 años
usb_midi.c Add comments for USB MIDI 32 bit format data format hace 4 años
usb_midi.h Add USB MIDI (work in progress) for Teensy 4.0 hace 5 años
usb_mouse.c Workaround corrupted USB packets when status shows ready too soon hace 5 años
usb_mouse.h Add USB mouse & joystick for Teensy 4.0 hace 5 años
usb_names.h First commit, Teensy4 work-in-progress hace 6 años
usb_rawhid.c Fix size of arm_dcache_flush_delte on T4.x USB RAWHID hace 4 años
usb_rawhid.h RawHID tramsit on Teensy 4.0 hace 5 años
usb_seremu.c Add USB keyboard for Teensy 4.0 hace 5 años
usb_seremu.h Add USB keyboard for Teensy 4.0 hace 5 años
usb_serial.c Workaround for USB memory bandwidth at very slow CPU speeds hace 4 años
usb_serial.h Use names SerialUSB1 & SerialUSB2 for extra USB serial ports hace 4 años
usb_serial2.c Fix timer conflicts with USB Triple Serial on Teensy 4 hace 4 años
usb_serial3.c Fix timer conflicts with USB Triple Serial on Teensy 4 hace 4 años
usb_touch.c Added Contact Count to Teensy 4 USB Touchscreen hace 4 años
usb_touch.h Add USB touchscreen (work in progress) for Teensy 4.0 hace 5 años
wiring.h Add external memory allocation functions hace 4 años
wiring_private.h Add empty wiring_private.h, for compatibility with certain libraries hace 5 años
yield.cpp Fix/Add seralEventUSB1 and serialEventUSB2 hace 4 años