You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS/FreeRTOS-Labs/Demo
Yuhui.Zheng 589dd9f149 Update version number in readiness for V10.3.0 release. Sync SVN with reviewed release candidate. 5 years ago
..
Common Add the Labs projects provided in the V10.2.1_191129 zip file. 5 years ago
FreeRTOS_IoT_Libraries Update version number in readiness for V10.3.0 release. Sync SVN with reviewed release candidate. 5 years ago
FreeRTOS_Plus_POSIX_with_actor_Windows_Simulator Add the Labs projects provided in the V10.2.1_191129 zip file. 5 years ago
FreeRTOS_Plus_TCP_and_FAT_Windows_Simulator Update libraries and sundry check-ins ready for the V10.3.0 kernel release. 5 years ago
instructions-for-FreeRTOS+FAT-demo.url Add the Labs projects provided in the V10.2.1_191129 zip file. 5 years ago
instructions-for-FreeRTOS+POSIX-demo.url Add the Labs projects provided in the V10.2.1_191129 zip file. 5 years ago
instructions-for-http-demo.url Add the Labs projects provided in the V10.2.1_191129 zip file. 5 years ago
instructions-for-jobs-demo.url Add the Labs projects provided in the V10.2.1_191129 zip file. 5 years ago
instructions-for-mqtt-demo.url Add the Labs projects provided in the V10.2.1_191129 zip file. 5 years ago
instructions-for-shadow-demo.url Add the Labs projects provided in the V10.2.1_191129 zip file. 5 years ago
instructions-for-task-pool-demo.url Add the Labs projects provided in the V10.2.1_191129 zip file. 5 years ago
readme.txt Add the Labs projects provided in the V10.2.1_191129 zip file. 5 years ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

*** INTRODUCTION ***

This distribution currently contains demos from the FreeRTOS task pool library,
MQTT library, HTTPS Client library, Shadow library, Jobs library,
FreeRTOS+POSIX, and FreeRTOS+FAT.

The pre-configured projects use the FreeRTOS kernel Windows port (often
called the Windows simulator) to enable their evaluation using the free Visual
Studio tools and without needing specific microcontroller hardware.

NOTE: At this time the projects ARE A WORK IN PROGRESS and will be released in
the main FreeRTOS kernel download following full review and completion of the
documentation.


*** INSTRUCTIONS ***

Instructions for configuring and using the FreeRTOS IoT libraries are in the
following links:

  + https://www.FreeRTOS.org/task-pool/
  + https://www.FreeRTOS.org/mqtt/
  + https://www.freertos.org/https/
  + https://www.FreeRTOS.org/shadow/
  + https://www.FreeRTOS.org/jobs/
  + https://freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_POSIX/
  + https://freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_FAT/

*** LOCATING THE EXAMPLE PROJECTS ***

The Visual Studio projects for each of the FreeRTOS IoT library examples are
located in sub-directories of the following top-level directories:

  + /FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/utilities
  + /FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/mqtt
  + /FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/https
  + /FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/shadow
  + /FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/jobs
  + /FreeRTOS-Labs/Demo/FreeRTOS_Plus_POSIX_with_actor_Windows_Simulator
  + /FreeRTOS-Labs/Demo/FreeRTOS_Plus_TCP_and_FAT_Windows_Simulator

*** ADDITIONAL INFORMATION ***

See http://www.freertos.org/a00017.html for full details of the FreeRTOS
directory structure

See also -
http://www.freertos.org/FreeRTOS-quick-start-guide.html
http://www.freertos.org/FAQHelp.html