60 Révisions (35be62a0dc5bb12b24bcd80a29b8aa2e2e2e35b3)

Auteur SHA1 Message Date
  Kurt Eckhardt d10dd99381 T4 - Default allow faster speeds... il y a 5 ans
  Kurt Eckhardt cdb4628d85 T4: Support legacy (pre SPI.transaction) methods il y a 5 ans
  Kurt Eckhardt 5831709faa T4 Pin configuration. il y a 5 ans
  Mike S 144703127d correction to SPI1 mux table il y a 5 ans
  Kurt Eckhardt e4d94d492a T4 - Require setting Input MUX values il y a 5 ans
  Kurt Eckhardt 76263b485f Teensy 4 Beta 2 - create SPI1 and maybe SPI2 il y a 5 ans
  Kurt Eckhardt 138f3b56ee T4 - Async updates - Hack for high memory... il y a 5 ans
  Kurt Eckhardt 7d6e395377 First pass - Teensy 4 Async transfer support il y a 5 ans
  Mike S 55b249b626 Added dummy end() function to SPI.ccp il y a 5 ans
  Kurt Eckhardt b635b03d1b T4 - Implement pinIsChipSelect and setCS il y a 5 ans
  Kurt Eckhardt 0447da43e2 T4- Switch to port() and hardware() like T3.x il y a 5 ans
  Kurt Eckhardt 458684098a T4 - Add some support for LSB/MSB and MODE il y a 5 ans
  xxxajk 49da4bd433 T4: Add missing usingInterrupt methods, fix transfer16 method. ALL: Add missing macro defines. il y a 5 ans
  Kurt Eckhardt f7b78fc5bc T4 SPI - Transfer(buf, retbuf, cnt) il y a 5 ans
  Kurt Eckhardt e4dc48c321 T4 - Use new SPI structure and Hardware data il y a 5 ans
  Kurt Eckhardt d80ed60712 T4 - put inital calls for check pins and set pins... il y a 5 ans
  PaulStoffregen 5d5cedfc0c Add minimumal IMXRT implementation il y a 5 ans
  PaulStoffregen 6313944bd4 Fix typo il y a 6 ans
  PaulStoffregen 8d59205728 Keep SPI0 pin config in sync with AVR SPI emulation il y a 7 ans
  Kurt Eckhardt c20bf368a5 Add SPI Buffer functions il y a 7 ans
  Kurt Eckhardt d1a1892695 Allow setMISO/setMOSI/setSCK - after begin il y a 7 ans
  Kurt Eckhardt 52812c04cd Enable Pins - can set more options il y a 7 ans
  PaulStoffregen 3f5108d197 Add pinIsMOSI(), pinIsMISO(), pinIsSCK() il y a 7 ans
  PaulStoffregen 70dc198a04 Unified SPIClass for Teensy LC (thanks KurtE) il y a 7 ans
  PaulStoffregen cad7201411 Use unified SPIClass for SPI1 & SPI2 on Teensy 3.5 & 3.6 il y a 7 ans
  PaulStoffregen a98c4fc42b Single SPIClass for Teensy 3.x il y a 7 ans
  PaulStoffregen b2dd72f634 Delete Arduino Due implementation il y a 7 ans
  PaulStoffregen 22b7dbd0d0 Fix transfer(buf, size) with LSBFIRST on Teensy 3.x il y a 7 ans
  PaulStoffregen 20f7bdcfbf Document special nature of setCS in comments il y a 8 ans
  Kurt Eckhardt 157095efe9 handle odd byte with option to PUSHR_CONT il y a 8 ans
  Kurt Eckhardt 9ea3dd95e6 Turning on the PUSHR_CONT removes gap il y a 8 ans
  Kurt Eckhardt 0257d0473e SPI Transfer(buf, cnt) use FIFO 16 bit il y a 8 ans
  Kurt Eckhardt c94fa644e8 Pin 45 is valid CS for SPI0 on new boards il y a 8 ans
  PaulStoffregen d1aff2a452 Extra pins are now always defined il y a 8 ans
  Kurt Eckhardt 5c68c3e5f0 USE SDCard pins for SPI1 il y a 8 ans
  Kurt Eckhardt ca644b291c Beta boards changed names il y a 8 ans
  Kurt Eckhardt 593c6782e9 SPI2 Support il y a 8 ans
  Kurt Eckhardt db18d0b056 Oops - missed debug message il y a 8 ans
  max mc costa 20c0086c31 Add files via upload il y a 8 ans
  Kurt Eckhardt 17ffb0096c SPCR1 used in setDataMode il y a 8 ans
  Kurt Eckhardt 27116d575e SPI1 Missed updates to SIM_SCGC6 il y a 8 ans
  Kurt Eckhardt 4f13273546 Added SPI1 object for Teensy 3.5 test board il y a 8 ans
  PaulStoffregen 009ca8f984 Enable SPI1 on Teensy-LC il y a 9 ans
  PaulStoffregen e516ecc3ef Add SPI1 on Teensy-LC il y a 9 ans
  PaulStoffregen c8e19a33d2 Add support for Teensy-LC il y a 9 ans
  PaulStoffregen d0eca0a3f3 disable interrupts during usingInterrupt() on AVR il y a 10 ans
  PaulStoffregen 98a75fab09 Add notUsingInterrupt() il y a 10 ans
  PaulStoffregen af21fcd6a8 Add SPI_TRANSACTION_MISMATCH_LED option il y a 10 ans
  PaulStoffregen 4416fbe4fb Fix bugs on Arduino Due version il y a 10 ans
  PaulStoffregen c42a900006 Add interrupt masking for Teensy 3.x il y a 10 ans