PaulStoffregen
|
731309bc07
|
Update comments, fixes #21
|
4 年之前 |
Paul Stoffregen
|
4f4c9abd85
|
Merge pull request #20 from FrankBoesing/patch-1
Fix wrong comment
|
4 年之前 |
Frank
|
5050a04673
|
Fix wrong comment
|
4 年之前 |
PaulStoffregen
|
876e80a8d4
|
Fix compiler warning
|
5 年之前 |
PaulStoffregen
|
20b2a6e696
|
All examples use pin 4 as default CS pin
|
5 年之前 |
PaulStoffregen
|
afc00aa788
|
Use polling for native SDIO - improves compatibility
|
5 年之前 |
PaulStoffregen
|
4ca861105f
|
Fix SD on SPI issues on IMXRT
|
5 年之前 |
PaulStoffregen
|
f23b145e95
|
BUILTIN_SDCARD define on IMXRT1062
|
5 年之前 |
Paul Stoffregen
|
e4b02fb1db
|
Merge pull request #18 from mjs513/master
Updated fir T40=-Beta2 and Builtin SD Card define
|
5 年之前 |
Mike S
|
4a6e3c12ce
|
Updated fir T40=-Beta2 Builtin SDcard
|
5 年之前 |
Paul Stoffregen
|
0fe064fab9
|
Merge pull request #17 from tsandmann/bugfixes/dma_alignment
check alignment for DMA buffers
|
5 年之前 |
Timo Sandmann
|
edc836b37d
|
check alignment for DMA buffers
|
5 年之前 |
PaulStoffregen
|
1371767443
|
Add comment about USE_TEENSY3_OPTIMIZED_CODE on Teensy 3.5 & 3.6
|
5 年之前 |
Paul Stoffregen
|
f1558bd07d
|
Merge pull request #15 from WMXZ-EU/master
Ported to T4b1
|
5 年之前 |
WMXZ-EU
|
3d18f19aaa
|
Ported to T4
-added T4 aware functions
-chenged transfer from polling to internal DMA (blocking mode)
|
5 年之前 |
WMXZ-EU
|
543cf825d0
|
Merge pull request #1 from PaulStoffregen/master
07_feb-2019
|
5 年之前 |
Paul Stoffregen
|
4e31b17044
|
Merge pull request #14 from FrankBoesing/T4-support
T4 support
|
5 年之前 |
Frank
|
b661c6825d
|
Update Sd2Card.cpp
|
5 年之前 |
Frank
|
6773d16a08
|
Update Sd2PinMap.h
|
5 年之前 |
Frank
|
07d6da6eec
|
Update Sd2Card.cpp
|
5 年之前 |
Paul Stoffregen
|
c1ae2b46f2
|
Merge pull request #11 from FrankBoesing/patch-1
add 256MHz
|
6 年之前 |
Frank
|
b5e7a827e7
|
add 256MHz
|
6 年之前 |
PaulStoffregen
|
fae843db09
|
Bump version to 1.2.2
|
6 年之前 |
PaulStoffregen
|
a6da621578
|
Fix timeouts
|
7 年之前 |
PaulStoffregen
|
e127e0d08b
|
Bump version to 1.2.0
|
7 年之前 |
PaulStoffregen
|
f992b77972
|
Bump version to 1.1.1 (for Arduino 1.8.4)
|
7 年之前 |
Paul Stoffregen
|
f4105ecf4e
|
Merge pull request #9 from FrankBoesing/patch-1
enable required Pullups in SDHC_ReleaseGPIO(void)
|
7 年之前 |
Frank
|
9c97cdaf2a
|
fix comments
|
7 年之前 |
Frank
|
cea34a24d8
|
enable required Pullups in SDHC_ReleaseGPIO(void)
|
7 年之前 |
PaulStoffregen
|
dba0390b2a
|
Bump version to 1.1.0
|
7 年之前 |
Paul Stoffregen
|
1f3077c475
|
Merge pull request #7 from FrankBoesing/master
Fix writes/reads >=64KB
|
7 年之前 |
Frank Bösing
|
b4f700fd08
|
Fix read >= 64KB
(attention, untested)
|
7 年之前 |
Frank Bösing
|
8db1e3ed1c
|
Fix writes >= 64KB
|
7 年之前 |
PaulStoffregen
|
e02764de2f
|
Even more startup clock cycles - clear any stale card state
|
7 年之前 |
PaulStoffregen
|
044452fc45
|
Fix SDIO clock config
|
7 年之前 |
PaulStoffregen
|
af803a9dbe
|
Improve SD card init on Teensy 3.5 & 3.6
|
7 年之前 |
PaulStoffregen
|
36ea5fac57
|
Fix detection of old SD cards on Teensy 3.5 & 3.6
|
8 年之前 |
PaulStoffregen
|
6a3293bd0b
|
Update comments in examples
|
8 年之前 |
PaulStoffregen
|
0d0d071957
|
Add support for Kinetis SDHC on Teensy 3.5 & 3.6
|
8 年之前 |
PaulStoffregen
|
4ae02baf25
|
More carefully balance chip select low/high
|
8 年之前 |
PaulStoffregen
|
e524fd7739
|
Delete even more never-used stuff
|
8 年之前 |
PaulStoffregen
|
88854a530a
|
Delete more leftover unused stuff
|
8 年之前 |
PaulStoffregen
|
48264458ef
|
Eliminate never-used partial block read
|
8 年之前 |
PaulStoffregen
|
d06b82c9ba
|
Remove never-used code
|
8 年之前 |
Paul Stoffregen
|
e356db9785
|
Merge pull request #4 from FrankBoesing/add-more-audio-shield-settings
Add more audio shield settings
|
8 年之前 |
Frank Bösing
|
5354cc649d
|
Adds more comments on how to use sd on teensy audio board
Adds more comments on how to use sd on teensy audio board
|
8 年之前 |
Frank Bösing
|
039b7ed20d
|
more teensy audio board settings
Adds more comments on how to use sd on teensy audio board
|
8 年之前 |
PaulStoffregen
|
8bf0af2af2
|
Remove unused FreeRam function
|
8 年之前 |
PaulStoffregen
|
7c52be1583
|
Update version to 1.0.8
|
8 年之前 |
PaulStoffregen
|
9398e3aadf
|
Add library.properties
|
8 年之前 |