esp-open-rtos/FreeRTOS
Angus Gratton efc454035c Move all code paths touched by NMI to IRAM
Prerequisite for calling Cache_Read_Disable() for OTA updates.

Massive thanks due to @foogod and their xtobjdis tool, creating the call
graph of where the wDev_ProcessFiq touched (including in newlib, etc.)
would have otherwise been very painful:
https://bitbucket.org/foogod/xtobjdis
2015-07-29 16:47:33 +10:00
..
License Unmodified cross-platform parts of FreeRTOS 7.5.2 (Demos and 2015-04-30 11:01:12 +10:00
Source Move all code paths touched by NMI to IRAM 2015-07-29 16:47:33 +10:00
component.mk Link against newlib from esp-open-sdk's libcirom, replace FreeRTOS heap management. 2015-06-16 14:20:24 +10:00
readme.txt Unmodified cross-platform parts of FreeRTOS 7.5.2 (Demos and 2015-04-30 11:01:12 +10:00

Directories:

+ The FreeRTOS/Source directory contains the FreeRTOS source code, and contains
  its own readme file.

+ The FreeRTOS/Demo directory contains a demo application for every official
FreeRTOS port, and contains its own readme file.

+ See http://www.freertos.org/a00017.html for full details of the directory 
  structure and information on locating the files you require.

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