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.
Xenoamor 1d197b5b7f Update pins_teensy.c пре 9 година
..
avr Add license headers to AVR emulation header files пре 9 година
util Add emulation for AVR util/parity.h пре 10 година
Arduino.h Initial commit, version 1.17-rc1 пре 11 година
AudioStream.cpp Audio interrupt priority = 208 пре 10 година
AudioStream.h Someday Teensy-LC will have audio, but only 22 kHz sample rate пре 9 година
Client.h Initial commit, version 1.17-rc1 пре 11 година
DMAChannel.cpp Only 16 DMA channels are supported, even if more in hardware пре 9 година
DMAChannel.h Implement 16-Byte Burst Transfer Size пре 9 година
HardwareSerial.h RTS/CTS support for Serial1 on Teensy LC & 3.x (experimental) пре 9 година
HardwareSerial1.cpp Add serialEvent (USB) and serialEvent1-3 (serial) пре 10 година
HardwareSerial2.cpp Add serialEvent (USB) and serialEvent1-3 (serial) пре 10 година
HardwareSerial3.cpp Add serialEvent (USB) and serialEvent1-3 (serial) пре 10 година
IPAddress.cpp Fix compiler warnings пре 9 година
IPAddress.h Fix compiler warnings пре 9 година
IntervalTimer.cpp Initial support for Teensy-LC пре 10 година
IntervalTimer.h Initial support for Teensy-LC пре 10 година
Makefile Made the teensy3/Makefile completely Arduino independent. пре 9 година
Print.cpp All compiling with -std=c++0x on Teensy 3.x пре 9 година
Print.h Speedup print() on Teensy-LC пре 9 година
Printable.h Fix new/delete operators пре 11 година
SPIFIFO.h CS initialization corrected пре 9 година
Server.h Initial commit, version 1.17-rc1 пре 11 година
Stream.cpp Initial commit, version 1.17-rc1 пре 11 година
Stream.h Clean up trailing whitespace пре 10 година
Tone.cpp Improve tone(), always complete current cycle before change to new frequency пре 9 година
Udp.h Clean up trailing whitespace пре 10 година
WCharacter.h Clean up trailing whitespace пре 10 година
WConstants.h Initial commit, version 1.17-rc1 пре 11 година
WMath.cpp Initial commit, version 1.17-rc1 пре 11 година
WProgram.h More defs пре 9 година
WString.cpp Compile for either C++11 or C++0x пре 10 година
WString.h Compile for either C++11 or C++0x пре 10 година
analog.c More defs пре 9 година
arm_common_tables.h Clean up trailing whitespace пре 10 година
arm_math.h Clean up trailing whitespace пре 10 година
avr_emulation.cpp SPI pin configuration on Teensy-LC пре 9 година
avr_emulation.h More defs пре 9 година
avr_functions.h Remove functions already defined in the standard library пре 9 година
binary.h Initial commit, version 1.17-rc1 пре 11 година
core_cm4.h Clean up trailing whitespace пре 10 година
core_cm4_simd.h Initial commit, version 1.17-rc1 пре 11 година
core_cmInstr.h Initial commit, version 1.17-rc1 пре 11 година
core_id.h Initial commit, version 1.17-rc1 пре 11 година
core_pins.h Update core_pins.h пре 9 година
eeprom.c Add EEPROM emulation on Teensy-LC пре 10 година
elapsedMillis.h Clean up trailing whitespace пре 10 година
keylayouts.c Clean up trailing whitespace пре 10 година
keylayouts.h Add Serbian(Latin) keyboard layout пре 10 година
kinetis.h Get enabled NVIC ISR's пре 9 година
main.cpp Update Makefile пре 9 година
math_helper.c Initial commit, version 1.17-rc1 пре 11 година
math_helper.h Clean up trailing whitespace пре 10 година
memcpy-armv7m.S More defs пре 9 година
memset.S Only use memset.S with -Os, C lib is faster with -O пре 9 година
mk20dx128.c Even more defs пре 9 година
mk20dx128.h backwards compatibility for mk20dx128.h пре 10 година
mk20dx128.ld Add __bss_start__ and __bss_end__, improves compatibility with other software пре 9 година
mk20dx256.ld Add __bss_start__ and __bss_end__, improves compatibility with other software пре 9 година
mk64fx512.ld Add more register defs & PLL config пре 9 година
mk66fx1m0.ld Add __bss_start__ and __bss_end__, improves compatibility with other software пре 9 година
mkl26z64.ld Add __bss_start__ and __bss_end__, improves compatibility with other software пре 9 година
new.cpp Fix new/delete operators пре 11 година
new.h Clean up trailing whitespace пре 10 година
nonstd.c use float version of fcvt пре 9 година
pins_arduino.h More defs пре 9 година
pins_teensy.c Update pins_teensy.c пре 9 година
ser_print.c Initial support for Teensy-LC пре 10 година
ser_print.h Initial support for Teensy-LC пре 10 година
serial1.c Teensy-LC doesn't support CTS, so disable its code пре 9 година
serial1_doughboy.txt Add doughboy's alternate serial1 code (for reference only, not used yet) пре 9 година
serial2.c Teensy-LC doesn't support CTS, so disable its code пре 9 година
serial3.c Teensy-LC doesn't support CTS, so disable its code пре 9 година
touch.c Even more defs пре 9 година
usb_desc.c Begin work on MTP Disk пре 9 година
usb_desc.h Fix NUM_ENDPOINTS on RawHID, fixes #108 пре 9 година
usb_dev.c Report Serial bool operator true only after 25 ms пре 9 година
usb_dev.h Report Serial bool operator true only after 25 ms пре 9 година
usb_flightsim.cpp Bugfixes and comments пре 9 година
usb_flightsim.h Bugfixes and comments пре 9 година
usb_inst.cpp Fix for IDE Menu option "NO USB" @ F_CPU <= 16MHz LC/T3.x пре 9 година
usb_joystick.c Even more defs пре 9 година
usb_joystick.h Fix more compiler warnings пре 9 година
usb_keyboard.c Even more defs пре 9 година
usb_keyboard.h Simplify customizing USB - no longer need to edit interface .h files пре 10 година
usb_mem.c Use enum for IRQ numbers, rename mk20dx128.h to kinetis.h пре 10 година
usb_mem.h Clean up trailing whitespace пре 10 година
usb_midi.c Even more defs пре 9 година
usb_midi.h Added full support for Midi Time Codes and Real Time messages пре 9 година
usb_mouse.c Even more defs пре 9 година
usb_mouse.h Simplify customizing USB - no longer need to edit interface .h files пре 10 година
usb_mtp.c Begin work on MTP Disk пре 9 година
usb_mtp.h Begin work on MTP Disk пре 9 година
usb_names.h Clean up trailing whitespace пре 10 година
usb_rawhid.c Opps, fix compile for slow speeds пре 10 година
usb_rawhid.h Simplify customizing USB - no longer need to edit interface .h files пре 10 година
usb_seremu.c Even more defs пре 9 година
usb_seremu.h Simplify customizing USB - no longer need to edit interface .h files пре 10 година
usb_serial.c Even more defs пре 9 година
usb_serial.h Report Serial bool operator true only after 25 ms пре 9 година
usb_undef.h Begin work on MTP Disk пре 9 година
wiring.h Improve wiring macros пре 10 година
wiring_private.h Initial commit, version 1.17-rc1 пре 11 година
yield.cpp Add serialEvent (USB) and serialEvent1-3 (serial) пре 10 година