[libcpu][riscv]移除ch32中的冗余文件,使用common下的文件 (#6813)

* [libcpu][riscv]移除ch32中的冗余文件,使用common下的文件

* 修正cpuport.h宏定义

* 规范宏定义格式
This commit is contained in:
Yaochenger
2023-01-04 21:06:09 -05:00
committed by GitHub
parent 5ca410bb4b
commit b99769f686
16 changed files with 477 additions and 520 deletions
-2
View File
@@ -18,8 +18,6 @@ elif rtconfig.CPU == "virt64" :
group = group
elif rtconfig.CPU == "c906" :
group = group
elif rtconfig.CPU == "ch32" :
group = group
elif rtconfig.CPU == "hpmicro":
group = group
else :