|
|
2 лет назад | |
|---|---|---|
| .. | ||
| flash_ro | 2 лет назад | |
| flash_wl | 2 лет назад | |
| sdcard | 2 лет назад | |
| test_fatfs_common | 2 лет назад | |
| .build-test-rules.yml | 2 лет назад | |
| README.md | 3 лет назад | |
This directory contains tests for fatfs component which are run on chip targets.
See also test_fatfs_host directory for the tests which run on a Linux host.
Fatfs tests can be executed with different diskio backends: diskio_sdmmc (SD cards over SD or SPI interface), diskio_spiflash (wear levelling in internal flash) and diskio_rawflash (read-only, no wear levelling, internal flash). There is one test app here for each of these backends:
These test apps define:
The actual test cases (many of which are common between the test apps) are defined in the test_fatfs_common component.