blob: b3cdef612d6c645941b825c3bfec0f0e713077a9 [file] [log] [blame]
Qiufang Dai35c31332020-05-13 15:29:06 +08001This file describes the directories found at the root of the Amazon FreeRTOS
2distribution.
3
4lib:
5Contains the implementation of AWS and third party libraries. ASW libraries use
6abstracted interfaces to enable interchangeability and facilitate porting to new
7hardware.
8
9demos:
10Contains a set of pre-configured demo projects for various target platforms.
11The projects in the demos directory build the libraries from the lib directory.
12
13tests:
14Various module and integration tests that use the Unity framework.