v3.0.2015.0806 增强系统调度器,支持无阻塞多任务调度

GD32F103VE测试通过
This commit is contained in:
nnhy 2015-08-06 07:32:45 +00:00
parent a715b7d8a1
commit db11d10b82
2 changed files with 3 additions and 1 deletions

View File

@ -205,7 +205,7 @@ TSys::TSys()
#endif
Name = "SmartOS";
Code = 0x0000;
Code = 0x0300;
Version = 0x0100;
Company = "NewLife_Embedded_Team";
BuildTime = "yyyy-MM-dd HH:mm:ss";

2
Sys.h
View File

@ -149,6 +149,8 @@ extern TSys Sys; //创建一个全局的Sys对象 会在main函数之前执行
#endif //_Sys_H_
/*
v3.0.2015.0806
v2.8.2014.0927 nRF24L01+
v2.7.2014.0919 线
v2.6.2014.0823