tekktrik/Create CircuitPython filesystem for rp2040js
'Create a FAT12 filesystem for use in rp2040js when running CircuitPython.'
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-folder | A folder representing the filesystem to be created | yes | — |
| fs-name | A name for the filesystem image | yes | fat12.img |
| mount-folder | The name of the folder to which the FAT12 image will be mounted | yes | fat12mount |
Outputs
| name | description |
|---|---|
| fat12-image | Absolute filepath to the created FAT12 image |