Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
John Robinson efeb0ee82c
move IRQ enable/disable into separate header
3 anos atrás
..
avr MicroMod support 4 anos atrás
debug Allow cores\teensy4 printf debug optionally go to USB 3 anos atrás
util Add util headers 5 anos atrás
Arduino.h First commit, Teensy4 work-in-progress 6 anos atrás
AudioStream.cpp Fix numerical overflow in audio CPU usage measurement 4 anos atrás
AudioStream.h Add comment about known incompatibility with smaller audio block size 4 anos atrás
Blink.cc First commit, Teensy4 work-in-progress 6 anos atrás
Client.h First commit, Teensy4 work-in-progress 6 anos atrás
DMAChannel.cpp Add DMAChannel for IMXRT 5 anos atrás
DMAChannel.h Update DMAChannel.h 4 anos atrás
EventResponder.cpp Fix/Add seralEventUSB1 and serialEventUSB2 4 anos atrás
EventResponder.h Reduce EventResponder overhead on systic and yield 4 anos atrás
FS.h FS class is abstract, use pure virtual functions 4 anos atrás
HardwareSerial.cpp Update HardwareSerial.cpp 4 anos atrás
HardwareSerial.h HardwareSerial Half duplex add SERIAL_8N1_HALF_DUPLEX 4 anos atrás
HardwareSerial1.cpp T3.x,T4.x LC Serial half duplex support 4 anos atrás
HardwareSerial2.cpp T4 HardwareSerial - Fix SerialEventX code 4 anos atrás
HardwareSerial3.cpp T4 HardwareSerial - Fix SerialEventX code 4 anos atrás
HardwareSerial4.cpp T4 HardwareSerial - Fix SerialEventX code 4 anos atrás
HardwareSerial5.cpp T4 HardwareSerial - Fix SerialEventX code 4 anos atrás
HardwareSerial6.cpp T4 HardwareSerial - Fix SerialEventX code 4 anos atrás
HardwareSerial7.cpp T4 HardwareSerial - Fix SerialEventX code 4 anos atrás
HardwareSerial8.cpp T4 HardwareSerial - Fix SerialEventX code 4 anos atrás
IPAddress.cpp Add IPAddress class 5 anos atrás
IPAddress.h First commit, Teensy4 work-in-progress 6 anos atrás
IntervalTimer.cpp use nullptr, no default 5 anos atrás
IntervalTimer.h fix double promotion 4 anos atrás
Keyboard.h Add dummy Keyboard.h on Teensy 4, for Arduino compatibility 4 anos atrás
MIDIUSB.h Add MIDIUSB.h compatibility for Teensy 4.0 4 anos atrás
Makefile Update sample Makefile for Teensy 4.x 4 anos atrás
Mouse.h Add dummy Mouse.h on Teensy 4, for Arduino compatibility 4 anos atrás
Print.cpp Support printing 64 bit integers 4 anos atrás
Print.h Support printing 64 bit integers 4 anos atrás
Printable.h Fix Printable.h with WiFiNANA lib on Teensy 4.0 (MichaelMeissner) 4 anos atrás
Server.h First commit, Teensy4 work-in-progress 6 anos atrás
Stream.cpp Update Stream.cpp 4 anos atrás
Stream.h First commit, Teensy4 work-in-progress 6 anos atrás
Tone.cpp Add tone function 5 anos atrás
Udp.h First commit, Teensy4 work-in-progress 6 anos atrás
WCharacter.h Avoid isascii() & toascii() 4 anos atrás
WMath.cpp Import Wiring math functions 5 anos atrás
WProgram.h USB audio on Teensy 4.0 (work in progress) 4 anos atrás
WString.cpp Never return NULL from String c_str() 4 anos atrás
WString.h Never return NULL from String c_str() 4 anos atrás
analog.c Fix ADC config 4 anos atrás
arm_common_tables.h Add arm_math.h (thanks Manitou) 5 anos atrás
arm_const_structs.h Add arm_math.h (thanks Manitou) 5 anos atrás
arm_math.h Add arm_math.h (thanks Manitou) 5 anos atrás
avr_emulation.h T4 - FIrst pass for T4 emulation of PORTB/C/D registers 5 anos atrás
avr_functions.h Check for STRICT_ANSI on non-standard functions, fixes #491 4 anos atrás
binary.h First commit, Teensy4 work-in-progress 6 anos atrás
bootdata.c Increase program memory clock speed 3 anos atrás
clockspeed.c Optimize micros() 5 anos atrás
core_cm7.h Add arm_math.h (thanks Manitou) 5 anos atrás
core_cmInstr.h Add arm_math.h (thanks Manitou) 5 anos atrás
core_id.h First commit, Teensy4 work-in-progress 6 anos atrás
core_pins.h MicroMod support 4 anos atrás
debugprintf.c Allow cores\teensy4 printf debug optionally go to USB 3 anos atrás
delay.c Fix comment re: systick 4 anos atrás
digital.c MicroMod support 4 anos atrás
eeprom.c fix flash_wait() 3 anos atrás
elapsedMillis.h First commit, Teensy4 work-in-progress 6 anos atrás
extmem.c Add external memory allocation functions 4 anos atrás
imxrt.h move IRQ enable/disable into separate header 3 anos atrás
imxrt1062.ld Allow programs to preserve HAB logged events without taking 8K from everyone 4 anos atrás
imxrt1062_mm.ld MicroMod support 4 anos atrás
imxrt1062_t41.ld Add _extram_start & _extram_end for Teensy 4.1 4 anos atrás
interrupt.c Fix for https://github.com/PaulStoffregen/cores/issues/499 4 anos atrás
irq.h move IRQ enable/disable into separate header 3 anos atrás
keylayouts.c Add keylayouts & USB timer defs 5 anos atrás
keylayouts.h First commit, Teensy4 work-in-progress 6 anos atrás
libc.c More syscall functions 5 anos atrás
main.cpp T4 - Can now handle sketches with main() instead of setup()/loop() 5 anos atrás
math_helper.h Add AudioStream for T4 5 anos atrás
memcpy-armv7m.S fast memcpy/memset 5 anos atrás
memset.S fast memcpy/memset 5 anos atrás
new.cpp Fix C++ new/delete 5 anos atrás
nonstd.c Update nonstd.c 4 anos atrás
pgmspace.h Add include pgmspace.h compatability for Teensy 4.0 4 anos atrás
pins_arduino.h MicroMod support 4 anos atrás
pwm.c Add comment on timer usage 3 anos atrás
rtc.c Fix rtc_set on Teensy 4.0 (thanks blackketter) 4 anos atrás
serialEvent.cpp T4 Yield speedups by knowing if default serialEventX 4 anos atrás
serialEvent1.cpp T4 Yield speedups by knowing if default serialEventX 4 anos atrás
serialEvent2.cpp T4 Yield speedups by knowing if default serialEventX 4 anos atrás
serialEvent3.cpp T4 Yield speedups by knowing if default serialEventX 4 anos atrás
serialEvent4.cpp T4 Yield speedups by knowing if default serialEventX 4 anos atrás
serialEvent5.cpp T4 Yield speedups by knowing if default serialEventX 4 anos atrás
serialEvent6.cpp T4 Yield speedups by knowing if default serialEventX 4 anos atrás
serialEvent7.cpp T4 Yield speedups by knowing if default serialEventX 4 anos atrás
serialEvent8.cpp T4 Yield speedups by knowing if default serialEventX 4 anos atrás
serialEventUSB1.cpp Fix/Add seralEventUSB1 and serialEventUSB2 4 anos atrás
serialEventUSB2.cpp Fix/Add seralEventUSB1 and serialEventUSB2 4 anos atrás
sm_alloc_valid.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_calloc.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_free.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_hash.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_malloc.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_malloc_stats.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_pool.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_realloc.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_realloc_i.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_realloc_move.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_szalloc.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_util.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
sm_zalloc.c Add smalloc from https://github.com/electrorys/smalloc 4 anos atrás
smalloc.h Add comment to smalloc.h 4 anos atrás
smalloc_i.h smalloc headers safe for C++ 4 anos atrás
startup.c add missing "WFI" 3 anos atrás
tempmon.c fix panic-temp power off 4 anos atrás
usb.c Update usb.c 4 anos atrás
usb_audio.cpp USB audio on Teensy 4.0 (mostly kinda working now) 4 anos atrás
usb_audio.h USB audio on Teensy 4.0 (work in progress) 4 anos atrás
usb_desc.c docs: fix simple typo, capbilities -> capabilities 3 anos atrás
usb_desc.h T3/T4.x MTP device descriptor - update endpoint and size 3 anos atrás
usb_dev.h T4 No USB Support 4 anos atrás
usb_flightsim.cpp USB Flightsim for Teensy 4 4 anos atrás
usb_flightsim.h USB Flightsim for Teensy 4 4 anos atrás
usb_inst.cpp T4 Yield speedups by knowing if default serialEventX 4 anos atrás
usb_joystick.c Workaround corrupted USB packets when status shows ready too soon 5 anos atrás
usb_joystick.h Add USB mouse & joystick for Teensy 4.0 5 anos atrás
usb_keyboard.c Workaround corrupted USB packets when status shows ready too soon 5 anos atrás
usb_keyboard.h Add USB keyboard for Teensy 4.0 5 anos atrás
usb_midi.c Add comments for USB MIDI 32 bit format data format 4 anos atrás
usb_midi.h Add USB MIDI (work in progress) for Teensy 4.0 5 anos atrás
usb_mouse.c Workaround corrupted USB packets when status shows ready too soon 5 anos atrás
usb_mouse.h Add USB mouse & joystick for Teensy 4.0 5 anos atrás
usb_mtp.c Create usb_mtp.c 4 anos atrás
usb_mtp.h Create usb_mtp.h 4 anos atrás
usb_names.h First commit, Teensy4 work-in-progress 6 anos atrás
usb_rawhid.c Fix size of arm_dcache_flush_delte on T4.x USB RAWHID 4 anos atrás
usb_rawhid.h RawHID tramsit on Teensy 4.0 5 anos atrás
usb_seremu.c Don't allow seremu auto flush while adding to transmit buffer 4 anos atrás
usb_seremu.h Support Serial boolean check for Serial Monitor with HID serial emulation 4 anos atrás
usb_serial.c Workaround for USB memory bandwidth at very slow CPU speeds 4 anos atrás
usb_serial.h T4 No USB Support 4 anos atrás
usb_serial2.c Fix timer conflicts with USB Triple Serial on Teensy 4 4 anos atrás
usb_serial3.c Fix timer conflicts with USB Triple Serial on Teensy 4 4 anos atrás
usb_touch.c Added Contact Count to Teensy 4 USB Touchscreen 4 anos atrás
usb_touch.h Add USB touchscreen (work in progress) for Teensy 4.0 5 anos atrás
wiring.h avoid clashing definition of round 3 anos atrás
wiring_private.h Add empty wiring_private.h, for compatibility with certain libraries 5 anos atrás
yield.cpp Fix/Add seralEventUSB1 and serialEventUSB2 4 anos atrás