1、add rv32m1_vega board for xiuos;2、repair the float number printf bug

it is OK
This commit is contained in:
xuedongliang
2022-02-24 16:21:22 +08:00
70 changed files with 102208 additions and 17 deletions
@@ -158,7 +158,6 @@ int statfs(const char *path, struct statfs *buf);
/* NOTE!!!: when cutting out file system, the 'printf' function can not output angthing */
int Userprintf(const char *fmt, ...);
#define printf Userprintf
#endif
@@ -242,7 +241,6 @@ uint8_t UserGetTaskPriority(int32_t id);
#endif
#define UserPrintf KPrintf
#define printf KPrintf
#endif