Make README.md contain the same info as other Lab project.

This commit is contained in:
Yuhui Zheng
2020-02-27 17:10:11 -08:00
committed by Yuhui.Zheng
parent d94d5cd035
commit 49b471939b

View File

@@ -7,3 +7,9 @@ FreeRTOS+FAT is already used in commercial products, and is the file system used
The [standard C library style API](https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_FAT/Standard_File_System_API.html) includes a thread local errno value, and the lower level native API provides a rich set of detailed error codes.
For more details, please visit [FreeRTOS+FAT](https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_FAT/index.html) page.
## To consume FreeRTOS+FAT
It is recommended to use this repository as a submodule. Please refer to [Git Tools — Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules).
## Notes
This project is undergoing optimizations or refactorization to improve memory usage, modularity, documentation, demo usability, or test coverage.