https://github.com/mabezdev/esp-fs-test-suite
https://github.com/mabezdev/esp-fs-test-suite
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mabezdev/esp-fs-test-suite
- Owner: MabezDev
- Created: 2022-02-28T12:00:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T16:55:03.000Z (about 4 years ago)
- Last Synced: 2025-07-02T18:15:29.762Z (12 months ago)
- Language: Rust
- Size: 5.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## esp-fs-tests
To run the test suite on a esp32c3, run the following command. Make sure `cargo-espflash` is installed.
```bash
cargo +nightly espflash --features native --partition-table partitions.csv --monitor /dev/ttyUSB0
```