esp32-s2_dfu/vendor/freertos
hathach 82da013dad get freertos build 2018-03-30 15:33:36 +07:00
..
freertos upgrade freertos to v10 2018-03-01 21:15:06 +07:00
FreeRTOSConfig.h get freertos build 2018-03-30 15:33:36 +07:00
freertos_hook.c get freertos build 2018-03-30 15:33:36 +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.