Description:Liteos_m Support risc-v

Reviewed-by:likailong, zhangfanfan
This commit is contained in:
zhushengle
2020-11-27 15:20:02 +08:00
parent 4b65155c4e
commit 82082fc0e6
35 changed files with 3772 additions and 1 deletions

View File

@@ -110,6 +110,10 @@ extern "C" {
#define INLINE inline
#endif
#ifndef STATIC
#define STATIC static
#endif
#ifndef STATIC_INLINE
#define STATIC_INLINE static inline
#endif