hathach 7092db264f update 8 лет назад
..
freertos 52ed2547cd upgrade freertos to v10 8 лет назад
FreeRTOSConfig.h 7092db264f update 8 лет назад
freertos_hook.c d00655f598 cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZE 12 лет назад
readme.md 05c767313d make freertos source unmodified to ease the upgrade process later 12 лет назад

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.