Overview
- Object ID : 4261 (2024-03-11 05:32:53)
- Author : Stephen M Moraco
- Content : Code
- Microcontroller : Propeller 2
- Languages : PASM2, SPIN2
- Category : Data Storage
- Licence : MIT
- Tags : Filesystem, FLASH, FlexProp, P2 EDGE
Content
A wear-leveling filesystem for the P2 Edge on-board flash chip. Supports multi-cog access without consuming a Cog.
This is the formal release of Chips Flash Filesystem with a standard filesystem API.
It compiles with FlexProp and Parallax tools.
This fully qualified driver is supported by hundreds of regression test steps covering all functionality. The tests and test logs can be found in the GitHub repo.
Jon McPhalens' shell demo is included in cgsm_flash_file_demo.zip.
Version 2.0.0 Release Info
GitHub repository: P2 Flash FS
See the repository for detailed documentation such as How to use in your code, the Theory of Operation, Regression Testing Status, etc.
Forum Thread: On-Board Flash File System