1366 Commits (1064e48373ee0304f20acd620682faff50f98aee)
 

Author SHA1 Message Date
  PaulStoffregen fa1c5a1bca Add dummy DCD to IVT bootdata 4 years ago
  PaulStoffregen d2a8c6e0ff Don't clobber HAB logfile in OCRAM 4 years ago
  PaulStoffregen 08b835afb8 Update imxrt.h comments for latest reference manual 4 years ago
  Paul Stoffregen b1ba387580
Merge pull request #486 from KurtE/rawhid_cache_delete_size 4 years ago
  Kurt Eckhardt 6de57f23e8 Fix size of arm_dcache_flush_delte on T4.x USB RAWHID 4 years ago
  Paul Stoffregen 784bf775c8
Merge pull request #483 from jonbakke/patch-1 4 years ago
  jonbakke 18edc30616
usb.c: ISR(USB_COM_vect): unused variable removed 4 years ago
  PaulStoffregen d0d1177153 Fix AudioProcessorUsage() on Teensy LC 4 years ago
  PaulStoffregen b1ece93f8b Default to using 44.1 kHz sample rate on Teensy LC 4 years ago
  PaulStoffregen 9357593567 Fix USB BDT clear at startup on Teensy 3.x 4 years ago
  PaulStoffregen a7d9bac652 Fix compiler warning 4 years ago
  PaulStoffregen 9c0f703625 Add digitalToggle support on Teensy 2.0 4 years ago
  PaulStoffregen 2edf137d51 Add pin toggle defines for Teensy LC, 3.0, 3.1, 3.2 4 years ago
  PaulStoffregen ec13d5b31a Remane addStorage to addMemory 4 years ago
  PaulStoffregen 48d2f63b04 Fix compile error on Teensy 4.0 4 years ago
  Paul Stoffregen f57a0b9296
Merge pull request #479 from KurtE/T4x-digitalToggleFast 4 years ago
  Kurt Eckhardt 7785c42ace Add digitalToggleFast for T4.x... 4 years ago
  Paul Stoffregen d9f3766d7c
Merge pull request #221 from awesomenesser/master 4 years ago
  PaulStoffregen b7343056e1 Add comment with known usage of timers 4 years ago
  PaulStoffregen fdb45e3fe3 Add comment about known incompatibility with smaller audio block size 4 years ago
  PaulStoffregen 232ace26ff Fix numerical overflow in audio CPU usage measurement 4 years ago
  PaulStoffregen c9e3cc0dae Add TRNG defines 4 years ago
  Paul Stoffregen cc025d05bd
Merge pull request #477 from KurtE/serialEventUSB1_serialEventUSB2 4 years ago
  Paul Stoffregen c087b19215
Merge pull request #426 from KurtE/T4_HardwareSerial_Grab_from_fifo 4 years ago
  PaulStoffregen 2f8568659c Improve C++ STL support on Teensy 4.x 4 years ago
  PaulStoffregen 607f4bd229 Add MIDIUSB.h compatibility for Teensy 4.0 4 years ago
  PaulStoffregen 0db1c3b2da Add include pgmspace.h compatability for Teensy 4.0 4 years ago
  Kurt Eckhardt 9a54ab1fde Fix/Add seralEventUSB1 and serialEventUSB2 4 years ago
  Paul Stoffregen b1f56c7d54
Merge pull request #474 from KurtE/eventResponder_reduce_overhead 4 years ago
  Kurt Eckhardt 0bf9e0f55c T4 HardwareSerial - Fix SerialEventX code 4 years ago
  Kurt Eckhardt 2954ed6425 T3.x(LC) - yield and eventResponder speedups if not used 4 years ago
  Kurt Eckhardt 93478dfb3c T4 Yield speedups by knowing if default serialEventX 4 years ago
  Paul Stoffregen 9479819000
Merge pull request #475 from nitz/patch-1 4 years ago
  Chris Dailey 976406ee6b
Fix macro typo in imxrt for HW_OCOTP_MEM1. 4 years ago
  Kurt Eckhardt 31c199b0b2 Reduce EventResponder overhead on systic and yield 4 years ago
  PaulStoffregen e5a9b19465 Workaround for USB memory bandwidth at very slow CPU speeds 4 years ago
  PaulStoffregen 9f7a6e426d Add comment about forcing 12 Mbit/sec USB on Teensy 4.x 4 years ago
  PaulStoffregen 6cbabcd3c7 Use strong drive and hysteresis for FlexSPI2 pins 4 years ago
  PaulStoffregen 1889c06e56 Fix FlexSPI2 speed setting, default to 88 MHz clock 4 years ago
  PaulStoffregen a41500ec8e Add external_psram_size to inform libraries of available PSRAM 4 years ago
  PaulStoffregen ebbd8e777e Add EXTMEM keyword 4 years ago
  PaulStoffregen 0ac84cfcbf Initialize PSRAM chips at startup on Teensy 4.1 4 years ago
  PaulStoffregen 7f73fd0b25 Add dummy Mouse.h on Teensy 4, for Arduino compatibility 4 years ago
  PaulStoffregen 5202353f1b Add dummy Keyboard.h on Teensy 4, for Arduino compatibility 4 years ago
  PaulStoffregen bef18c9869 Pad DMAMEM to 32 byte cache line size 4 years ago
  PaulStoffregen e93972e151 Fix ADC config 4 years ago
  PaulStoffregen 9e727f9e4c Fix ADC_ETC defines 4 years ago
  Paul Stoffregen 10adbfe322
Merge pull request #469 from FrankBoesing/patch-8 4 years ago
  Frank 113947c508
Add recommended 24MHz crystal setting 4 years ago
  Paul Stoffregen e813c3ba37
Merge pull request #468 from KurtE/T4.x_SerialX_setRX/set_TX-bug 4 years ago