Teensy 4.1 core updated for C++20
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 b6e446f6ae Add AudioStream for T4 5 yıl önce
..
avr First commit, Teensy4 work-in-progress 6 yıl önce
debug Add NULL func to disable debug 6 yıl önce
util Add util headers 6 yıl önce
Arduino.h First commit, Teensy4 work-in-progress 6 yıl önce
AudioStream.cpp Add AudioStream for T4 5 yıl önce
AudioStream.h Add AudioStream for T4 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 6 yıl önce
DMAChannel.h Fix Bug - CSR_DONE be cleared to write the MAJORELINK or ESG bits 6 yıl önce
EventResponder.cpp Removed volatile tag on dummy var systick_safe_read 6 yıl önce
EventResponder.h First commit, Teensy4 work-in-progress 6 yıl önce
HardwareSerial.cpp T4 - setTX with open drain mode. 6 yıl önce
HardwareSerial.h T4 serialEventN - Pass 1 before EventResponder 6 yıl önce
HardwareSerial1.cpp T4 serialEventN - Pass 1 before EventResponder 6 yıl önce
HardwareSerial2.cpp T4 serialEventN - Pass 1 before EventResponder 6 yıl önce
HardwareSerial3.cpp T4 serialEventN - Pass 1 before EventResponder 6 yıl önce
HardwareSerial4.cpp T4 serialEventN - Pass 1 before EventResponder 6 yıl önce
HardwareSerial5.cpp T4 serialEventN - Pass 1 before EventResponder 6 yıl önce
HardwareSerial6.cpp T4 serialEventN - Pass 1 before EventResponder 6 yıl önce
HardwareSerial7.cpp T4 serialEventN - Pass 1 before EventResponder 6 yıl önce
HardwareSerial8.cpp T4 serialEventN - Pass 1 before EventResponder 6 yıl önce
IPAddress.cpp Add IPAddress class 6 yıl önce
IPAddress.h First commit, Teensy4 work-in-progress 6 yıl önce
IntervalTimer.cpp use nullptr, no default 6 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 6 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 6 yıl önce
Stream.h First commit, Teensy4 work-in-progress 6 yıl önce
Tone.cpp Add tone function 6 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 6 yıl önce
WProgram.h update FASTRUN 6 yıl önce
WString.cpp T4 - Missing Core files 6 yıl önce
WString.h First commit, Teensy4 work-in-progress 6 yıl önce
analog.c Fix compiler warnings 6 yıl önce
arm_common_tables.h Add arm_math.h (thanks Manitou) 6 yıl önce
arm_const_structs.h Add arm_math.h (thanks Manitou) 6 yıl önce
arm_math.h Add arm_math.h (thanks Manitou) 6 yıl önce
avr_emulation.h T4 - SPI avr_emulation - only enough for Adafruit_gfx... 6 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 More conservative flash startup parameters 6 yıl önce
clockspeed.c Implement set_arm_clock 6 yıl önce
core_cm7.h Add arm_math.h (thanks Manitou) 6 yıl önce
core_cmInstr.h Add arm_math.h (thanks Manitou) 6 yıl önce
core_id.h First commit, Teensy4 work-in-progress 6 yıl önce
core_pins.h Update core_pins.h 6 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 6 yıl önce
digital.c Delete extra / old copy of pinMode 6 yıl önce
elapsedMillis.h First commit, Teensy4 work-in-progress 6 yıl önce
imxrt.h more defs 5 yıl önce
imxrt.ld alignment 6 yıl önce
interrupt.c Add attachInterrupt 6 yıl önce
keylayouts.h First commit, Teensy4 work-in-progress 6 yıl önce
libc.c More syscall functions 6 yıl önce
math_helper.h Add AudioStream for T4 5 yıl önce
memcpy-armv7m.S fast memcpy/memset 6 yıl önce
memset.S fast memcpy/memset 6 yıl önce
new.cpp Fix C++ new/delete 6 yıl önce
nonstd.c Use USB serial number from Mac Address in fuses 6 yıl önce
pins_arduino.h Fix I/O register macros 6 yıl önce
pwm.c Update pwm.c 6 yıl önce
startup.c Merge pull request #345 from Defragster/patch-2 5 yıl önce
tempmon.c Add tempmon, fixes #323 6 yıl önce
usb.c Fix compiler warnings 6 yıl önce
usb_desc.c Use USB serial number from Mac Address in fuses 6 yıl önce
usb_desc.h First commit, Teensy4 work-in-progress 6 yıl önce
usb_dev.h Use USB serial number from Mac Address in fuses 6 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 Fix compiler warnings 6 yıl önce
usb_serial.h First commit, Teensy4 work-in-progress 6 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 6 yıl önce
yield.cpp T4 serialEventN - Pass 1 before EventResponder 6 yıl önce