We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Had issues with firmware procedure (namely using the copyable git clone code below)
Install source code: git clone --recurse-submodules [email protected]:carlk3/no-OS-FatFS-SD-SDIO-SPI-RPi-Pico.git no-OS-FatFs
git clone --recurse-submodules [email protected]:carlk3/no-OS-FatFS-SD-SDIO-SPI-RPi-Pico.git no-OS-FatFs
I believe it should be (worked for me):
Install source code: git clone --recurse-submodules https://github.com/carlk3/no-OS-FatFS-SD-SDIO-SPI-RPi-Pico.git
git clone --recurse-submodules https://github.com/carlk3/no-OS-FatFS-SD-SDIO-SPI-RPi-Pico.git
The text was updated successfully, but these errors were encountered:
Update README.md Firmware Procedure incorrect. #86
c63536c
Fixed in Commit c63536c.
Sorry, something went wrong.
Amazing. Thank you for all the work on this, especially the new USB-MSC demo. I could not get my head around it.
No branches or pull requests
Had issues with firmware procedure (namely using the copyable git clone code below)
I believe it should be (worked for me):
The text was updated successfully, but these errors were encountered: