Files
Dong Heng 3bbadfa6de feat(fatfs): add FATFS from esp-idf
Commit ID: 3b16089c
2020-02-27 16:16:22 +08:00

5 lines
202 B
CMake

idf_component_register(SRC_DIRS .
INCLUDE_DIRS .
REQUIRES unity test_utils vfs fatfs
EMBED_TXTFILES fatfs.img
)