Introduce a port for T-HEAD CK802. A simple demo for T-HEAD CB2201 is also included.

This commit is contained in:
Yuhui.Zheng 2020-01-10 07:53:14 +00:00
parent d2914041f8
commit 0d95aca202
125 changed files with 23809 additions and 0 deletions

View file

@ -0,0 +1,9 @@
.PHONY: clean All
All:
@echo "----------Building project:[ RTOSDemo - BuildSet ]----------"
@
@cd "RTOSDemo" && make -f "RTOSDemo.mk" MakeIntermediateDirs && make -f "RTOSDemo.mk" -j 8
clean:
@echo "----------Cleaning project:[ RTOSDemo - BuildSet ]----------"
@cd "RTOSDemo" && make -f "RTOSDemo.mk" clean