Commit graph

28 commits

Author SHA1 Message Date
caternuson
0aa617af6b update preproc for feather rp2040 adalogger 2025-07-31 08:40:49 -07:00
hathach
b5e4bca6ad
update example to work with metro rp2350 and fruitjam 2025-06-09 22:41:03 +07:00
hathach
7726ab3b8c
fixing ci: skip test for metro rp2040, esp32s2/s3 2025-05-30 17:11:39 +07:00
hathach
af49d122ad
add metro_rp2040 to ci build 2025-05-30 13:23:44 +07:00
hathach
e4f7c08f04
Merge remote-tracking branch 'greiman/master' into update-sdfat-v2.3.0
# Conflicts:
#	examples/BufferedPrint/BufferedPrint.ino
#	examples/DirectoryFunctions/DirectoryFunctions.ino
#	examples/OpenNext/OpenNext.ino
#	examples/ReadCsvFile/ReadCsvFile.ino
#	examples/RtcTimestampTest/RtcTimestampTest.ino
#	examples/SoftwareSpi/SoftwareSpi.ino
#	examples/UnicodeFilenames/UnicodeFilenames.ino
#	examples/bench/bench.ino
#	examples/rename/rename.ino
#	library.properties
#	src/FatLib/FatPartition.h
#	src/FatLib/FatVolume.h
#	src/SdCard/SdSpiCard.h
#	src/SdFat.h
#	src/SdFatConfig.h
2025-05-30 12:47:33 +07:00
Bill Greiman
67e26476f1 Add SDIO support for RP2040/RP2350 2025-01-01 07:54:38 -08:00
Bill Greiman
aadedbf206 Added Move constructor and bug fixes. 2024-05-11 13:07:52 -07:00
ladyada
ad9dd5ac84 🙏 2023-12-11 19:06:43 -05:00
Bill Greiman
57900b21d2 Reformat, user SPI begin, SPI array functions, bug fixes 2023-04-05 05:34:17 -07:00
Ha Thach
5c0b73ada2
Re-Enable ci for m0/m4/rp2040/s2/s3 (#14)
* try to re-add ci
* enable USE_SPI_ARRAY_TRANSFER and USE_UTF8_LONG_NAMES (if not avr)
* add skip test and slightly update examples for passing ci for all platforms
* add feather s3
* install RTClib for ci
* install SD lib
2022-10-15 20:49:37 +07:00
Bill Greiman
628effa1c2 New features, major internal changes, bug fixes 2022-07-04 10:24:03 -07:00
Bill Greiman
fb7415151b Fix SdInfo example and file.timestamp. Remove Syscall::yield and SysCall::halt
Fix SdInfo example and file.timestamp. Remove Syscall::yield and SysCall::halt.

Major restructuring for future portability to RTOS systems and RPI Pico.
2021-10-31 07:11:21 -07:00
Bill Greiman
a5e4bdeb76 Add UTF-8 support 2021-08-23 05:17:02 -07:00
Bill Greiman
4582dd4d6c Improved Teensy SDIO, new features, bug fixes 2021-02-25 08:52:43 -08:00
Bill Greiman
ca42ad3319 Change SD_FAT_VERSION from string to integer 2020-12-26 06:52:23 -08:00
Bill Greiman
f62283abb3 Restructure cache classes to single class 2020-12-26 06:39:40 -08:00
Bill Greiman
1535ac2b03 Timestamp fix, edit src for cplint errors
Add time st
2020-12-05 05:53:23 -08:00
Bill Greiman
4dbec4b45e Major update to version 2.0.0 2020-11-09 08:34:52 -08:00
Bill Greiman
3b79f38cb5 Support for SdFatLite library. 2019-03-09 08:09:38 -08:00
Bill Greiman
635d3fd50f Add openCwd(), fix library.properties for Particle 2019-01-21 06:15:47 -08:00
Bill Greiman
19cdd8f79b Partivle SPI fix, ls returns bool 2019-01-13 07:39:50 -08:00
Bill Greiman
7417ee943c Particle Gen3 support with POSIX open flags 2018-12-28 11:04:01 -08:00
Bill Greiman
f0c65da000 Fix allocation algorithm 2018-12-18 07:11:05 -08:00
Bill Greiman
46aff556c5 Update copyright. Optional C++ ios 2018-08-10 08:43:56 -07:00
Bill Greiman
c95f1d4a81 Add STM32F4 - may be unstable 2017-09-19 10:48:04 -07:00
Bill Greiman
ce5d0e9b31 Cast away const for STM32 2017-09-18 10:27:59 -07:00
Bill Greiman
6ab0533f31 Support on-board SD with dedicated SPI 2017-07-04 06:04:10 -07:00
Bill Greiman
6bb055d415 New version for library manager 2017-04-26 13:36:53 -07:00