Add ./lib directory to make sure Zynq project compiles.

This commit is contained in:
Yuhui Zheng 2020-03-13 12:50:10 -07:00
parent ecf0f12aa1
commit 8982a2f80a

View file

@ -0,0 +1,4 @@
The ./lib directory is needed to ensure that bsp project compiles.
Refer to Makefile: ```./FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo_bsp/Makefile```.
In order to keep an empty directory in git, this README.md is created.