rename vendor to lib

This commit is contained in:
hathach
2018-05-17 15:55:41 +07:00
parent b5de2595d3
commit 7030d64a95
51 changed files with 37 additions and 32 deletions
+4
View File
@@ -0,0 +1,4 @@
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.