59 Révisions (3d18f19aaab3bc6b758135bdd0cb545527608c12)
 

Auteur SHA1 Message Date
  WMXZ-EU 3d18f19aaa Ported to T4 il y a 5 ans
  WMXZ-EU 543cf825d0
Merge pull request #1 from PaulStoffregen/master il y a 5 ans
  Paul Stoffregen 4e31b17044
Merge pull request #14 from FrankBoesing/T4-support il y a 5 ans
  Frank b661c6825d
Update Sd2Card.cpp il y a 5 ans
  Frank 6773d16a08
Update Sd2PinMap.h il y a 5 ans
  Frank 07d6da6eec
Update Sd2Card.cpp il y a 5 ans
  Paul Stoffregen c1ae2b46f2
Merge pull request #11 from FrankBoesing/patch-1 il y a 6 ans
  Frank b5e7a827e7
add 256MHz il y a 6 ans
  PaulStoffregen fae843db09 Bump version to 1.2.2 il y a 6 ans
  PaulStoffregen a6da621578 Fix timeouts il y a 7 ans
  PaulStoffregen e127e0d08b Bump version to 1.2.0 il y a 7 ans
  PaulStoffregen f992b77972 Bump version to 1.1.1 (for Arduino 1.8.4) il y a 7 ans
  Paul Stoffregen f4105ecf4e Merge pull request #9 from FrankBoesing/patch-1 il y a 7 ans
  Frank 9c97cdaf2a fix comments il y a 7 ans
  Frank cea34a24d8 enable required Pullups in SDHC_ReleaseGPIO(void) il y a 7 ans
  PaulStoffregen dba0390b2a Bump version to 1.1.0 il y a 7 ans
  Paul Stoffregen 1f3077c475 Merge pull request #7 from FrankBoesing/master il y a 7 ans
  Frank Bösing b4f700fd08 Fix read >= 64KB il y a 7 ans
  Frank Bösing 8db1e3ed1c Fix writes >= 64KB il y a 7 ans
  PaulStoffregen e02764de2f Even more startup clock cycles - clear any stale card state il y a 7 ans
  PaulStoffregen 044452fc45 Fix SDIO clock config il y a 7 ans
  PaulStoffregen af803a9dbe Improve SD card init on Teensy 3.5 & 3.6 il y a 7 ans
  PaulStoffregen 36ea5fac57 Fix detection of old SD cards on Teensy 3.5 & 3.6 il y a 8 ans
  PaulStoffregen 6a3293bd0b Update comments in examples il y a 8 ans
  PaulStoffregen 0d0d071957 Add support for Kinetis SDHC on Teensy 3.5 & 3.6 il y a 8 ans
  PaulStoffregen 4ae02baf25 More carefully balance chip select low/high il y a 8 ans
  PaulStoffregen e524fd7739 Delete even more never-used stuff il y a 8 ans
  PaulStoffregen 88854a530a Delete more leftover unused stuff il y a 8 ans
  PaulStoffregen 48264458ef Eliminate never-used partial block read il y a 8 ans
  PaulStoffregen d06b82c9ba Remove never-used code il y a 8 ans
  Paul Stoffregen e356db9785 Merge pull request #4 from FrankBoesing/add-more-audio-shield-settings il y a 8 ans
  Frank Bösing 5354cc649d Adds more comments on how to use sd on teensy audio board il y a 8 ans
  Frank Bösing 039b7ed20d more teensy audio board settings il y a 8 ans
  PaulStoffregen 8bf0af2af2 Remove unused FreeRam function il y a 8 ans
  PaulStoffregen 7c52be1583 Update version to 1.0.8 il y a 8 ans
  PaulStoffregen 9398e3aadf Add library.properties il y a 8 ans
  PaulStoffregen 9e18c05bdb Update comment about USE_TEENSY3_OPTIMIZED_CODE il y a 8 ans
  PaulStoffregen 60ada1cdf9 Add hardware defs il y a 8 ans
  PaulStoffregen 24e6318a5c Delete unnecessary (and harmful) pinMode from examples il y a 9 ans
  PaulStoffregen ded90cc4a6 Only print card size in byte if under 32GB il y a 9 ans
  PaulStoffregen d88be0a982 Fix typos in CardInfo example il y a 9 ans
  PaulStoffregen 7285bbce2d avoid timeout lock if millis() approaches 2^16 il y a 9 ans
  PaulStoffregen c0149b2429 Do not expose internal SD.root to sketches with SD.open("/") il y a 9 ans
  PaulStoffregen d9c6f87cee Change cache replacement algorithm to Least Recenrtly Used il y a 9 ans
  PaulStoffregen c4530cbc40 Fix FAT16 detection il y a 9 ans
  PaulStoffregen 4a6c3e7f31 Detect FAT16 partition type il y a 9 ans
  PaulStoffregen 40b37908ac Add pathname traversal in SD.open() il y a 9 ans
  PaulStoffregen 7946d0f6f5 USE_TEENSY3_OPTIMIZED_CODE still isn't the default setting il y a 9 ans
  PaulStoffregen f62f98c92d Implement openNextFile for Teensy3 il y a 9 ans
  PaulStoffregen b91b00957c Add Teensy 3.x optimized code il y a 9 ans