[components] PM框架更新

This commit is contained in:
张世争
2021-12-14 06:12:55 +08:00
committed by Bernard Xiong
parent 153ab5c238
commit 7455e2487b
7 changed files with 700 additions and 41 deletions
+1
View File
@@ -7,6 +7,7 @@ group = []
if GetDepend(['RT_USING_PM']):
src = src + ['pm.c']
src = src + ['lptimer.c']
if len(src):
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)