readme.txt 891 B

123456789101112131415161718192021
  1. Directories:
  2. + The FreeRTOS/Source directory contains the FreeRTOS source code, and contains
  3. its own readme file.
  4. + The FreeRTOS/Demo directory contains a demo application for every official
  5. FreeRTOS port, and contains its own readme file.
  6. + See http://www.freertos.org/a00017.html for full details of the directory
  7. structure and information on locating the files you require.
  8. The easiest way to use FreeRTOS is to start with one of the pre-configured demo
  9. application projects (found in the FreeRTOS/Demo directory). That way you will
  10. have the correct FreeRTOS source files included, and the correct include paths
  11. configured. Once a demo application is building and executing you can remove
  12. the demo application file, and start to add in your own application source
  13. files.
  14. See also -
  15. http://www.freertos.org/FreeRTOS-quick-start-guide.html
  16. http://www.freertos.org/FAQHelp.html