espressif_tinyusb/vendor/freertos
hathach b7b1d530f4 fix issue with IAR Assembler in freertos build 2014-04-28 14:59:05 +07:00
..
freertos make freertos source unmodified to ease the upgrade process later 2014-04-28 14:20:00 +07:00
FreeRTOSConfig.h fix issue with IAR Assembler in freertos build 2014-04-28 14:59:05 +07:00
freertos_hook.c cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZE 2014-04-25 15:16:52 +07:00
readme.md make freertos source unmodified to ease the upgrade process later 2014-04-28 14:20:00 +07:00

readme.md

This folder contains

  • FreeRTOSConfig.h configuration file for freeRTOS
  • freertos_hook.c implemenation of freeRTOS to application hooks
  • freertos an unmodified copy of the popular open source FreeRTOS. This will help to ease the upgrade to later version. However, due to Keil unable to have duplicated filenames, I have to change the name of port.c in freertos/Source/portable/RVDS for example ARM_CM3/port.c to ARM_CM3/port_cm3.c to have ability to support/switch among different mcu in one project.