espressif_tinyusb/vendor/freertos
hathach 4db386525f reduce delay after reset to 20ms
correct freeRTOS configCPU_CLOCK_HZ to correct M4 mcu clock
2013-04-27 14:17:06 +07:00
..
freertos getting build with freertos & host demo 2013-04-16 16:48:19 +08:00
freertoslpc change OSAL_TASK_DEF to decouple variable name with task name 2013-04-25 16:41:00 +07:00
FreeRTOSConfig.h finally able to get freeRTOS run with current mouse + keyboard example 2013-04-25 15:43:33 +07:00
README.txt create vendor folder & add freeRTOS 7.3 from lpcopen 2013-04-14 01:54:02 +08:00
lpc43xx_dualcore_config.h finally able to get freeRTOS run with current mouse + keyboard example 2013-04-25 15:43:33 +07:00
lpc43xx_m0_FreeRTOSConfig.h finally able to get freeRTOS run with current mouse + keyboard example 2013-04-25 15:43:33 +07:00
lpc43xx_m4_FreeRTOSConfig.h reduce delay after reset to 20ms 2013-04-27 14:17:06 +07:00

README.txt

This includes un-modified version 7.3.0 of the core FreeRTOS files, with the
demos removed from the source tree to save space.

The original files can be downloaded at:
http://www.freertos.org

Information on FreeRTOS licensing is located in the freertos/license.txt file
or go to the website.

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


The following files have been modified to add support for a custom tick. This is
needed for the dual-core M0 FreeRTOS tick function (no sysTick on the LPC4350 M0
core).
software\freertos\freertos\Source\portable\GCC\ARM_CM0\port.c
software\freertos\freertos\Source\portable\IAR\ARM_CM0\port.c
software\freertos\freertos\Source\portable\RVDS\ARM_CM0\port_m0.c
software\freertos\freertos\Source\portable\RVDS\ARM_CM0\portmacro.h