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