You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaulStoffregen 938be5eaf7 Clear past transfer state when USB host does new enumeration 5 yıl önce
..
avr First commit, Teensy4 work-in-progress 6 yıl önce
debug Add NULL func to disable debug 5 yıl önce
util Add util headers 5 yıl önce
Arduino.h First commit, Teensy4 work-in-progress 6 yıl önce
AudioStream.cpp use .progmem 5 yıl önce
AudioStream.h Fix AudioStream 5 yıl önce
Blink.cc First commit, Teensy4 work-in-progress 6 yıl önce
Client.h First commit, Teensy4 work-in-progress 6 yıl önce
DMAChannel.cpp Add DMAChannel for IMXRT 5 yıl önce
DMAChannel.h Fix Bug - CSR_DONE be cleared to write the MAJORELINK or ESG bits 5 yıl önce
EventResponder.cpp Removed volatile tag on dummy var systick_safe_read 5 yıl önce
EventResponder.h First commit, Teensy4 work-in-progress 6 yıl önce
HardwareSerial.cpp Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 yıl önce
HardwareSerial.h Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 yıl önce
HardwareSerial1.cpp T4 serialEventN - Pass 1 before EventResponder 5 yıl önce
HardwareSerial2.cpp Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 yıl önce
HardwareSerial3.cpp T4 serialEventN - Pass 1 before EventResponder 5 yıl önce
HardwareSerial4.cpp T4 serialEventN - Pass 1 before EventResponder 5 yıl önce
HardwareSerial5.cpp T4 serialEventN - Pass 1 before EventResponder 5 yıl önce
HardwareSerial6.cpp T4 serialEventN - Pass 1 before EventResponder 5 yıl önce
HardwareSerial7.cpp T4 serialEventN - Pass 1 before EventResponder 5 yıl önce
HardwareSerial8.cpp Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 yıl önce
IPAddress.cpp Add IPAddress class 5 yıl önce
IPAddress.h First commit, Teensy4 work-in-progress 6 yıl önce
IntervalTimer.cpp use nullptr, no default 5 yıl önce
IntervalTimer.h IntervalTimer on imxrt 6 yıl önce
Makefile First commit, Teensy4 work-in-progress 6 yıl önce
Print.cpp add nullptr check 5 yıl önce
Print.h basic usb serial on imxrt 6 yıl önce
Printable.h First commit, Teensy4 work-in-progress 6 yıl önce
Server.h First commit, Teensy4 work-in-progress 6 yıl önce
Stream.cpp Update Stream.cpp 5 yıl önce
Stream.h First commit, Teensy4 work-in-progress 6 yıl önce
Tone.cpp Add tone function 5 yıl önce
Udp.h First commit, Teensy4 work-in-progress 6 yıl önce
WCharacter.h First commit, Teensy4 work-in-progress 6 yıl önce
WMath.cpp Import Wiring math functions 5 yıl önce
WProgram.h update FASTRUN 5 yıl önce
WString.cpp T4 - Missing Core files 5 yıl önce
WString.h First commit, Teensy4 work-in-progress 6 yıl önce
analog.c use .progmem 5 yıl önce
arm_common_tables.h Add arm_math.h (thanks Manitou) 5 yıl önce
arm_const_structs.h Add arm_math.h (thanks Manitou) 5 yıl önce
arm_math.h Add arm_math.h (thanks Manitou) 5 yıl önce
avr_emulation.h T4 - SPI avr_emulation - only enough for Adafruit_gfx... 5 yıl önce
avr_functions.h First commit, Teensy4 work-in-progress 6 yıl önce
binary.h First commit, Teensy4 work-in-progress 6 yıl önce
bootdata.c Dynamically partition ITCM & DTCM on IMXRT1062 5 yıl önce
clockspeed.c Implement set_arm_clock 6 yıl önce
core_cm7.h Add arm_math.h (thanks Manitou) 5 yıl önce
core_cmInstr.h Add arm_math.h (thanks Manitou) 5 yıl önce
core_id.h First commit, Teensy4 work-in-progress 6 yıl önce
core_pins.h Update pins 30 and 31 in core_pins.h 5 yıl önce
debugprintf.c Configure UART clock before use 6 yıl önce
delay.c Removed volatile tag on dummy var systick_safe_read 5 yıl önce
digital.c Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 yıl önce
elapsedMillis.h First commit, Teensy4 work-in-progress 6 yıl önce
imxrt.h Add IOMUXC registers for IMXRT1062 5 yıl önce
imxrt1052.ld Update linker scripts 5 yıl önce
imxrt1062.ld Dynamically partition ITCM & DTCM on IMXRT1062 5 yıl önce
interrupt.c use GPIO6..9 5 yıl önce
keylayouts.c Add keylayouts & USB timer defs 5 yıl önce
keylayouts.h First commit, Teensy4 work-in-progress 6 yıl önce
libc.c More syscall functions 5 yıl önce
math_helper.h Add AudioStream for T4 5 yıl önce
memcpy-armv7m.S fast memcpy/memset 5 yıl önce
memset.S fast memcpy/memset 5 yıl önce
new.cpp Fix C++ new/delete 5 yıl önce
nonstd.c Use USB serial number from Mac Address in fuses 6 yıl önce
pins_arduino.h Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 yıl önce
pwm.c Update digital & PWM for IMXRT1062 pins 5 yıl önce
startup.c Don't call printf_debug explicitly 5 yıl önce
tempmon.c use .progmem 5 yıl önce
usb.c Fix endpoint 0 receive notify 5 yıl önce
usb_desc.c Update USB descriptor for T4 beta #2 5 yıl önce
usb_desc.h USB serial receive on IMXRT 5 yıl önce
usb_dev.h Add USB Serial flush 5 yıl önce
usb_inst.cpp basic usb serial on imxrt 6 yıl önce
usb_names.h First commit, Teensy4 work-in-progress 6 yıl önce
usb_serial.c Clear past transfer state when USB host does new enumeration 5 yıl önce
usb_serial.h USB serial receive on IMXRT 5 yıl önce
wiring.h First commit, Teensy4 work-in-progress 6 yıl önce
wiring_private.h Add empty wiring_private.h, for compatibility with certain libraries 5 yıl önce
yield.cpp T4 serialEventN - Pass 1 before EventResponder 5 yıl önce