Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Kurt Eckhardt 4f24f25a32 Main loop - call yield - yield can call SerialEvent 5 lat temu
..
avr Add eeprom support for imxrt 5 lat temu
debug Add NULL func to disable debug 5 lat temu
util Add util headers 5 lat temu
Arduino.h First commit, Teensy4 work-in-progress 6 lat temu
AudioStream.cpp use .progmem 5 lat temu
AudioStream.h Fix AudioStream 5 lat temu
Blink.cc First commit, Teensy4 work-in-progress 6 lat temu
Client.h First commit, Teensy4 work-in-progress 6 lat temu
DMAChannel.cpp Add DMAChannel for IMXRT 5 lat temu
DMAChannel.h Fix Bug - CSR_DONE be cleared to write the MAJORELINK or ESG bits 5 lat temu
EventResponder.cpp Removed volatile tag on dummy var systick_safe_read 5 lat temu
EventResponder.h First commit, Teensy4 work-in-progress 6 lat temu
HardwareSerial.cpp Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 lat temu
HardwareSerial.h Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 lat temu
HardwareSerial1.cpp T4 serialEventN - Pass 1 before EventResponder 5 lat temu
HardwareSerial2.cpp Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 lat temu
HardwareSerial3.cpp T4 serialEventN - Pass 1 before EventResponder 5 lat temu
HardwareSerial4.cpp T4 serialEventN - Pass 1 before EventResponder 5 lat temu
HardwareSerial5.cpp T4 serialEventN - Pass 1 before EventResponder 5 lat temu
HardwareSerial6.cpp T4 serialEventN - Pass 1 before EventResponder 5 lat temu
HardwareSerial7.cpp T4 serialEventN - Pass 1 before EventResponder 5 lat temu
HardwareSerial8.cpp Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 lat temu
IPAddress.cpp Add IPAddress class 5 lat temu
IPAddress.h First commit, Teensy4 work-in-progress 6 lat temu
IntervalTimer.cpp use nullptr, no default 5 lat temu
IntervalTimer.h IntervalTimer on imxrt 6 lat temu
Makefile First commit, Teensy4 work-in-progress 6 lat temu
Print.cpp add nullptr check 5 lat temu
Print.h basic usb serial on imxrt 6 lat temu
Printable.h First commit, Teensy4 work-in-progress 6 lat temu
Server.h First commit, Teensy4 work-in-progress 6 lat temu
Stream.cpp Update Stream.cpp 5 lat temu
Stream.h First commit, Teensy4 work-in-progress 6 lat temu
Tone.cpp Add tone function 5 lat temu
Udp.h First commit, Teensy4 work-in-progress 6 lat temu
WCharacter.h First commit, Teensy4 work-in-progress 6 lat temu
WMath.cpp Import Wiring math functions 5 lat temu
WProgram.h update FASTRUN 5 lat temu
WString.cpp T4 - Missing Core files 5 lat temu
WString.h First commit, Teensy4 work-in-progress 6 lat temu
analog.c use .progmem 5 lat temu
arm_common_tables.h Add arm_math.h (thanks Manitou) 5 lat temu
arm_const_structs.h Add arm_math.h (thanks Manitou) 5 lat temu
arm_math.h Add arm_math.h (thanks Manitou) 5 lat temu
avr_emulation.h T4 - SPI avr_emulation - only enough for Adafruit_gfx... 5 lat temu
avr_functions.h First commit, Teensy4 work-in-progress 6 lat temu
binary.h First commit, Teensy4 work-in-progress 6 lat temu
bootdata.c Dynamically partition ITCM & DTCM on IMXRT1062 5 lat temu
clockspeed.c Implement set_arm_clock 6 lat temu
core_cm7.h Add arm_math.h (thanks Manitou) 5 lat temu
core_cmInstr.h Add arm_math.h (thanks Manitou) 5 lat temu
core_id.h First commit, Teensy4 work-in-progress 6 lat temu
core_pins.h Update pins 30 and 31 in core_pins.h 5 lat temu
debugprintf.c Configure UART clock before use 6 lat temu
delay.c Removed volatile tag on dummy var systick_safe_read 5 lat temu
digital.c Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 lat temu
eeprom.c fix eeprom issues after cold boot 5 lat temu
elapsedMillis.h First commit, Teensy4 work-in-progress 6 lat temu
imxrt.h Add RTC functions 5 lat temu
imxrt1052.ld Update linker scripts 5 lat temu
imxrt1062.ld Dynamically partition ITCM & DTCM on IMXRT1062 5 lat temu
interrupt.c use GPIO6..9 5 lat temu
keylayouts.c Add keylayouts & USB timer defs 5 lat temu
keylayouts.h First commit, Teensy4 work-in-progress 6 lat temu
libc.c More syscall functions 5 lat temu
math_helper.h Add AudioStream for T4 5 lat temu
memcpy-armv7m.S fast memcpy/memset 5 lat temu
memset.S fast memcpy/memset 5 lat temu
new.cpp Fix C++ new/delete 5 lat temu
nonstd.c Use USB serial number from Mac Address in fuses 6 lat temu
pins_arduino.h Add SD Cards as IO pins - plus fix Serial2 and Serial8 for T4 B2 5 lat temu
pwm.c Update digital & PWM for IMXRT1062 pins 5 lat temu
rtc.c Add RTC functions 5 lat temu
startup.c Main loop - call yield - yield can call SerialEvent 5 lat temu
tempmon.c use .progmem 5 lat temu
usb.c Fix endpoint 0 receive notify 5 lat temu
usb_desc.c Update USB descriptor for T4 beta #2 5 lat temu
usb_desc.h USB serial receive on IMXRT 5 lat temu
usb_dev.h Add USB Serial flush 5 lat temu
usb_inst.cpp Main loop - call yield - yield can call SerialEvent 5 lat temu
usb_names.h First commit, Teensy4 work-in-progress 6 lat temu
usb_serial.c Clear past transfer state when USB host does new enumeration 5 lat temu
usb_serial.h Main loop - call yield - yield can call SerialEvent 5 lat temu
wiring.h First commit, Teensy4 work-in-progress 6 lat temu
wiring_private.h Add empty wiring_private.h, for compatibility with certain libraries 5 lat temu
yield.cpp Main loop - call yield - yield can call SerialEvent 5 lat temu