df93a8a
(HEAD -> main)
initial dds package spec by
2021-02-12 22:47:39 -0800
3bcc541
fix dep includes by
2021-02-14 19:30:02 -0800
47515b1
move source & headers under src/sd by
2021-02-12 22:46:57 -0800
0ddfe52
Merge pull request #29 from FrankBoesing/patch-1 by
2020-12-11 06:21:52 -0800
e7695fc
SD.h: Fix -Woverflow for newer compilers. by
2020-12-11 12:51:35 +0100
9470853
Only undef FILE_READ & FILE_WRITE if they did not come from FS.h by
2020-12-02 04:03:14 -0800
030244e
Support open with FILE_WRITE_BEGIN mode by
2020-11-17 18:52:50 -0800
fa84ee5
Enforce File derived class rules by
2020-11-17 14:19:20 -0800
fcd678d
Add truncate(size) by
2020-11-17 10:07:15 -0800
aa7f27f
Support for files larger than 4GB by
2020-11-15 07:38:35 -0800
fac1f95
Improve listfiles example by
2020-11-14 18:00:28 -0800
80b8277
Add MIT license header by
2020-11-14 06:16:03 -0800
9b52e7d
Add usedSize() and totalSize() by
2020-11-13 09:28:08 -0800
c5292ae
Add rename() by
2020-11-13 07:14:45 -0800
c74906e
Fix reading with FILE_WRITE mode by
2020-11-09 04:13:46 -0800
159feec
Default to 16 MHz SPI clock speed by
2020-11-03 06:28:11 -0800
52c44d7
Use SdFat's shared SPI mode by
2020-11-01 12:36:29 -0800
03071e9
Fix CardInfo with BUILTIN_SDCARD by
2020-11-01 05:12:08 -0800
50f0655
Limit memory use on Teensy 2.0 by
2020-11-01 02:27:30 -0800
7c6b4fa
Emulate Sd2Card & SdVolume for old CardInfo example by
2020-10-31 08:49:10 -0700
53870dd
Fix FILE_WRITE - seek to end of file at open by
2020-10-31 08:34:18 -0700
a4c5e44
Datalogger to run at 10 Hz rate by
2020-10-31 08:02:20 -0700
824a16e
Support BUILTIN_SDCARD by
2020-10-30 10:39:42 -0700
17d22be
Replace entire SD library with thin wrapper for SdFat by
2020-10-30 05:22:21 -0700
507dc71
File abstraction (work in progress) by
2020-10-29 11:55:45 -0700
2ef83ea
Update chip select comments to mention Teensy 4.1 by
2020-05-25 12:08:28 -0700
a4c9800
Add SD.begin() to be called more than once by
2020-04-24 05:20:14 -0700
f7c6002
Merge pull request #22 from rutmarti/master by
2020-04-04 19:42:15 -0700
39867e8
Use SPI library for Teensy LC by
2020-03-16 07:41:52 +0100
731309b
Update comments, fixes #21 by
2020-03-10 20:24:42 -0700
4f4c9ab
Merge pull request #20 from FrankBoesing/patch-1 by
2020-01-25 10:23:39 -0800
5050a04
Fix wrong comment by
2020-01-25 18:57:49 +0100
876e80a
Fix compiler warning by
2019-08-11 15:51:44 -0700
20b2a6e
All examples use pin 4 as default CS pin by
2019-08-11 15:44:52 -0700
afc00aa
Use polling for native SDIO - improves compatibility by
2019-08-11 15:12:29 -0700
4ca8611
Fix SD on SPI issues on IMXRT by
2019-04-26 06:11:41 -0700
f23b145
BUILTIN_SDCARD define on IMXRT1062 by
2019-04-23 14:21:31 -0700
e4b02fb
Merge pull request #18 from mjs513/master by
2019-04-23 14:19:20 -0700
4a6e3c1
Updated fir T40=-Beta2 Builtin SDcard by
2019-04-23 11:25:53 -0400
0fe064f
Merge pull request #17 from tsandmann/bugfixes/dma_alignment by
2019-03-17 15:07:53 -0700
edc836b
check alignment for DMA buffers by
2019-02-16 18:05:04 +0100
1371767
Add comment about USE_TEENSY3_OPTIMIZED_CODE on Teensy 3.5 & 3.6 by
2019-03-12 15:56:10 -0700
f1558bd
Merge pull request #15 from WMXZ-EU/master by
2019-02-08 10:17:12 -0800
3d18f19
Ported to T4 by
2019-02-08 09:10:45 +0100
543cf82
Merge pull request #1 from PaulStoffregen/master by
2019-02-07 20:50:53 +0100
4e31b17
Merge pull request #14 from FrankBoesing/T4-support by
2019-01-12 18:37:59 -0800
b661c68
Update Sd2Card.cpp by
2019-01-12 20:31:03 +0100
6773d16
Update Sd2PinMap.h by
2019-01-11 23:13:23 +0100
07d6da6
Update Sd2Card.cpp by
2019-01-11 23:11:23 +0100
c1ae2b4
Merge pull request #11 from FrankBoesing/patch-1 by
2018-11-09 14:20:25 -0800
b5e7a82
add 256MHz by
2018-11-09 21:44:37 +0100
fae843d
Bump version to 1.2.2 by
2018-01-17 15:24:30 -0800
a6da621
Fix timeouts by
2017-11-28 03:01:09 -0800
e127e0d
Bump version to 1.2.0 by
2017-11-28 02:22:11 -0800
f992b77
Bump version to 1.1.1 (for Arduino 1.8.4) by
2017-08-24 03:05:26 -0700
f4105ec
Merge pull request #9 from FrankBoesing/patch-1 by
2017-08-03 04:35:49 -0700
9c97cda
fix comments by
2017-08-03 13:18:58 +0200
cea34a2
enable required Pullups in SDHC_ReleaseGPIO(void) by
2017-08-03 13:12:52 +0200
dba0390
Bump version to 1.1.0 by
2017-06-19 18:15:00 -0700
1f3077c
Merge pull request #7 from FrankBoesing/master by
2017-05-02 02:51:57 -0700
b4f700f
Fix read >= 64KB by
2017-01-27 10:42:25 +0100
8db1e3e
Fix writes >= 64KB by
2017-01-27 10:34:28 +0100
e02764d
Even more startup clock cycles - clear any stale card state by
2017-01-15 17:51:18 -0800
044452f
Fix SDIO clock config by
2017-01-15 17:47:40 -0800
af803a9
Improve SD card init on Teensy 3.5 & 3.6 by
2017-01-15 15:07:19 -0800
36ea5fa
Fix detection of old SD cards on Teensy 3.5 & 3.6 by
2016-11-21 05:10:52 -0800
6a3293b
Update comments in examples by
2016-10-20 03:43:04 -0700
0d0d071
Add support for Kinetis SDHC on Teensy 3.5 & 3.6 by
2016-10-20 03:32:00 -0700
4ae02ba
More carefully balance chip select low/high by
2016-10-19 17:27:47 -0700
e524fd7
Delete even more never-used stuff by
2016-10-19 17:06:31 -0700
88854a5
Delete more leftover unused stuff by
2016-10-19 08:27:18 -0700
4826445
Eliminate never-used partial block read by
2016-10-19 08:08:49 -0700
d06b82c
Remove never-used code by
2016-10-19 07:42:54 -0700
e356db9
Merge pull request #4 from FrankBoesing/add-more-audio-shield-settings by
2016-08-04 14:02:45 -0700
5354cc6
Adds more comments on how to use sd on teensy audio board by
2016-08-04 22:21:56 +0200
039b7ed
more teensy audio board settings by
2016-08-04 22:21:25 +0200
8bf0af2
Remove unused FreeRam function by
2016-03-29 04:25:26 -0700
7c52be1
Update version to 1.0.8 by
2016-03-09 12:26:57 -0800
9398e3a
Add library.properties by
2016-03-07 07:43:11 -0800
9e18c05
Update comment about USE_TEENSY3_OPTIMIZED_CODE by
2016-02-25 09:12:54 -0800
60ada1c
Add hardware defs by
2016-02-02 16:16:41 -0800
24e6318
Delete unnecessary (and harmful) pinMode from examples by
2015-10-17 18:01:41 -0700
ded90cc
Only print card size in byte if under 32GB by
2015-08-24 13:17:21 -0700
d88be0a
Fix typos in CardInfo example by
2015-08-24 12:56:35 -0700
7285bbc
avoid timeout lock if millis() approaches 2^16 by
2015-08-24 12:53:44 -0700
c0149b2
Do not expose internal SD.root to sketches with SD.open("/") by
2015-08-09 06:19:46 -0700
d9c6f87
Change cache replacement algorithm to Least Recenrtly Used by
2015-08-07 19:37:41 -0700
c4530cb
Fix FAT16 detection by
2015-05-28 15:32:31 -0700
4a6c3e7
Detect FAT16 partition type by
2015-05-28 14:54:55 -0700
40b3790
Add pathname traversal in SD.open() by
2015-05-27 18:01:12 -0700
7946d0f
USE_TEENSY3_OPTIMIZED_CODE still isn't the default setting by
2015-05-26 17:57:26 -0700
f62f98c
Implement openNextFile for Teensy3 by
2015-05-26 17:56:37 -0700
b91b009
Add Teensy 3.x optimized code by
2015-04-16 03:45:27 -0700
ccb3d34
Update examples with chip select pin info by
2015-04-04 16:11:14 -0700
e643f24
Fix error on Teensy 2.0 & LC by
2015-04-04 15:58:36 -0700
238964e
Fix compiler warnings by
2015-04-01 07:05:48 -0700
6b0930b
Fix SPI transaction mismatch errors by
2014-11-20 18:24:57 -0800
841c84d
Default to 24 MHz clock on Teensy 3.x by
2014-09-22 04:54:22 -0700
1416d3a
Add SPI transaction support by
2014-07-30 05:03:14 -0700
5667704
Remove unused SOFTWARE_SPI code by
2014-07-30 04:04:28 -0700