Skip to content

Commit

Permalink
Merge pull request #12 from adafruit/work-with-rp2040
Browse files Browse the repository at this point in the history
Work with rp2040
  • Loading branch information
hathach authored Jan 14, 2022
2 parents 3e29814 + b11fcfd commit e72d81e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
fail-fast: false
matrix:
arduino-platform:
- 'feather_rp2040'
- 'metro_m0'
- 'metro_m4'
- 'nrf52840'
Expand Down
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ paragraph=FAT16/FAT32 file system for SD cards and QSPI Flash.
category=Data Storage
url=https://github.com/adafruit/SdFat
repository=https://github.com/adafruit/SdFat.git
architectures=*
architectures=rp2040,nrf52,samd,esp32,*
depends=SD

0 comments on commit e72d81e

Please sign in to comment.