]> git.sur5r.net Git - freertos/blob - FreeRTOS-Labs/Source/FreeRTOS-IoT-Libraries/readme.txt
Add the Labs projects provided in the V10.2.1_191129 zip file.
[freertos] / FreeRTOS-Labs / Source / FreeRTOS-IoT-Libraries / readme.txt
1 *** INTRODUCTION ***\r
2 \r
3 This distribution currently contains demos from the FreeRTOS task pool library,\r
4 MQTT library, HTTPS Client library, Shadow library, and Jobs library.\r
5 \r
6 The pre-configured projects use the FreeRTOS kernel Windows port (often\r
7 called the Windows simulator) to enable their evaluation using the free Visual\r
8 Studio tools and without needing specific microcontroller hardware.\r
9 \r
10 NOTE: At this time the projects ARE A WORK IN PROGRESS and will be released in\r
11 the main FreeRTOS kernel download following full review and completion of the\r
12 documentation.\r
13 \r
14 \r
15 *** INSTRUCTIONS ***\r
16 \r
17 Instructions for configuring and using the FreeRTOS IoT libraries are in the\r
18 following links:\r
19 \r
20   + https://www.FreeRTOS.org/task-pool/\r
21   + https://www.FreeRTOS.org/mqtt/\r
22   + https://www.freertos.org/https/\r
23   + https://www.FreeRTOS.org/shadow/\r
24   + https://www.FreeRTOS.org/jobs/\r
25 \r
26 \r
27 *** LOCATING THE EXAMPLE PROJECTS ***\r
28 \r
29 The Visual Studio projects for each of the FreeRTOS IoT library examples are\r
30 located in sub-directories of the following top-level directories:\r
31 \r
32   + /FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/utilities\r
33   + /FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/mqtt\r
34   + /FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/https\r
35   + /FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/shadow\r
36   + /FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/jobs\r
37 \r
38 \r
39 *** ADDITIONAL INFORMATION ***\r
40 \r
41 See http://www.freertos.org/a00017.html for full details of the FreeRTOS\r
42 directory structure\r
43 \r
44 See also -\r
45 http://www.freertos.org/FreeRTOS-quick-start-guide.html\r
46 http://www.freertos.org/FAQHelp.html\r