Martin Rutschmann
39867e87cd
Use SPI library for Teensy LC
With this commit no direct register access to SPI hardware should be done anymore for Teensy LC. This is done in the same way as for Teensy 4. Additionally the USE_TEENSY4_SPI define was renamed to USE_SPI_LIB as it is now used for not only Teensy 4.
il y a 4 ans
PaulStoffregen
876e80a8d4
Fix compiler warning
il y a 5 ans
PaulStoffregen
afc00aa788
Use polling for native SDIO - improves compatibility
il y a 5 ans
PaulStoffregen
4ca861105f
Fix SD on SPI issues on IMXRT
il y a 5 ans
PaulStoffregen
f23b145e95
BUILTIN_SDCARD define on IMXRT1062
il y a 5 ans
Mike S
4a6e3c12ce
Updated fir T40=-Beta2 Builtin SDcard
il y a 5 ans
Timo Sandmann
edc836b37d
check alignment for DMA buffers
il y a 5 ans
WMXZ-EU
3d18f19aaa
Ported to T4
-added T4 aware functions
-chenged transfer from polling to internal DMA (blocking mode)
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
Frank
b5e7a827e7
add 256MHz
il y a 6 ans
PaulStoffregen
a6da621578
Fix timeouts
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
Frank Bösing
b4f700fd08
Fix read >= 64KB
(attention, untested)
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
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
PaulStoffregen
8bf0af2af2
Remove unused FreeRam function
il y a 8 ans
PaulStoffregen
60ada1cdf9
Add hardware defs
il y a 8 ans
PaulStoffregen
7285bbce2d
avoid timeout lock if millis() approaches 2^16
il y a 9 ans
PaulStoffregen
b91b00957c
Add Teensy 3.x optimized code
il y a 9 ans
PaulStoffregen
e643f24cdd
Fix error on Teensy 2.0 & LC
il y a 9 ans
PaulStoffregen
238964e9e3
Fix compiler warnings
il y a 9 ans
PaulStoffregen
6b0930b514
Fix SPI transaction mismatch errors
il y a 10 ans
PaulStoffregen
841c84dfe6
Default to 24 MHz clock on Teensy 3.x
il y a 10 ans
PaulStoffregen
1416d3aebd
Add SPI transaction support
il y a 10 ans
PaulStoffregen
56677045fb
Remove unused SOFTWARE_SPI code
il y a 10 ans
PaulStoffregen
bcef7d0b2d
Import Teensyduino 1.19 modifications
il y a 10 ans
PaulStoffregen
ae4b0cca06
Import SD library from Arduino 1.0.5
il y a 10 ans