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