383 コミット (08b835afb8bc4e3adc5b0173b88c20c69abde2a1)

作成者 SHA1 メッセージ 日付
  PaulStoffregen 08b835afb8 Update imxrt.h comments for latest reference manual 4年前
  Kurt Eckhardt 6de57f23e8 Fix size of arm_dcache_flush_delte on T4.x USB RAWHID 4年前
  PaulStoffregen a7d9bac652 Fix compiler warning 5年前
  PaulStoffregen ec13d5b31a Remane addStorage to addMemory 5年前
  PaulStoffregen 48d2f63b04 Fix compile error on Teensy 4.0 5年前
  Kurt Eckhardt 7785c42ace Add digitalToggleFast for T4.x... 5年前
  PaulStoffregen b7343056e1 Add comment with known usage of timers 5年前
  PaulStoffregen fdb45e3fe3 Add comment about known incompatibility with smaller audio block size 5年前
  PaulStoffregen 232ace26ff Fix numerical overflow in audio CPU usage measurement 5年前
  PaulStoffregen c9e3cc0dae Add TRNG defines 5年前
  PaulStoffregen 2f8568659c Improve C++ STL support on Teensy 4.x 5年前
  PaulStoffregen 607f4bd229 Add MIDIUSB.h compatibility for Teensy 4.0 5年前
  PaulStoffregen 0db1c3b2da Add include pgmspace.h compatability for Teensy 4.0 5年前
  Kurt Eckhardt 9a54ab1fde Fix/Add seralEventUSB1 and serialEventUSB2 5年前
  Kurt Eckhardt 0bf9e0f55c T4 HardwareSerial - Fix SerialEventX code 5年前
  Kurt Eckhardt 93478dfb3c T4 Yield speedups by knowing if default serialEventX 5年前
  Chris Dailey 976406ee6b
Fix macro typo in imxrt for HW_OCOTP_MEM1. 5年前
  Kurt Eckhardt 31c199b0b2 Reduce EventResponder overhead on systic and yield 5年前
  PaulStoffregen e5a9b19465 Workaround for USB memory bandwidth at very slow CPU speeds 5年前
  PaulStoffregen 9f7a6e426d Add comment about forcing 12 Mbit/sec USB on Teensy 4.x 5年前
  PaulStoffregen 6cbabcd3c7 Use strong drive and hysteresis for FlexSPI2 pins 5年前
  PaulStoffregen 1889c06e56 Fix FlexSPI2 speed setting, default to 88 MHz clock 5年前
  PaulStoffregen a41500ec8e Add external_psram_size to inform libraries of available PSRAM 5年前
  PaulStoffregen 0ac84cfcbf Initialize PSRAM chips at startup on Teensy 4.1 5年前
  PaulStoffregen 7f73fd0b25 Add dummy Mouse.h on Teensy 4, for Arduino compatibility 5年前
  PaulStoffregen 5202353f1b Add dummy Keyboard.h on Teensy 4, for Arduino compatibility 5年前
  PaulStoffregen bef18c9869 Pad DMAMEM to 32 byte cache line size 5年前
  PaulStoffregen e93972e151 Fix ADC config 5年前
  PaulStoffregen 9e727f9e4c Fix ADC_ETC defines 5年前
  Frank 113947c508
Add recommended 24MHz crystal setting 5年前
  PaulStoffregen 536aa0ae13 Fix rtc_set on Teensy 4.0 (thanks blackketter) 5年前
  PaulStoffregen 3e23a7d14a Document case in USB CDC code, fixes #467 5年前
  Kurt Eckhardt 8683ecc4de There were some issues in the setRX and setTX functions for T4,x 5年前
  Kurt Eckhardt 72ed1825e1 T4.x CTS pins - T4.1 add memory chip area to Serial ports. 5年前
  Frank 40af196b75
Update nonstd.c 5年前
  Frank 3faa68520a
Update pwm.c 5年前
  Frank ee0c914797
Update Stream.cpp 5年前
  Frank bf5b36c9ec
fix double promotion 5年前
  PaulStoffregen adecf720cc Add comment about MPU allocation order 5年前
  widdly b351a2ce73 Fix USB Midi 16 serial audio descriptor 5年前
  widdly 2512134dae fix descriptor for teensy 4 usb audio midi serial 5年前
  PaulStoffregen 646f2f8697 Update page number in comments 5年前
  Frank 0ce9412e25
more efficient 5年前
  Frank d1ec70aed4
usb.c / interrupt - callbacks use ctz() 5年前
  Kurt Eckhardt 240be67f83 Teensy 4.x - SerialUSB1 and SerialUSB2 objects created. 5年前
  Kurt Eckhardt e35ce09017 T4.x RAWHID remove compiler warning. 5年前
  Kurt Eckhardt 5554edbdf5 Update RAW HID TX buffer to be in DMAMEM 5年前
  Kurt Eckhardt da22bfd892 RX with 4 transfers using similar code to seremu 5年前
  Frank 9eb7bfe6c9
Arduino-Comaptibilitly: digitalWrite controls pullup/pulldown in input mode 5年前
  Frank 18e40cb8d3
Fix Macro clockCyclesPerMicrosecond 5年前