Mirror/fork of freertos kernel
Find a file
Yuhui.Zheng 99e796eb01 Removing unnecessary ThirdParty ports -- Wiced_CY and nrf52840-dk.
For projects depending on either of these two ports, please update your projects according to below:
Wiced_CY -- Use GCC/ARM_CRx_No_GIC instead. 
nrf52840-dk -- Use GCC/ARM_CM7/r0p1 instead. Please note that, kernel port shall only take dependency on MCU core, not MCU peripherals. (Please take out RTC related from kernel port.) For low power feature (tickless) in FreeRTOS, please follow this page https://www.freertos.org/low-power-ARM-cortex-rtos.html. In case ARM_CM7/rop1 is missing any feature, reach out to us.
2020-01-30 19:45:03 +00:00
FreeRTOS Removing unnecessary ThirdParty ports -- Wiced_CY and nrf52840-dk. 2020-01-30 19:45:03 +00:00
FreeRTOS-Labs Correct #error text in multiple fat file system files. 2020-01-03 20:53:27 +00:00
FreeRTOS-Plus Remove the FreeRTOS-IoT-Libraries from FreeRTOS-Plus as it was an old copy with a newer copy in FreeRTOS-Labs. 2020-01-30 00:05:23 +00:00
FreeRTOS+TCP.url Update version number in +TCP code. 2019-02-21 18:08:36 +00:00
New - Stream and Message Buffers.url Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/History.txt 2017-11-29 16:53:26 +00:00
Quick_Start_Guide.url Add quick start guide. 2013-04-30 19:37:00 +00:00
readme.txt Update version numbers to V7.4.1. 2013-04-18 12:58:17 +00:00
Upgrading-to-FreeRTOS-9.url Add Pearl Gecko demo. 2016-03-02 16:03:25 +00:00
Upgrading-to-FreeRTOS-10.url Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/History.txt 2017-11-29 16:53:26 +00:00

Directories:

+ FreeRTOS/source contains the FreeRTOS real time kernel source code.

+ FreeRTOS/demo contains a pre-configured demo project for every official 
  FreeRTOS port.
  
+ See http://www.freertos.org/a00017.html for full details of the FreeRTOS
  directory structure and information on locating the files you require.

  + FreeRTOS-Plus contains additional FreeRTOS components and third party 
  complementary products.  THESE ARE LICENSED SEPARATELY FROM FreeRTOS although
  all contain open source options.  See the license files in each respective
  directory for information.
  
+ FreeRTOS-Plus/Demo contains pre-configured demo projects for the FreeRTOS-Plus 
  components.  Most demo projects run in a Windows environment using the 
  FreeRTOS windows simulator.  These are documented on the FreeRTOS web site 
  http://www.FreeRTOS.org/plus

Further readme files are contains in sub-directories as appropriate.
  
The easiest way to use FreeRTOS is to start with one of the pre-configured demo 
application projects (found in the FreeRTOS/Demo directory).  That way you will
have the correct FreeRTOS source files included, and the correct include paths
configured.  Once a demo application is building and executing you can remove
the demo application file, and start to add in your own application source
files.

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