From ce8df5d344a492748153ec81c8255f5da92e545f Mon Sep 17 00:00:00 2001 From: Carl J Kugler III <50121841+carlk3@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:09:11 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf0edc8..cd0de33 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ +*** + +**Note:** + +*This repository is more or less frozen. Exceptions will be made for bug fixes and compatibility with new releases of the Pico SDK and FatFS.* + +Future development will take place in the new repository: [no-OS-FatFS-SD-SDIO-SPI-RPi-Pico](https://github.com/carlk3/no-OS-FatFS-SD-SDIO-SPI-RPi-Pico). + +This repository supports SPI-attached SD cards only. The new repository supports SDIO and/or SPI. + +*** + # no-OS-FatFS-SD-SPI-RPi-Pico -**Note:** *This branch is SPI only. If you want to use SDIO (and/or SPI), please switch to the [sdio branch](https://github.com/carlk3/no-OS-FatFS-SD-SPI-RPi-Pico/tree/sdio).* + ## Simple library for SD Cards on the Pico From 8d44d168b73098550fe72dee59038841caec0ea4 Mon Sep 17 00:00:00 2001 From: Carl J Kugler III <50121841+carlk3@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:38:42 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd0de33..cce149d 100755 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ *This repository is more or less frozen. Exceptions will be made for bug fixes and compatibility with new releases of the Pico SDK and FatFS.* -Future development will take place in the new repository: [no-OS-FatFS-SD-SDIO-SPI-RPi-Pico](https://github.com/carlk3/no-OS-FatFS-SD-SDIO-SPI-RPi-Pico). +Any new development will take place in the new repository: [no-OS-FatFS-SD-SDIO-SPI-RPi-Pico](https://github.com/carlk3/no-OS-FatFS-SD-SDIO-SPI-RPi-Pico). -This repository supports SPI-attached SD cards only. The new repository supports SDIO and/or SPI. +This repository supports SPI-attached SD cards only. The new repository supports SPI- and/or SDIO-attached SD cards. ***